Liquid Studio Documentation
JSON Schema Editor / Graphical Notation Overview / Properties Container / Pattern Property
In This Topic
    Pattern Property
    In This Topic
    Draft 04 Draft 06 Draft 07 Draft 2019-09 Draft 2020-12

    A pattern property provides the validation for a members within the instance object.

    Each pattern property in the container must have a unique name. This name is interpreted as a regular expression and used to match against members in the instance object.

    Matching instance objects are validated using the pattern properties schema.

    Properties can be added to the parent schema or containing Properties container using the right click context menu.

    For more in depth information regarding see the keywords properties, patternProperties, additionalProperties and propertyNames.

    See Also