{
  "name": "Camunda",
  "uri": "http://camunda.org/schema/1.0/dmn",
  "prefix": "camunda",
  "xml": {
    "tagAlias": "lowerCase"
  },
  "associations": [],
  "types": [
    {
      "name": "Definitions",
      "isAbstract": true,
      "extends": [
        "dmn:Definitions"
      ],
      "properties": [
        {
          "name": "diagramRelationId",
          "isAttr": true,
          "type": "String"
        }
      ]
    },
    {
      "name": "Decision",
      "isAbstract": true,
      "extends": [
        "dmn:Decision"
      ],
      "properties": [
        {
          "name": "versionTag",
          "isAttr": true,
          "type": "String"
        },
        {
          "name": "historyTimeToLive",
          "isAttr": true,
          "type": "String"
        }
      ]
    },
    {
      "name": "InputClause",
      "extends": [
        "dmn:InputClause"
      ],
      "properties": [
        {
          "name": "inputVariable",
          "isAttr": true,
          "type": "String"
        }
      ]
    }
  ],
  "emumerations": [ ]
}