{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ListPersonsResponseBody", "type": "object", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/Person" } } }, "required": [ "items" ] }