← all demos
"$schema" = https://json-schema.org/draft/2020-12/schema
"$id" = https://json-schema.org/draft/2020-12/schema
schema : object | boolean
  definitions : object
    additionalProperties
      "$dynamicRef" = #meta
    "$comment" = "\"definitions\" has been replaced by \"$defs\"."
    deprecated = true
    default = {}
  dependencies : object
    additionalProperties : anyOf
      anyOf[]
        "$dynamicRef" = #meta
      anyOf[] : ref meta/validation#/$defs/stringArray
    "$comment" = "\"dependencies\" has been split and replaced by \"dependentSchemas\" and \"dependentRequired\" in order to serve their differing semantics."
    deprecated = true
    default = {}
  "$recursiveAnchor" : ref meta/core#/$defs/anchorString
    "$comment" = "\"$recursiveAnchor\" has been replaced by \"$dynamicAnchor\"."
    deprecated = true
  "$recursiveRef" : ref meta/core#/$defs/uriReferenceString
    "$comment" = "\"$recursiveRef\" has been replaced by \"$dynamicRef\"."
    deprecated = true
  allOf[] : ref meta/core
  allOf[] : ref meta/applicator
  allOf[] : ref meta/unevaluated
  allOf[] : ref meta/validation
  allOf[] : ref meta/meta-data
  allOf[] : ref meta/format-annotation
  allOf[] : ref meta/content
  "$vocabulary"
    "https://json-schema.org/draft/2020-12/vocab/core" = true
    "https://json-schema.org/draft/2020-12/vocab/applicator" = true
    "https://json-schema.org/draft/2020-12/vocab/unevaluated" = true
    "https://json-schema.org/draft/2020-12/vocab/validation" = true
    "https://json-schema.org/draft/2020-12/vocab/meta-data" = true
    "https://json-schema.org/draft/2020-12/vocab/format-annotation" = true
    "https://json-schema.org/draft/2020-12/vocab/content" = true
  "$dynamicAnchor" = meta
  title = Core and Validation specifications meta-schema
  "$comment" = This meta-schema also defines keywords that have appeared in previous drafts in order to prevent incompatible extensions as they remain in common use.