Liquid Studio Documentation
JSON Schema Editor / Properties / Properties (by name) / Property Names
In This Topic
    Property Names
    In This Topic
    Draft 04 Draft 06 Draft 07 Draft 2019-09 Draft 2020-12

    Validation

    The value of "propertyNames" MUST be a valid JSON Schema.

    If the instance is an object, this keyword validates if every property name in the instance validates against the provided schema.
    Note the property name that the schema is testing will always be a string.

    Omitting this keyword has the same behavior as an empty schema.

     

    See Also