{
  "typeName" : "AWS::IoTThingsGraph::FlowTemplate",
  "description" : "Resource Type definition for AWS::IoTThingsGraph::FlowTemplate",
  "additionalProperties" : false,
  "properties" : {
    "Id" : {
      "type" : "string"
    },
    "CompatibleNamespaceVersion" : {
      "type" : "number"
    },
    "Definition" : {
      "$ref" : "#/definitions/DefinitionDocument"
    }
  },
  "definitions" : {
    "DefinitionDocument" : {
      "type" : "object",
      "additionalProperties" : false,
      "properties" : {
        "Language" : {
          "type" : "string"
        },
        "Text" : {
          "type" : "string"
        }
      },
      "required" : [ "Language", "Text" ]
    }
  },
  "required" : [ "Definition" ],
  "primaryIdentifier" : [ "/properties/Id" ],
  "readOnlyProperties" : [ "/properties/Id" ]
}