{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "enums/cancel_reason_type.schema.json",
  "$defs": {
    "cancel_reason_type": {
      "type": "string",
      "enum": [
        "",
        "reported_damage",
        "increased_contributions",
        "unpaid_amount",
        "other"
      ],
      "description": "Kündigungsgrund"
    }
  }
}