Schema:City: Difference between revisions

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