examples : Array<Any>

examples

Array<Any>

This keyword is used to provide sample JSON values associated with a particular schema, for the purpose of illustrating usage.

Value This keyword must be set to an array of JSON values that preferrably successfully validates against the corresponding subschema Hint: Use the jsonschema metaschema command to catch keywords set to invalid values
Kind Annotation
Applies To Any
Base Dialect 2019-09
Changed In None
Introduced In Draft 6
Vocabulary Meta Data
Specification https://json-schema.org/draft/2019-09/draft-handrews-json-schema-validation-02#rfc.section.9.5
Metaschema https://json-schema.org/draft/2019-09/meta/meta-data
Official Tests draft2019-09/optional/refOfUnknownKeyword.json
Default []
Annotation Array The set of examples set by this keyword Hint: Use the jsonschema validate command to collect annotations from the command-line
Affected By None
Affects None
Also See