Merge · Schema

EthnicityEnum

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway
View JSON Schema on GitHub

JSON Schema

merge-ethnicityenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EthnicityEnum",
  "title": "EthnicityEnum",
  "type": "string",
  "enum": [
    "AMERICAN_INDIAN_OR_ALASKA_NATIVE",
    "ASIAN_OR_INDIAN_SUBCONTINENT",
    "BLACK_OR_AFRICAN_AMERICAN",
    "HISPANIC_OR_LATINO",
    "NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER",
    "TWO_OR_MORE_RACES",
    "WHITE",
    "PREFER_NOT_TO_DISCLOSE"
  ]
}