{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "enum/dog_type.schema.json",
  "$defs": {
    "dog_type": {
      "type": "string",
      "enum": [
        "excluded",
        "lowrisk",
        "normalrisk",
        "highrisk",
        "bucket"
      ],
      "description": ""
    }
  }
}
