Schema:City: Difference between revisions
Content deleted Content added
Importing NeoWiki demo data |
Importing NeoWiki demo data |
||
Line 2:
"propertyDefinitions": {
"Country": {
"type": "text",
"required": true
},
"Population": {
"type": "number",
"minimum": 0
},
"Website": {
"type": "url"
}
}
| |||