Temporal · Schema

CreateApiKeyRequest

ProCode_API_CompositionWorkflows

Properties

Name Type Description
spec object
View JSON Schema on GitHub

JSON Schema

cloud-ops-create-api-key-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateApiKeyRequest",
  "type": "object",
  "properties": {
    "spec": {
      "type": "object"
    }
  }
}