Skip to content

Core schema meta-schema

Source: /conversion-engineering/dita_package_processor/.venv/lib/python3.13/site-packages/jsonschema_specifications/schemas/draft6/metaschema.json

Fields

$id

  • Type: string
  • Required: no

$ref

  • Type: string
  • Required: no

$schema

  • Type: string
  • Required: no

additionalItems

  • Type: ref(#)
  • Required: no

additionalProperties

  • Type: ref(#)
  • Required: no

allOf

  • Type: ref(#/definitions/schemaArray)
  • Required: no

anyOf

  • Type: ref(#/definitions/schemaArray)
  • Required: no

const

  • Type: unknown
  • Required: no

contains

  • Type: ref(#)
  • Required: no

default

  • Type: unknown
  • Required: no

definitions

  • Type: object
  • Required: no

dependencies

  • Type: object
  • Required: no

description

  • Type: string
  • Required: no

enum

  • Type: array
  • Required: no

examples

  • Type: array
  • Required: no

exclusiveMaximum

  • Type: number
  • Required: no

exclusiveMinimum

  • Type: number
  • Required: no

format

  • Type: string
  • Required: no

items

  • Type: unknown
  • Required: no

maxItems

  • Type: ref(#/definitions/nonNegativeInteger)
  • Required: no

maxLength

  • Type: ref(#/definitions/nonNegativeInteger)
  • Required: no

maxProperties

  • Type: ref(#/definitions/nonNegativeInteger)
  • Required: no

maximum

  • Type: number
  • Required: no

minItems

  • Type: ref(#/definitions/nonNegativeIntegerDefault0)
  • Required: no

minLength

  • Type: ref(#/definitions/nonNegativeIntegerDefault0)
  • Required: no

minProperties

  • Type: ref(#/definitions/nonNegativeIntegerDefault0)
  • Required: no

minimum

  • Type: number
  • Required: no

multipleOf

  • Type: number
  • Required: no

not

  • Type: ref(#)
  • Required: no

oneOf

  • Type: ref(#/definitions/schemaArray)
  • Required: no

pattern

  • Type: string
  • Required: no

patternProperties

  • Type: object
  • Required: no

properties

  • Type: object
  • Required: no

propertyNames

  • Type: ref(#)
  • Required: no

required

  • Type: ref(#/definitions/stringArray)
  • Required: no

title

  • Type: string
  • Required: no

type

  • Type: unknown
  • Required: no

uniqueItems

  • Type: boolean
  • Required: no