Temporal · JSON Structure

Cloud Ops Update Namespace Request Structure

Type: object Properties: 2
ProCode_API_CompositionWorkflows

UpdateNamespaceRequest is a JSON Structure definition published by Temporal, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

resourceVersion spec

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UpdateNamespaceRequest",
  "type": "object",
  "properties": {
    "resourceVersion": {
      "type": "string"
    },
    "spec": {
      "type": "object"
    }
  }
}