{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreateNamespaceResponse", "type": "object", "properties": { "namespace": { "type": "string" }, "asyncOperationId": { "type": "string" } } }