VisualDataSchema:School class: Difference between revisions

From Wikisphere
Jump to navigation Jump to search
(Created page with "{ "wiki": { "type": "schema", "name": "School class", "title-parsed": "School Class", "title": "School Class" }, "properties": { "belongs to": { "wiki": { "type": "property", "name": "belongs to", "visibility": "visible", "multiple-items": false, "preferred-input": "OO.ui.DropdownInputWidget", "input-config": [],...")
 
No edit summary
Line 15: Line 15:
                 "preferred-input": "OO.ui.DropdownInputWidget",
                 "preferred-input": "OO.ui.DropdownInputWidget",
                 "input-config": [],
                 "input-config": [],
                "required": false,
                 "options-allow-null": false,
                 "options-allow-null": false,
                 "options-askquery": "[[schema::School]]",
                 "options-askquery": "[[schema::School]]",
Line 21: Line 20:
                 "askquery-printouts": [
                 "askquery-printouts": [
                     "name"
                     "name"
                 ]
                 ],
                "required": false
             },
             },
             "enum": [],
             "enum": [],
             "type": "string",
             "type": "string",
             "format": "text",
             "format": "text",
             "title": "Belongs to"
             "title": "Belongs to",
            "description": "(this input can be hidden)"
         },
         },
         "class": {
         "class": {

Revision as of 08:58, 19 March 2024

wiki
type"schema"
name"School class"
title-parsed"School Class"
title"School Class"
properties
belongs to
wiki
type"property"
name"belongs to"
visibility"visible"
multiple-itemsfalse
preferred-input"OO.ui.DropdownInputWidget"
input-config
Empty array
options-allow-nullfalse
options-askquery"[[schema::School]]"
askquery-schema"School"
askquery-printouts
"name"
requiredfalse
enum
Empty array
type"string"
format"text"
title"Belongs to"
description"(this input can be hidden)"
class
wiki
name"class"
type"property"
multiple-itemsfalse
label-parsed"Class"
visibility"visible"
preferred-input"OO.ui.TextInputWidget"
input-config
Empty array
requiredfalse
type"string"
format"text"
title"Class"
class teacher
wiki
name"class teacher"
type"property"
multiple-itemsfalse
label-parsed"Class Teacher"
visibility"visible"
preferred-input"OO.ui.TextInputWidget"
input-config
Empty array
requiredfalse
type"string"
format"text"
title"Class Teacher"
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"
type"object"
title"School Class"
[Mark as patrolled]