<PackageReference Include="NJsonSchema" Version="1.35.5908.509" />
JsonFormatStrings
Class containing the constants available as format string.
public const string Base64 =
"base64"
Format for binary data encoded with Base64.
public const string Byte =
"byte"
Format for a byte.
public const string DateTime =
"date-time"
public const string Email =
"email"
Format for an email.
public const string Guid =
"guid"
Format for an GUID.
public const string Hostname =
"hostname"
Format for a hostname (DNS name).
public const string IpV4 =
"ipv4"
Format for an IP v4 address.
public const string IpV6 =
"ipv6"
Format for an IP v6 address.
public const string TimeSpan =
"time-span"
public const string Uri =
"uri"
Format for an URI.