{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AlertList", "title": "AlertList", "type": "object", "properties": { "alerts": { "type": "array", "items": { "$ref": "#/components/schemas/AlertDetail" } }, "pagination": { "$ref": "#/components/schemas/Pagination" } } }