{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PageList", "title": "PageList", "type": "object", "description": "A list of report pages", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/Page" }, "example": [] }, "@odata.context": { "type": "string", "example": "example_value" } } }