Temporal · Schema

UpdateNamespaceRequest

ProCode_API_CompositionWorkflows

Properties

Name Type Description
resourceVersion string
spec object
View JSON Schema on GitHub

JSON Schema

cloud-ops-update-namespace-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateNamespaceRequest",
  "type": "object",
  "properties": {
    "resourceVersion": {
      "type": "string"
    },
    "spec": {
      "type": "object"
    }
  }
}