VisualDataSchema:Project: Difference between revisions
No edit summary |
No edit summary |
||
(19 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
}, | }, | ||
"properties": { | "properties": { | ||
" | "project_number": { | ||
"wiki": { | "wiki": { | ||
"name": " | "name": "project_number", | ||
"type": "property", | "type": "property", | ||
"multiple-items": false, | "multiple-items": false, | ||
"required": true, | "required": true, | ||
"label": " | "label": "project number", | ||
" | "uuid": "67c9d014d142b", | ||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "OO.ui.TextInputWidget", | "preferred-input": "OO.ui.TextInputWidget", | ||
"input-config": [] | "input-config": [] | ||
}, | }, | ||
"type": "string", | "type": "string", | ||
"format": "text", | "format": "text", | ||
"title": " | "title": "project number" | ||
}, | }, | ||
" | "name": { | ||
"wiki": { | "wiki": { | ||
"name": "name", | |||
"type": "property", | "type": "property", | ||
"name": " | "multiple-items": false, | ||
"label": "Project name", | |||
"uuid": "6634e38ac4739", | |||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "OO.ui.TextInputWidget", | "preferred-input": "OO.ui.TextInputWidget", | ||
"input-config": [], | "input-config": [], | ||
"required": false | "required": false | ||
}, | }, | ||
"type": "string", | "type": "string", | ||
"format": "text", | "format": "text", | ||
"title": " | "title": "Project name" | ||
}, | }, | ||
"national_agency": { | "national_agency": { | ||
"wiki": { | "wiki": { | ||
"name": "national_agency", | |||
"type": "property", | "type": "property", | ||
" | "multiple-items": false, | ||
"label": "national agency", | |||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "OO.ui.DropdownInputWidget", | "preferred-input": "OO.ui.DropdownInputWidget", | ||
"input-config": [], | "input-config": [], | ||
Line 53: | Line 52: | ||
"options-wikilist": "National agencies codes", | "options-wikilist": "National agencies codes", | ||
"options-label-formula": "{{National_agency_country_from_code|\u003Cvalue\u003E}}", | "options-label-formula": "{{National_agency_country_from_code|\u003Cvalue\u003E}}", | ||
"uuid": "67c9d014d142f" | "uuid": "67c9d014d142f", | ||
"options-values-parsed": { | |||
"AT01": "Austria", | |||
"BE03-5": "Belgium", | |||
"BG01": "Bulgaria", | |||
"HR01": "Croatia", | |||
"CY01": "Cyprus", | |||
"CZ01": "Czech", | |||
"DK01": "Denmark", | |||
"EE01": "Estonia", | |||
"FI01": "Finland", | |||
"FR02": "France", | |||
"DE04": "Germany", | |||
"EL02": "Greece", | |||
"HU01": "Hungary", | |||
"IE01": "Ireland", | |||
"IT03": "Italy", | |||
"LV02": "Latvia", | |||
"LI01": "Liechtenstein", | |||
"LT02": "Lithuania", | |||
"LU01": "Luxembourg", | |||
"MT01": "Malta", | |||
"NL02": "Netherlands", | |||
"PL01": "Poland", | |||
"PT02": "Portugal", | |||
"RO01": "Romania", | |||
"SK02": "Slovakia", | |||
"SI02": "Slovenia", | |||
"ES02": "Spain", | |||
"SE02": "Sweden", | |||
"TR01": "Türkiye", | |||
"IS01": "Iceland", | |||
"MK01": "North Macedonia" | |||
} | |||
}, | }, | ||
"type": "string", | "type": "string", | ||
Line 91: | Line 123: | ||
"MK01" | "MK01" | ||
] | ] | ||
}, | }, | ||
"start_date": { | "start_date": { | ||
Line 205: | Line 158: | ||
"title": "End date" | "title": "End date" | ||
}, | }, | ||
" | "organizations": { | ||
"wiki": { | "wiki": { | ||
"name": " | "name": "organizations", | ||
"title": "Partner organizations", | |||
"min-items": 1, | |||
"unique-items": false, | |||
"type": "schema", | |||
"uuid": "6837fa920c244" | |||
}, | |||
"items": { | |||
"type": "object", | |||
"wiki": { | |||
"name": "organizations", | |||
"type": "schema", | |||
"uuid": "6837fa7ef0745", | |||
"layout": "section", | |||
"visibility": "visible" | |||
}, | |||
"properties": { | |||
"name": { | |||
"wiki": { | |||
"name": "name", | |||
"type": "property", | |||
"multiple-items": false, | |||
"label": "name", | |||
"visibility": "visible", | |||
"preferred-input": "LookupElement", | |||
"input-config": [], | |||
"required": false, | |||
"options-query": "[[name::+]]", | |||
"query-schema": "Organization", | |||
"query-printouts": [ | |||
"name" | |||
], | |||
"uuid": "6837fa60cfb5a" | |||
}, | |||
"type": "string", | |||
"format": "text", | |||
"title": "name" | |||
}, | |||
"role": { | |||
"wiki": { | |||
"name": "role", | |||
"unique-items": false, | |||
"type": "schema", | |||
"uuid": "6837fa60cfb5e" | |||
}, | |||
"items": { | |||
"type": "string", | |||
"wiki": { | |||
"name": "role", | |||
"type": "property", | |||
"multiple-items": true, | |||
"label": "role", | |||
"visibility": "visible", | |||
"preferred-input": "OO.ui.MenuTagMultiselectWidget", | |||
"input-config": [], | |||
"required": false, | |||
"options-allow-null": false, | |||
"options-wikilist": "Organization roles", | |||
"options-values-parsed": { | |||
"coordinating": "coordinating", | |||
"sending": "sending", | |||
"hosting": "hosting" | |||
}, | |||
"uuid": "6837fa60cfb5f", | |||
"layout": "table" | |||
}, | |||
"format": "text", | |||
"title": "role", | |||
"enum": [ | |||
"coordinating", | |||
"sending", | |||
"hosting" | |||
] | |||
}, | |||
"type": "array", | |||
"uniqueItems": false | |||
} | |||
} | |||
}, | |||
"type": "array", | |||
"title": "Partner organizations", | |||
"minItems": 1, | |||
"uniqueItems": false | |||
}, | |||
"notes": { | |||
"wiki": { | |||
"name": "notes", | |||
"type": "property", | "type": "property", | ||
"multiple-items": false, | "multiple-items": false, | ||
"label": "notes", | |||
"label | |||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "OO.ui. | "preferred-input": "OO.ui.MultilineTextInputWidget", | ||
"input-config": [], | "input-config": [], | ||
"uuid": " | "required": false, | ||
"uuid": "67cc12029731b" | |||
}, | }, | ||
"type": " | "type": "string", | ||
"title": " | "format": "text", | ||
"title": "notes" | |||
} | } | ||
}, | }, | ||
"required": [ | "required": [ | ||
" | "project_number", | ||
"start_date", | "start_date", | ||
"end_date | "end_date" | ||
], | ], | ||
"type": "object", | "type": "object", | ||
"title": "Project" | "title": "Project" | ||
} | } |
Latest revision as of 06:12, 29 May 2025
wiki |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
properties |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | "object" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
title | "Project" |