VisualDataSchema:Page upload: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
"wiki": { | "wiki": { | ||
"type": "schema", | "type": "schema", | ||
"name": "Page upload" | "name": "Page upload", | ||
"description-parsed": "a multiple upload with file select and caption, that saves files under the page with this schema, using the \u003Cb\u003EpageId as prefix\u003C/b\u003E", | |||
"description": "a multiple upload with file select and caption, that saves files under the page with this schema, using the '''pageId as prefix'''" | |||
}, | }, | ||
"properties": { | "properties": { | ||
Line 8: | Line 10: | ||
"wiki": { | "wiki": { | ||
"name": "files", | "name": "files", | ||
"title-parsed": "Files", | |||
"title": "Files", | |||
"min-items": 1, | |||
"unique-items": false, | |||
"type": "schema" | "type": "schema" | ||
}, | }, | ||
Line 73: | Line 79: | ||
}, | }, | ||
"type": "array", | "type": "array", | ||
"title": "Files" | "title": "Files" | ||
} | } | ||
}, | }, | ||
"type": "object", | "type": "object", | ||
"description": "a multiple upload with file select and caption, that saves files under the page with this schema, using the | "description": "a multiple upload with file select and caption, that saves files under the page with this schema, using the \u003Cb\u003EpageId as prefix\u003C/b\u003E" | ||
} | } |
Revision as of 11:04, 30 October 2023
wiki |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
properties |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | "object" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description | "a multiple upload with file select and caption, that saves files under the page with this schema, using the <b>pageId as prefix</b>" |