Jump to content

Schema:City: Difference between revisions

From NeoWiki Demo
NeoWiki (talk | contribs)
Importing NeoWiki demo data
 
NeoWiki (talk | contribs)
Importing NeoWiki demo data
 
Line 2: Line 2:
"propertyDefinitions": {
"propertyDefinitions": {
"Country": {
"Country": {
"type": "text"
"type": "text",
"required": true
},
"Population": {
"type": "number",
"minimum": 0
},
"Website": {
"type": "url"
}
}
}
}
}
}

Latest revision as of 14:40, 3 February 2026