ffc63ae88070fdae…
Created Jun 12, 20263 fields1 collection using this schema
Labels
No labels yet.
Fields
| Name | Type | Info |
|---|---|---|
| iso2 | string | |
| name | string | |
| universityCount | number |
JSON Schema
{
"type": "object",
"title": "Country",
"required": [
"name",
"iso2",
"universityCount"
],
"properties": {
"iso2": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code"
},
"name": {
"type": "string",
"description": "Country name"
},
"universityCount": {
"type": "number",
"description": "Number of universities in this country"
}
},
"description": "A country with universities in the dataset."
}Used by 1 collection
Full hash:ffc63ae88070fdae0e21d5b1f744d3e4598541bc89627829b43a8e59135995d2
ID:e208ff84-2858-4e88-8544-0abca2e9443e