{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-iotthingsgraph-flowtemplate.json",
  "title": "AWSIoTThingsGraphFlowTemplateProperties",
  "description": "Resource Type definition for AWS::IoTThingsGraph::FlowTemplate. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-iotthingsgraph-flowtemplate.json",
    "sourceSha256": "451972426549143a0d4b68746640b3f127795c943602cad1f9006e79d0b1c052"
  },
  "type": "object",
  "properties": {
    "CompatibleNamespaceVersion": {
      "type": "number"
    },
    "Definition": {
      "$ref": "#/$defs/DefinitionDocument"
    }
  },
  "typeName": "AWS::IoTThingsGraph::FlowTemplate",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "$defs": {
    "DefinitionDocument": {
      "type": "object",
      "title": "AWSIoTThingsGraphFlowTemplateDefinitionDocumentDefinition",
      "properties": {
        "Language": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Text": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Language",
        "Text"
      ],
      "additionalProperties": false
    }
  },
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "required": [
    "Definition"
  ]
}
