Apideck · Schema

Nationality

The nationality of the person, represented as a two-letter country code according to ISO 3166-1 alpha-2.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-nationality-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Nationality",
  "title": "Nationality",
  "type": "string",
  "example": "US",
  "description": "The nationality of the person, represented as a two-letter country code according to ISO 3166-1 alpha-2.",
  "nullable": true
}