{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ServiceList", "type": "object", "description": "A paginated list of Service entities.", "properties": { "data": { "type": "array" }, "next": { "type": "string", "description": "URI to the next page of results." }, "offset": { "type": "string", "description": "Offset token for the next page." } } }