VisualDataSchema:Inventory item: Difference between revisions
Intcreator (talk | contribs) No edit summary |
Intcreator (talk | contribs) No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
"type": "schema", | "type": "schema", | ||
"uuid": "676b56f9edd13", | "uuid": "676b56f9edd13", | ||
"name": " | "name": "inventory_item", | ||
"title": "Item", | "title": "Inventory Item", | ||
"description": "A single item acquired by the museum. Atomic—does not contain sub-items." | "description": "A single item acquired by the museum. Atomic—does not contain sub-items." | ||
}, | }, | ||
Line 10: | Line 10: | ||
"accession_id": { | "accession_id": { | ||
"wiki": { | "wiki": { | ||
"name": "accession_id", | |||
"type": "property", | "type": "property", | ||
"multiple-items": false, | |||
"label": "Accession ID", | |||
"uuid": "676b56f9edd15", | "uuid": "676b56f9edd15", | ||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "OO.ui.TextInputWidget", | "preferred-input": "OO.ui.TextInputWidget", | ||
"input-config": [], | "input-config": [], | ||
Line 26: | Line 26: | ||
"type": { | "type": { | ||
"wiki": { | "wiki": { | ||
"name": "type", | |||
"type": "property", | "type": "property", | ||
"multiple-items": false, | |||
"required": true, | |||
"label": "Type", | |||
"uuid": "676b56f9edd16", | "uuid": "676b56f9edd16", | ||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "OO.ui.RadioSelectInputWidget", | |||
"preferred-input": "OO.ui. | |||
"input-config": [], | "input-config": [], | ||
" | "options-allow-null": false, | ||
"options-values-parsed": { | |||
"phone": "phone", | |||
"tool": "tool" | |||
} | |||
}, | }, | ||
"type": "string", | "type": "string", | ||
"format": "text", | "format": "text", | ||
"title": "Type" | "title": "Type", | ||
"enum": [ | |||
"phone", | |||
"tool" | |||
] | |||
}, | }, | ||
"container_id": { | "container_id": { | ||
"wiki": { | "wiki": { | ||
"name": "container_id", | |||
"type": "property", | "type": "property", | ||
"multiple-items": false, | |||
"required": true, | |||
"label": "Container ID", | |||
"uuid": "676b56f9edd17", | "uuid": "676b56f9edd17", | ||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "OO.ui.TextInputWidget", | "preferred-input": "OO.ui.TextInputWidget", | ||
"input-config": [] | "input-config": [] | ||
}, | }, | ||
"type": "string", | "type": "string", | ||
Line 62: | Line 71: | ||
"unique-items": false, | "unique-items": false, | ||
"type": "schema", | "type": "schema", | ||
"uuid": " | "uuid": "676b5aac2deba" | ||
}, | }, | ||
"items": { | "items": { | ||
Line 121: | Line 130: | ||
"history": { | "history": { | ||
"wiki": { | "wiki": { | ||
"name": "history", | "name": "history", | ||
"title": "History", | "title": "History", | ||
" | "unique-items": false, | ||
" | "type": "schema", | ||
"uuid": "676b5b0550841" | |||
}, | }, | ||
"properties": { | "items": { | ||
"type": "object", | |||
"wiki": { | |||
"name": "", | |||
"type": "schema", | |||
"uuid": "676b5acf523db", | |||
"layout": "section", | |||
"visibility": "visible" | |||
}, | |||
"properties": { | |||
"action": { | |||
"wiki": { | |||
"name": "action", | |||
"type": "property", | |||
"multiple-items": false, | |||
"visibility": "visible", | |||
"preferred-input": "OO.ui.RadioSelectInputWidget", | |||
"input-config": [], | |||
"required": false, | |||
"options-allow-null": false, | |||
"options-values-parsed": { | |||
"manufacture": "manufacture", | |||
"acquire": "acquire", | |||
"inventory": "inventory" | |||
}, | |||
"uuid": "676b56f9edd20" | |||
}, | }, | ||
" | "type": "string", | ||
"format": "text", | |||
"enum": [ | |||
"manufacture", | |||
"acquire", | |||
"inventory" | |||
] | |||
}, | }, | ||
"type": " | "new_property": { | ||
"wiki": { | |||
"name": "new_property", | |||
"type": "property", | |||
" | "multiple-items": false, | ||
" | "visibility": "visible", | ||
"preferred-input": "mw.widgets.DateInputWidget", | |||
"input-config": [], | |||
"required": false, | |||
"uuid": "676b5b0550845" | |||
}, | |||
"type": "string", | |||
"format": "date" | |||
} | |||
} | } | ||
}, | }, | ||
"type": " | "type": "array", | ||
"title": "History" | "title": "History", | ||
"uniqueItems": false | |||
} | } | ||
}, | }, | ||
Line 164: | Line 197: | ||
], | ], | ||
"type": "object", | "type": "object", | ||
"title": "Item", | "title": "Inventory Item", | ||
"description": "A single item acquired by the museum. Atomic—does not contain sub-items." | "description": "A single item acquired by the museum. Atomic—does not contain sub-items." | ||
} | } |