OasSchema.items

If present, a schema that validates items of an array

Value MUST be an object and not an array. Inline or referenced schema MUST be of a Schema Object and not a standard JSON Schema. items MUST be present if the type is array.

class OasSchema
@jsonOptional
OasSchema items;

See Also

Meta