54187bacac8bbb29…
Created Jun 12, 202610 fields1 collection using this schema
Labels
No labels yet.
Fields
| Name | Type | Info |
|---|---|---|
| iso2 | string | |
| iso3 | string | |
| region | stringnull | |
| capital | stringnull | |
| flagEmoji | stringnull | |
| subregion | stringnull | |
| population | integernull | |
| countryName | string | |
| independent | booleannull | |
| flagImageUrl | string |
JSON Schema
{
"type": "object",
"title": "Flag",
"required": [
"countryName",
"iso2",
"iso3",
"flagImageUrl"
],
"properties": {
"iso2": {
"type": "string",
"description": "ISO 3166-1 alpha-2 code"
},
"iso3": {
"type": "string",
"description": "ISO 3166-1 alpha-3 code"
},
"region": {
"type": [
"string",
"null"
],
"description": "Continental region (e.g. Europe, Asia, Africa)"
},
"capital": {
"type": [
"string",
"null"
],
"description": "Capital city name"
},
"flagEmoji": {
"type": [
"string",
"null"
],
"description": "Unicode flag emoji"
},
"subregion": {
"type": [
"string",
"null"
],
"description": "Subregional classification (e.g. Northern Europe, Southeast Asia)"
},
"population": {
"type": [
"integer",
"null"
],
"description": "Country population"
},
"countryName": {
"type": "string",
"description": "Common country name"
},
"independent": {
"type": [
"boolean",
"null"
],
"description": "Whether the country is independent"
},
"flagImageUrl": {
"type": "string",
"description": "URL to flag image (320px wide) from flagcdn.com"
}
},
"description": "A world flag with country metadata and flag image."
}Used by 1 collection
Full hash:54187bacac8bbb29551b64de583ebe2cd2f34ca81cedc9146321711e2274d94c
ID:61633ca7-26d3-4e90-83db-5143a4fb31e3