{
  "condition": {
    "type": "variable",
    "default": "yes",
    "properties": [
      {
        "type": "type",
        "name": "string"
      },
      {
        "type": "mode",
        "name": "standard"
      },
      {
        "type": "property",
        "name": "mandatory"
      }
    ],
    "paths": [
      "condition"
    ],
    "names": [
      "condition"
    ],
    "descriptions": [
      "A condition."
    ]
  },
  "variable": {
    "type": "variable",
    "properties": [
      {
        "type": "type",
        "name": "string"
      },
      {
        "type": "mode",
        "name": "basic"
      },
      {
        "type": "property",
        "name": "mandatory"
      },
      {
        "type": "property",
        "name": "disabled",
        "annotation": "when the variable \"condition\" hasn't the value \"yes\"."
      }
    ],
    "paths": [
      "variable"
    ],
    "names": [
      "variable"
    ],
    "descriptions": [
      "A variable."
    ]
  }
}