Schema:City: Difference between revisions
Appearance
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" | |||
} | } | ||
} | } | ||
} | } | ||