module

JSONSchema::Format

Provides string format validations for any allowed format keyword.

Instance methods

is_date(value : String)
Source
is_date_time(value : String)
Source
is_duration(value : String)
Source
is_email(value : String)
Source
is_hostname(value : String)
Source
is_idn_email(value : String)
Source
is_idn_hostname(value : String)
Source
is_ipv4(value : String)
Source
is_ipv6(value : String)
Source
is_iri(value : String)
Source
is_iri_reference(value : String)
Source
is_json_pointer(value : String)
Source
is_regex(value : String)
Source
is_relative_json_pointer(value : String)
Source
is_time(value : String)
Source
is_uri(value : String)

No URI validator at the moment; uses URL

Source
is_uri_reference(value : String)
Source
is_uuid(value : String)
Source