An mapping from an object property name to a schemas that property must be validated against.
The value of "properties" MUST be an object. Each value of this object MUST be an object, and each object MUST be a valid JSON Schema.
If absent, it can be considered the same as an empty object.
Property definitions MUST be a OasSchema object and not a standard JSON Schema (inline or referenced).
https://datatracker.ietf.org/doc/html/draft-wright-json-schema-validation-00#section-5.16
See Implementation
An mapping from an object property name to a schemas that property must be validated against.
The value of "properties" MUST be an object. Each value of this object MUST be an object, and each object MUST be a valid JSON Schema.
If absent, it can be considered the same as an empty object.
Property definitions MUST be a OasSchema object and not a standard JSON Schema (inline or referenced).