{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "enum/highrisk_type.schema.json",
  "$defs": {
    "highrisk_type": {
      "type": "string",
      "enum": [
        "false",
        "true",
        "unknown"
      ],
      "description": ""
    }
  }
}
