{
  "id": "ausflug",
  "title": "Ausflug / Einverständnis",
  "description": "Vorlage für kurze Einverständnis- und Organisationsformulare.",
  "fields": [
    {
      "id": "vorname",
      "label": "Vorname",
      "type": "text"
    },
    {
      "id": "nachname",
      "label": "Name",
      "type": "text"
    },
    {
      "id": "klasse",
      "label": "Klasse",
      "type": "text"
    },
    {
      "id": "klassenleitung",
      "label": "Kürzel Klassenleitung",
      "type": "text"
    },
    {
      "id": "datum",
      "label": "Datum",
      "type": "date"
    },
    {
      "id": "ziel",
      "label": "Ziel / Veranstaltung",
      "type": "text",
      "fullWidth": true
    },
    {
      "id": "einverstaendnis",
      "label": "Einverständnis liegt vor",
      "type": "checkbox",
      "fullWidth": true
    },
    {
      "id": "fotoerlaubnis",
      "label": "Fotos dürfen für schulische Zwecke verwendet werden",
      "type": "checkbox",
      "fullWidth": true
    },
    {
      "id": "hinweise",
      "label": "Besondere Hinweise",
      "type": "textarea",
      "fullWidth": true
    }
  ]
}
