Liquid Studio Documentation
JSON Schema Editor / Properties / Schema
In This Topic
    Schema
    In This Topic
    Draft 04 Draft 06 Draft 07 Draft 2019-09 Draft 2020-12

    The $schema property within a JSON document signifies that the document is a JSON Schema, it can also indicate the version of the JSON Schema standard used. The values for the supported standards are as follows

    If the value http://json-schema.org/schema# is used, it indicates that it is a JSON Schema, but is not specific about the version used to author it.

    As not all version of the JSON Schema standard are backwardly compatible, it is recommended that you set the $schema property to a specific JSON Schema standard, so any applications processing it will deal with it correctly.

     

    See Also