patternProperties : Object<String, Schema>

patternProperties

Object<String, Schema>

Validation succeeds if, for each instance name that matches any regular expressions that appear as a property name in this keyword’s value, the child instance for that name successfully validates against each schema that corresponds to a matching regular expression.

Kind Applicator Annotation
Applies To Object
Dialect 2020-12
Introduced In Draft 3
Vocabulary Applicator
Specification https://json-schema.org/draft/2020-12/json-schema-core.html#section-10.3.2.2
Metaschema https://json-schema.org/draft/2020-12/meta/applicator
Also see

Annotations

The annotation result of this keyword is the set of instance property names matched by this keyword.