"title":"Core and Validation specifications meta-schema",
"allOf":[
{"$ref":"meta/core"},
{"$ref":"meta/applicator"},
{"$ref":"meta/validation"},
{"$ref":"meta/meta-data"},
{"$ref":"meta/format"},
{"$ref":"meta/content"}
],
"type":["object","boolean"],
"properties":{
"definitions":{
"$comment":"While no longer an official keyword as it is replaced by $defs, this keyword is retained in the meta-schema to prevent incompatible extensions as it remains in common use.",
"type":"object",
"additionalProperties":{"$recursiveRef":"#"},
"default":{}
},
"dependencies":{
"$comment":"\"dependencies\" is no longer a keyword, but schema authors should avoid redefining it to facilitate a smooth transition to \"dependentSchemas\" and \"dependentRequired\"",