{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PageList", "type": "object", "description": "A list of report pages", "properties": { "value": { "type": "array" }, "@odata.context": { "type": "string" } } }