Temporal · Schema

CreateNamespaceResponse

ProCode_API_CompositionWorkflows

Properties

Name Type Description
namespace string
asyncOperationId string
View JSON Schema on GitHub

JSON Schema

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