JsonSchemaFormat
Class representing the possible values for the format property.
Inheritors
Types
This is a CSS color (like "#FF0000" or "red"), based on CSS 2.1.
A custom format which may be represented as an URI, and this URI may reference a schema of that format.
This should be a date in the format of YYYY-MM-DD.
This should be a date in ISO 8601 format of YYYY-MM-DDThh:mm:ssZ in UTC time.
This should be an email address.
This should be a host-name.
This should be an ip version 4 address.
This should be an ip version 6 address.
This should be a phone number (format may follow E.123).
A regular expression, following the regular expression specification from ECMA 262/Perl 5.
This is a CSS style definition (like `color: red; background-color:#FFF"), based on CSS 2.1.
This should be a time in the format of hh:mm:ss.
This value should be a URI.
This should be the difference, measured in milliseconds, between the specified time and midnight, 00:00 of January 1, 1970 UTC.