{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CloudRegionList", "type": "object", "description": "A paginated list of cloud regions.", "properties": { "kind": { "type": "string" }, "page": { "type": "integer" }, "size": { "type": "integer" }, "total": { "type": "integer" }, "items": { "type": "array" } } }