Schema:Photograph: Difference between revisions
From NeoWiki
Update schema via NeoWiki UI |
Update schema via NeoWiki UI |
||
| Line 1: | Line 1: | ||
{ | { | ||
"propertyDefinitions": { | "propertyDefinitions": { | ||
" | "Description": { | ||
"type": " | "type": "text", | ||
"description": "", | "description": "", | ||
"required": false | "required": false, | ||
"multiple": false, | |||
"uniqueItems": true | |||
} | } | ||
} | } | ||
} | } | ||