{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "description": "Reusable template definitions that can be called from flows", "additionalProperties": { "type": "array", "description": "Template steps", "items": { "$ref": "https://raw.githubusercontent.com/em-al-wi/proactions-schema/main/schema/partial-step.schema.json" } } }