{
  "defaults": {
    "write": false,
    "pagination": { "type": "none" }
  },
  "structures": {
    "codeDescription": [
      { "name": "code", "type": "VARCHAR" },
      { "name": "description", "type": "VARCHAR" }
    ]
  },
  "entities": [
    {
      "name": "abteilung",
      "description": "Board Abteilung",
      "path": "/schema/Entities/Abteilung",
      "structure": "codeDescription"
    },
    {
      "name": "currency",
      "description": "Board Currency",
      "path": "/schema/Entities/Currency",
      "structure": "codeDescription"
    },
    {
      "name": "forecast",
      "description": "Board Forecast",
      "path": "/schema/Entities/Forecast",
      "write": true,
      "columns": [
        { "name": "id", "type": "VARCHAR", "primaryKey": true },
        { "name": "amount", "type": "DECIMAL" }
      ]
    }
  ]
}
