{
  "header": {
    "id": "Test",
    "modelType": "document",
    "modelVersion": "27.0.2",
    "locales": [
      {
        "code": "de"
      }
    ],
    "annotations": [],
    "modelReferences": []
  },
  "content": {
    "modelInfo": {
      "name": "Test"
    },
    "modelConfig": {
      "decimalSeparator": ".",
      "timeZone": "UTC",
      "conditionLanguage": {
        "code": "en_US"
      }
    },
    "modelRoot": {
      "rootGroups": [
        {
          "type": "Group",
          "id": "group_4d1a3",
          "name": "root",
          "Group": {
            "repeatability": 1,
            "elements": [
              {
                "type": "Field",
                "id": "field_80f14",
                "name": "createData",
                "Field": {
                  "fieldType": {
                    "type": "DateType",
                    "DateType": {
                      "format": "yyyy-MM-dd"
                    }
                  }
                }
              },
              {
                "type": "Computation",
                "id": "computation_54fd5",
                "name": "createDateComputation",
                "Computation": {
                  "computedFieldId": "field_80f14",
                  "computationAlternatives": [
                    {
                      "operation": "DateFromDateTime(Now)",
                      "precondition": "[createDateFilled] == False"
                    }
                  ],
                  "errorMessage": [
                    {
                      "locale": "de",
                      "text": "error text for computation of createDateComputation"
                    }
                  ]
                }
              },
              {
                "type": "Field",
                "id": "field_e39f5",
                "name": "createDateFilled",
                "Field": {
                  "fieldType": {
                    "type": "BooleanType"
                  }
                }
              },
              {
                "type": "Computation",
                "id": "computation_d7d68",
                "name": "createDateFilledComputation",
                "Computation": {
                  "computedFieldId": "field_e39f5",
                  "computationAlternatives": [
                    {
                      "precondition": "FieldFilled(createData)",
                      "operation": "True"
                    },
                    {
                      "precondition": "FieldNotFilled(createData)",
                      "operation": "False"
                    }
                  ],
                  "errorMessage": [
                    {
                      "locale": "de",
                      "text": "error text for computation of createDateFilledComputation"
                    }
                  ]
                }
              }
            ]
          }
        }
      ]
    }
  }
}