Referenced workflow

A workflow referenced/reused by the initial caller workflow

APIs.ioEngineeringPlatform

Properties

Name Type Description
path string
sha string
ref string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-referenced-workflow-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/referenced-workflow",
  "title": "Referenced workflow",
  "description": "A workflow referenced/reused by the initial caller workflow",
  "type": "object",
  "properties": {
    "path": {
      "type": "string"
    },
    "sha": {
      "type": "string"
    },
    "ref": {
      "type": "string"
    }
  },
  "required": [
    "path",
    "sha"
  ]
}