VisualDataSchema:School: Difference between revisions

From Visual Data Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 24: Line 24:
         "school principal": {
         "school principal": {
             "wiki": {
             "wiki": {
                "name": "school principal",
                 "type": "property",
                 "type": "property",
                 "name": "school principal",
                 "multiple-items": false,
                "label-parsed": "School Principal",
                 "visibility": "visible",
                 "visibility": "visible",
                "multiple-items": false,
                 "preferred-input": "OO.ui.TextInputWidget",
                 "preferred-input": "OO.ui.TextInputWidget",
                 "input-config": [],
                 "input-config": [],
Line 50: Line 51:
             "format": "text",
             "format": "text",
             "title": "Number of Pupils"
             "title": "Number of Pupils"
        },
        "belongs to": {
            "wiki": {
                "type": "property",
                "name": "belongs to",
                "visibility": "visible",
                "multiple-items": false,
                "preferred-input": "LookupElement",
                "input-config": [],
                "required": false,
                "options-askquery": "[[schema::School district]]",
                "askquery-schema": "Activity",
                "askquery-printouts": [
                    "name"
                ]
            },
            "type": "string",
            "format": "text",
            "title": "Belongs to"
         }
         }
     },
     },

Revision as of 12:19, 18 March 2024

wiki
type"schema"
name"School"
title-parsed"School"
title"School"
properties
name
wiki
name"name"
type"property"
multiple-itemsfalse
label-parsed"Name"
visibility"visible"
preferred-input"OO.ui.TextInputWidget"
input-config
Empty array
requiredfalse
type"string"
format"text"
title"Name"
school principal
wiki
name"school principal"
type"property"
multiple-itemsfalse
label-parsed"School Principal"
visibility"visible"
preferred-input"OO.ui.TextInputWidget"
input-config
Empty array
requiredfalse
type"string"
format"text"
title"School Principal"
number of pupils
wiki
name"number of pupils"
type"property"
multiple-itemsfalse
label-parsed"Number of Pupils"
visibility"visible"
preferred-input"OO.ui.NumberInputWidget"
input-config
Empty array
requiredfalse
type"integer"
format"text"
title"Number of Pupils"
belongs to
wiki
type"property"
name"belongs to"
visibility"visible"
multiple-itemsfalse
preferred-input"LookupElement"
input-config
Empty array
requiredfalse
options-askquery"[[schema::School district]]"
askquery-schema"Activity"
askquery-printouts
"name"
type"string"
format"text"
title"Belongs to"
type"object"
title"School"