13df51cf26d36b2e…
Created Jun 12, 202619 fields1 collection using this schema
Labels
No labels yet.
Fields
| Name | Type | Info |
|---|---|---|
| tld | stringnull | |
| area | numbernull | |
| flag | stringnull | |
| iso2 | string | |
| iso3 | string | |
| name | string | |
| capital | stringnull | |
| latitude | numbernull | |
| regionId | stringnull | → Region |
| languages | array | |
| longitude | numbernull | |
| timezones | array | |
| population | integernull | |
| callingCode | stringnull | |
| numericCode | stringnull | |
| subregionId | stringnull | → Subregion |
| currencyCode | stringnull | |
| currencyName | stringnull | |
| officialName | stringnull |
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