Schema:City: Difference between revisions
Appearance
Content deleted Content added
Importing NeoWiki demo data |
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" |
|||
} |
} |
||
} |
} |
||