{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "enum/in_protection.schema.json",
  "$defs": {
    "in_protection": {
      "type": "string",
      "enum": [
        "full_protection",
        "op_protection",
        "accident_protection"
      ],
      "description": "Ob Vollschutz, OP-Schutz oder Unfallschutz"
    }
  }
}