{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloud-map/refs/heads/main/json-schema/cloud-map-list-namespaces-response-schema.json", "title": "ListNamespacesResponse", "description": "Response for listing namespaces.", "type": "object", "properties": { "Namespaces": { "type": "array", "items": { "$ref": "#/components/schemas/Namespace" } }, "NextToken": { "type": "string" } } }