Patternproperties - sgpinkus/json-schema GitHub Wiki

THIS WIKI IS OBSOLETE. PLEASE SEE THE NEW JSON-SCHEMA-ORG/JSON-SCHEMA-SPEC REPOSITORY.



Description

Validation of an object instance against patternProperties always succeeds. This keyword only influences validation of this instance's children (ie, member values).

Valid values

The value of this keyword MUST be an object.

Member names of this object MUST be valid ECMA 262 regular expressions (see pattern).

Member values of this object MUST be objects. Furthermore, these objects MUST be valid JSON Schemas.

⚠️ **GitHub.com Fallback** ⚠️