{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "enum/paymentperiod.schema.json",
  "$defs": {
    "paymentperiod": {
      "type": "string",
      "enum": [
        "month",
        "quarter",
        "semester",
        "year"
      ],
      "description": "Bezahlperiode ‚month‘ ‚quarter', 'semester', 'year'"
    }
  }
}
