Temporal · Schema

Namespace

ProCode_API_CompositionWorkflows

Properties

Name Type Description
namespace string
resourceVersion string
spec object
state string
asyncOperationId string
endpoints object
createdTime string
lastModifiedTime string
View JSON Schema on GitHub

JSON Schema

cloud-ops-namespace-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Namespace",
  "type": "object",
  "properties": {
    "namespace": {
      "type": "string"
    },
    "resourceVersion": {
      "type": "string"
    },
    "spec": {
      "type": "object"
    },
    "state": {
      "type": "string"
    },
    "asyncOperationId": {
      "type": "string"
    },
    "endpoints": {
      "type": "object"
    },
    "createdTime": {
      "type": "string"
    },
    "lastModifiedTime": {
      "type": "string"
    }
  }
}