Temporal · Schema

ApiKey

ProCode_API_CompositionWorkflows

Properties

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

JSON Schema

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