{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/proactions-ai-kit-configuration-for-templates/latest.json",
  "description": "Reusable template definitions that can be called from flows",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/em-al-wi/proactions-schema/main/schema/partial-templates.schema.json",
    "sourceSha256": "895e82296830142fe3289695f7bb646cc96387b802b5720f7d7aae29fd9312b6",
    "fileMatch": [
      "*.ai-kit.templ.yaml"
    ],
    "parsers": [
      "yaml"
    ]
  },
  "type": "object",
  "additionalProperties": {
    "type": "array",
    "description": "Template steps",
    "items": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/proactions-ai-kit-configuration-for-templates/_shared/latest--partial-step.schema.json"
    }
  }
}
