File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Update metaschemas description discouraging custom metaschemas.
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ indicates that we're following version 1.1 of the YAML spec. The
7070
7171 The ``$schema `` property contains the URI of the schema that validates
7272this document. Since our document is itself a schema, the URI refers to
73- a *metaschema *. ASDF comes with three built-in metaschemas:
73+ a *metaschema *. ASDF comes with two built-in metaschemas:
7474
7575- ``http://json-schema.org/draft-04/schema `` - The JSON Schema Draft 4 metaschema.
7676 Includes basic validators and combiners.
@@ -79,9 +79,8 @@ a *metaschema*. ASDF comes with three built-in metaschemas:
7979 Includes everything in JSON Schema Draft 4, plus additional YAML-specific
8080 validators including ``tag `` and ``propertyOrder ``.
8181
82- - ``http://stsci.edu/schemas/asdf/asdf-schema-1.0.0 `` - The ASDF Schema metaschema.
83- Includes everything in YAML Schema, plus additional ASDF-specific validators
84- that check ndarray properties.
82+ Using any other metaschema is not recommended as these are generally poorly
83+ supported by jsonschema validators.
8584
8685Our schema makes use of the ``tag `` validator, so we're specifying the YAML Schema
8786URI here.
You can’t perform that action at this time.
0 commit comments