VisualDataSchema:Project: Difference between revisions
Appearance
	
	
No edit summary  | 
				No edit summary  | 
				||
| Line 9: | Line 9: | ||
         "name": {  |          "name": {  | ||
             "wiki": {  |              "wiki": {  | ||
                "name": "name",  | |||
                 "type": "property",  |                  "type": "property",  | ||
                 "  |                  "multiple-items": false,  | ||
                "required": true,  | |||
                "label-parsed": "Project name",  | |||
                 "visibility": "visible",  |                  "visibility": "visible",  | ||
                 "preferred-input": "OO.ui.TextInputWidget",  |                  "preferred-input": "OO.ui.TextInputWidget",  | ||
                 "input-config": []  |                  "input-config": []  | ||
             },  |              },  | ||
             "type": "string",  |              "type": "string",  | ||
| Line 23: | Line 24: | ||
         "sending_organization": {  |          "sending_organization": {  | ||
             "wiki": {  |              "wiki": {  | ||
                "type": "property",  | |||
                 "name": "sending_organization",  |                  "name": "sending_organization",  | ||
                 "  |                  "visibility": "visible",  | ||
                 "multiple-items": false,  |                  "multiple-items": false,  | ||
                "preferred-input": "LookupElement",  | |||
                "input-config": [],  | |||
                 "required": true,  |                  "required": true,  | ||
                 "  |                  "options-askquery": "[[name::+]]",  | ||
                 "  |                  "askquery-schema": "Organization",  | ||
                 "  |                  "askquery-printouts": [  | ||
                    "name"  | |||
                 ]  | |||
             },  |              },  | ||
             "type": "string",  |              "type": "string",  | ||
| Line 38: | Line 43: | ||
         "hosting_organization": {  |          "hosting_organization": {  | ||
             "wiki": {  |              "wiki": {  | ||
                "type": "property",  | |||
                 "name": "hosting_organization",  |                  "name": "hosting_organization",  | ||
                 "  |                  "visibility": "visible",  | ||
                 "multiple-items": false,  |                  "multiple-items": false,  | ||
                "preferred-input": "LookupElement",  | |||
                "input-config": [],  | |||
                 "required": true,  |                  "required": true,  | ||
                 "  |                  "options-askquery": "[[name::+]]",  | ||
                 "  |                  "askquery-schema": "Organization",  | ||
                 "  |                  "askquery-printouts": [  | ||
                    "name"  | |||
                 ]  | |||
             },  |              },  | ||
             "type": "string",  |              "type": "string",  | ||
Revision as of 08:04, 23 February 2024
| wiki | 
  | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| properties | 
  | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| required | 
  | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | "object" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| title | "Project" |