13df51cf26d36b2e

Created Jun 12, 202619 fields1 collection using this schema

Labels

No labels yet.

Fields

NameTypeInfo
tldstringnull
areanumbernull
flagstringnull
iso2string
iso3string
namestring
capitalstringnull
latitudenumbernull
regionIdstringnull
Region
languagesarray
longitudenumbernull
timezonesarray
populationintegernull
callingCodestringnull
numericCodestringnull
subregionIdstringnull
Subregion
currencyCodestringnull
currencyNamestringnull
officialNamestringnull

JSON Schema

{
  "type": "object",
  "title": "Country",
  "required": [
    "name",
    "iso2",
    "iso3"
  ],
  "properties": {
    "tld": {
      "type": [
        "string",
        "null"
      ],
      "description": "Country-code top-level domain (e.g. .us, .uk)"
    },
    "area": {
      "type": [
        "number",
        "null"
      ],
      "description": "Land area in square kilometers"
    },
    "flag": {
      "type": [
        "string",
        "null"
      ],
      "description": "Flag emoji"
    },
    "iso2": {
      "type": "string",
      "description": "ISO 3166-1 alpha-2 code"
    },
    "iso3": {
      "type": "string",
      "description": "ISO 3166-1 alpha-3 code"
    },
    "name": {
      "type": "string",
      "description": "Common country name"
    },
    "capital": {
      "type": [
        "string",
        "null"
      ],
      "description": "Capital city name"
    },
    "latitude": {
      "type": [
        "number",
        "null"
      ],
      "description": "Latitude of approximate center"
    },
    "regionId": {
      "type": [
        "string",
        "null"
      ],
      "x-ref-type": "Region",
      "description": "Continental region identifier"
    },
    "languages": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Official/common language names"
    },
    "longitude": {
      "type": [
        "number",
        "null"
      ],
      "description": "Longitude of approximate center"
    },
    "timezones": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Timezone identifiers for this country"
    },
    "population": {
      "type": [
        "integer",
        "null"
      ],
      "description": "Country population"
    },
    "callingCode": {
      "type": [
        "string",
        "null"
      ],
      "description": "International calling code (e.g. +1, +44)"
    },
    "numericCode": {
      "type": [
        "string",
        "null"
      ],
      "description": "ISO 3166-1 numeric code"
    },
    "subregionId": {
      "type": [
        "string",
        "null"
      ],
      "x-ref-type": "Subregion",
      "description": "Subregional classification identifier"
    },
    "currencyCode": {
      "type": [
        "string",
        "null"
      ],
      "description": "Primary currency code (e.g. USD, EUR)"
    },
    "currencyName": {
      "type": [
        "string",
        "null"
      ],
      "description": "Primary currency name"
    },
    "officialName": {
      "type": [
        "string",
        "null"
      ],
      "description": "Official country name"
    }
  },
  "description": "A world country with ISO codes, capital, region, currency, languages, and timezones."
}

Used by 1 collection

Full hash:13df51cf26d36b2e952c0c42d1df983634cea69ea60da08a4aacc09b960bd187

ID:234314cc-9a1c-4c8e-bdf9-b8c5ddae59b4