Schema:Artist: Difference between revisions
Content deleted Content added
Update schema via NeoWiki UI Tag: Reverted |
Importing NeoWiki demo data Tag: Manual revert |
||
Line 4:
"Born": {
"type": "number",
"required": true
},
"Died": {
"type": "number"
},
"Nationality": {
"type": "text",
"
},
"Movement": {
"type": "text",
"
},
"Wikipedia": {
"type": "url"
},
"Active period": {
"type": "text",
"description": "Period when the artist was professionally active"
}
}
| |||