{
  "type": "object",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://schema.efast.digital/efast-test-schemata/einfacher-antrag/1.0.0/schema.json",
  "title": "Einfacher-Testantrag",
  "description": "Das ist ein einfacher Testantrag",
  "$defs": {
    "1": {
      "title": "Eingabefeld",
      "type": "string",
      "minLength": 0,
      "maxLength": 255
    }
  },
  "properties": {
    "F16053018508": {
      "$ref": "#/$defs/1"
    }
  },
  "required": [
    "F16053018508"
  ]
}