A workflow referenced/reused by the initial caller workflow
{ "$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" ] }