OasSchema.properties

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).

class OasSchema
@jsonOptional
OasSchema[string] properties;

See Also

Meta