Schema:Photograph: Difference between revisions
From NeoWiki
Created page with "{ "propertyDefinitions": { } }" |
Update schema via NeoWiki UI |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{ | { | ||
"propertyDefinitions": {} | "propertyDefinitions": { | ||
"Description": { | |||
"type": "text", | |||
"description": "", | |||
"required": false, | |||
"multiple": false, | |||
"uniqueItems": true | |||
}, | |||
"Source URL": { | |||
"type": "url", | |||
"description": "", | |||
"required": false | |||
} | |||
} | |||
} | } | ||