Identifier | https://schemas.sourcemeta.com/jsonschema/2019-09/meta/core.json |
---|---|
Base Dialect | 2019-09 |
Dialect | https://json-schema.org/draft/2019-09/schema |
Size | 0.001245 MB |
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://schemas.sourcemeta.com/jsonschema/2019-09/meta/core.json",
"$vocabulary": {
"https://json-schema.org/draft/2019-09/vocab/core": true
},
"$recursiveAnchor": true,
"title": "Core vocabulary meta-schema",
"type": [ "object", "boolean" ],
"properties": {
"$schema": {
"type": "string",
"format": "uri"
},
"$id": {
"$comment": "Non-empty fragments not allowed.",
"type": "string",
"pattern": "^[^#]*#?$",
"format": "uri-reference"
},
...
See the full schemaThis schema has 0 direct dependencies and 0 indirect dependencies.