{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AllowedOriginsResponse", "title": "AllowedOriginsResponse", "properties": { "data": { "description": "List of allowed origins.", "items": { "$ref": "#/components/schemas/AllowedOrigin" }, "type": "array" } }, "type": "object" }