Temporal · JSON Structure

Cloud Ops Api Key Structure

Type: object Properties: 5
ProCode_API_CompositionWorkflows

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

Properties

id resourceVersion spec state createdTime

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

JSON Structure

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