Temporal · Schema

Region

ProCode_API_CompositionWorkflows

Properties

Name Type Description
id string
cloudProvider string
location string
View JSON Schema on GitHub

JSON Schema

cloud-ops-region-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Region",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "cloudProvider": {
      "type": "string"
    },
    "location": {
      "type": "string"
    }
  }
}