<PackageReference Include="NJsonSchema" Version="1.35.5908.509" />

JsonFormatStrings

public static class 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"

Format for a DateTime.

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"

Format for a TimeSpan.

public const string Uri = "uri"

Format for an URI.