We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$schema
1 parent 679d2b0 commit a598d0bCopy full SHA for a598d0b
1 file changed
content/2020-12/core/schema.markdown
@@ -53,8 +53,8 @@ dialects of JSON Schema.
53
A schema is considered syntactic valid if it successfully validates against its
54
dialect meta-schema. You can validate a schema against its meta-schema using
55
the [`jsonschema
56
-metaschema`](https://github.com/sourcemeta/jsonschema/blob/main/docs/metaschema.markdown).
57
-For example:
+metaschema`](https://github.com/sourcemeta/jsonschema/blob/main/docs/metaschema.markdown)
+command. For example:
58
59
```sh
60
$ jsonschema metaschema my-schema.json
0 commit comments