{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PaginatedResult", "title": "PaginatedResult", "type": "object", "description": "Paginated response containing error items for disable calling location operations.", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/ErrorBean" }, "description": "List of error items." } } }