{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "enum/product_type.schema.json",
  "title": "product_type",
  "$defs": {
    "product_type": {
      "type": "string",
      "enum": [
        "HKV"
      ],
      "description": "Produktart"
    }
  }
}
