Apideck · Schema

Country Code

Country code according to ISO 3166-1 alpha-2.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-country-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Country",
  "title": "Country Code",
  "type": "string",
  "example": "US",
  "description": "Country code according to ISO 3166-1 alpha-2.",
  "minLength": 2,
  "maxLength": 2,
  "nullable": true
}