$id uri-reference — OPTIONAL |
$schema uri — OPTIONAL |
$ref uri-reference — OPTIONAL |
$comment string — OPTIONAL |
title string — OPTIONAL |
description string — OPTIONAL |
readOnly boolean — OPTIONAL |
examples undefined[] — OPTIONAL |
multipleOf number — OPTIONAL |
maximum number — OPTIONAL |
exclusiveMaximum number — OPTIONAL |
minimum number — OPTIONAL |
exclusiveMinimum number — OPTIONAL |
maxLength integer — OPTIONAL |
minLength integer — OPTIONAL |
pattern regex — OPTIONAL |
additionalItems (circular) — OPTIONAL |
items (circular) — OPTIONAL |
maxItems integer — OPTIONAL |
minItems integer — OPTIONAL |
uniqueItems boolean — OPTIONAL |
contains (circular) — OPTIONAL |
maxProperties integer — OPTIONAL |
minProperties integer — OPTIONAL |
required string[] — OPTIONAL |
additionalProperties (circular) — OPTIONAL |
definitions object — OPTIONAL |
properties object — OPTIONAL |
patternProperties object — OPTIONAL |
dependencies object — OPTIONAL |
propertyNames (circular) — OPTIONAL |
enum undefined[] — OPTIONAL |
type — OPTIONAL |
format string — OPTIONAL |
contentMediaType string — OPTIONAL |
contentEncoding string — OPTIONAL |
if (circular) — OPTIONAL |
then (circular) — OPTIONAL |
else (circular) — OPTIONAL |
anyOf (circular)[] — OPTIONAL |
oneOf (circular)[] — OPTIONAL |
not (circular) — OPTIONAL |