@rline/json
Version:
JSON Schema compiler
53 lines • 1.13 kB
JSON
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "StringFormat",
"type": "string",
"description": "String format such as email, password, uuid, ip6, ip4 and so more",
"enum": [
"short",
"long",
"email",
"hostname",
"ipv4",
"ipv6",
"uuid",
"url",
"uri",
"uri-reference",
"iri",
"iri-reference",
"date",
"time",
"date-time",
"regex",
"phone-number",
"credit-card",
"isbn",
"issn",
"zipcode",
"postal-code",
"currency",
"mac-address",
"alphanumeric",
"hexadecimal",
"base64",
"binary",
"json",
"slug",
"username",
"password",
"country-code",
"language-code",
"timezone",
"html-color",
"semver",
"domain-name",
"subdomain",
"file-path",
"sha256",
"sha512",
"md5",
"jwt",
"object-id"
]
}