{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SiteListResponse", "title": "SiteListResponse", "type": "object", "properties": { "pagination": { "$ref": "#/components/schemas/Pagination" }, "sites": { "type": "object", "properties": { "site": { "type": "array", "items": { "$ref": "#/components/schemas/Site" } } }, "example": "example_value" } } }