- fetch(URI, URI, URI) - Method in interface io.apptik.json.schema.fetch.SchemaFetcher
-
- fetch(URI, URI, URI) - Method in class io.apptik.json.schema.fetch.SchemaResourceFetcher
-
- fetch(URI) - Method in class io.apptik.json.schema.fetch.SchemaResourceFetcher
-
- fetch(URI) - Method in class io.apptik.json.schema.fetch.SchemaUriFetcher
-
- fetch(URI, URI, URI) - Method in class io.apptik.json.schema.fetch.SchemaUriFetcher
-
- FORMAT_COLOR - Static variable in class io.apptik.json.schema.Schema
-
color This is a CSS color (like "#FF0000" or "red"), based on CSS
2.1 [W3C.CR-CSS21-20070719].
- FORMAT_DATE - Static variable in class io.apptik.json.schema.Schema
-
date This SHOULD be a date in the format of YYYY-MM-DD.
- FORMAT_DATE_TIME - Static variable in class io.apptik.json.schema.Schema
-
date-time This SHOULD be a date in ISO 8601 format of YYYY-MM-
DDThh:mm:ssZ in UTC time.
- FORMAT_EMAIL - Static variable in class io.apptik.json.schema.Schema
-
email This SHOULD be an email address.
- FORMAT_HOST_NAME - Static variable in class io.apptik.json.schema.Schema
-
host-name This SHOULD be a host-name.
- FORMAT_HOSTNAME - Static variable in class io.apptik.json.schema.Schema
-
- FORMAT_IP_ADDR - Static variable in class io.apptik.json.schema.Schema
-
ip-address This SHOULD be an ip version 4 address.
- FORMAT_IPV4 - Static variable in class io.apptik.json.schema.Schema
-
- FORMAT_IPV6 - Static variable in class io.apptik.json.schema.Schema
-
ipv6 This SHOULD be an ip version 6 address.
- FORMAT_PHONE - Static variable in class io.apptik.json.schema.Schema
-
phone This SHOULD be a phone number (format MAY follow E.123).
- FORMAT_REGEX - Static variable in class io.apptik.json.schema.Schema
-
regex A regular expression, following the regular expression
specification from ECMA 262/Perl 5.
- FORMAT_STYLE - Static variable in class io.apptik.json.schema.Schema
-
style This is a CSS style definition (like "color: red; background-
color:#FFF"), based on CSS 2.1 [W3C.CR-CSS21-20070719].
- FORMAT_TIME - Static variable in class io.apptik.json.schema.Schema
-
time This SHOULD be a time in the format of hh:mm:ss.
- FORMAT_URI - Static variable in class io.apptik.json.schema.Schema
-
uri This value SHOULD be a URI..
- FORMAT_UTC_MILISEC - Static variable in class io.apptik.json.schema.Schema
-
utc-millisec This SHOULD be the difference, measured in
milliseconds, between the specified time and midnight, 00:00 of
January 1, 1970 UTC.