VisualDataSchema:Pictures: Difference between revisions

From Wikiyouth
Created page with "{"wiki":{"type":"schema","name":"Picture"},"properties":{"organization":{"wiki":{"type":"property","name":"organization","visibility":"visible","label":"organization","multiple-items":false,"preferred-input":"OO.ui.TextInputWidget","input-config":[],"required":true},"type":"string","format":"text","title":"organization"},"file":{"wiki":{"type":"property","name":"file","visibility":"visible","label":"file","multiple-items":false,"preferred-input":"OO.ui.SelectFileWidget",..."
 
No edit summary
Line 2: Line 2:
"wiki": {
"wiki": {
"type": "schema",
"type": "schema",
"name": "Picture",
"uuid": "68416fad59ec7",
"uuid": "68416fad59ec7"
"name": "Picture"
},
},
"properties": {
"properties": {
"organization": {
"organization": {
"wiki": {
"wiki": {
"type": "property",
"name": "organization",
"name": "organization",
"visibility": "visible",
"label": "organization",
"multiple-items": false,
"preferred-input": "OO.ui.TextInputWidget",
"input-config": [],
"required": true,
"uuid": "68416fad59ecb"
},
"type": "string",
"format": "text",
"title": "organization"
},
"file": {
"wiki": {
"type": "property",
"type": "property",
"name": "file",
"visibility": "visible",
"label": "file",
"multiple-items": false,
"multiple-items": false,
"preferred-input": "OO.ui.SelectFileWidget",
"input-config": [],
"required": true,
"required": true,
"uuid": "68416fad59ece"
"label": "organization",
},
"type": "string",
"format": "text",
"title": "file"
},
"caption": {
"wiki": {
"type": "property",
"name": "caption",
"visibility": "visible",
"visibility": "visible",
"label": "caption",
"multiple-items": false,
"preferred-input": "OO.ui.TextInputWidget",
"preferred-input": "OO.ui.TextInputWidget",
"input-config": [],
"input-config": [],
"required": true,
"uuid": "68416fad59ecb"
"uuid": "68416fad59ed1"
},
},
"type": "string",
"type": "string",
"format": "text",
"format": "text",
"title": "caption"
"title": "organization"
},
},
"location": {
"location": {
"wiki": {
"wiki": {
"name": "location",
"type": "property",
"type": "property",
"name": "location",
"multiple-items": false,
"label": "location",
"visibility": "visible",
"visibility": "visible",
"label": "location",
"multiple-items": false,
"preferred-input": "LookupElement",
"preferred-input": "LookupElement",
"input-config": [],
"input-config": [],
Line 74: Line 42:
"format": "text",
"format": "text",
"title": "location"
"title": "location"
},
"pictures": {
"wiki": {
"name": "pictures",
"min-items": 1,
"unique-items": false,
"type": "schema",
"uuid": "68417068e7265"
},
"items": {
"type": "object",
"wiki": {
"name": "pictures",
"type": "schema",
"layout": "section",
"visibility": "visible",
"uuid": "68417068e7268"
},
"properties": {
"file": {
"wiki": {
"type": "property",
"name": "file",
"visibility": "visible",
"multiple-items": false,
"preferred-input": "OO.ui.SelectFileWidget",
"input-config": [],
"required": true,
"uuid": "68417068e726a"
},
"type": "string",
"format": "text"
},
"caption": {
"wiki": {
"type": "property",
"name": "caption",
"visibility": "visible",
"label": "caption",
"multiple-items": false,
"preferred-input": "OO.ui.TextInputWidget",
"input-config": [],
"required": false,
"uuid": "68417068e726c"
},
"type": "string",
"format": "text",
"title": "caption"
}
},
"required": [
"file"
]
},
"type": "array",
"minItems": 1,
"uniqueItems": false
}
}
},
},
"required": [
"required": [
"organization",
"organization"
"file",
"caption"
],
],
"type": "object"
"type": "object"
}
}

Revision as of 10:24, 5 June 2025

wiki
type"schema"
uuid"68416fad59ec7"
name"Picture"
properties
organization
wiki
name"organization"
type"property"
multiple-itemsfalse
requiredtrue
label"organization"
visibility"visible"
preferred-input"OO.ui.TextInputWidget"
input-config
Empty array
uuid"68416fad59ecb"
type"string"
format"text"
title"organization"
location
wiki
name"location"
type"property"
multiple-itemsfalse
label"location"
visibility"visible"
preferred-input"LookupElement"
input-config
Empty array
requiredfalse
options-query"[[name:+]][[organization::<organization>]]"
query-schema"Location"
query-printouts
"name"
uuid"68416fad59ed3"
type"string"
format"text"
title"location"
pictures
wiki
name"pictures"
min-items1
unique-itemsfalse
type"schema"
uuid"68417068e7265"
items
type"object"
wiki
name"pictures"
type"schema"
layout"section"
visibility"visible"
uuid"68417068e7268"
properties
file
wiki
type"property"
name"file"
visibility"visible"
multiple-itemsfalse
preferred-input"OO.ui.SelectFileWidget"
input-config
Empty array
requiredtrue
uuid"68417068e726a"
type"string"
format"text"
caption
wiki
type"property"
name"caption"
visibility"visible"
label"caption"
multiple-itemsfalse
preferred-input"OO.ui.TextInputWidget"
input-config
Empty array
requiredfalse
uuid"68417068e726c"
type"string"
format"text"
title"caption"
required
"file"
type"array"
minItems1
uniqueItemsfalse
required
"organization"
type"object"