VisualDataSchema:School: Difference between revisions

From Wikisphere
Jump to navigation Jump to search
(Created page with "{ "wiki": { "type": "schema", "name": "School", "title-parsed": "School", "title": "School" }, "properties": { "belongs to": { "wiki": { "type": "property", "name": "belongs to", "visibility": "visible", "multiple-items": false, "preferred-input": "OO.ui.DropdownInputWidget", "input-config": [], "o...")
 
No edit summary
Line 16: Line 16:
                 "input-config": [],
                 "input-config": [],
                 "options-allow-null": false,
                 "options-allow-null": false,
                "required": false,
                 "options-askquery": "[[schema::School district]]",
                 "options-askquery": "[[schema::School district]]",
                 "askquery-schema": "School district",
                 "askquery-schema": "School district",
                 "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)"
         },
         },
         "name": {
         "name": {

Revision as of 08:57, 19 March 2024

wiki
type"schema"
name"School"
title-parsed"School"
title"School"
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 district]]"
askquery-schema"School district"
askquery-printouts
"name"
requiredfalse
enum
Empty array
type"string"
format"text"
title"Belongs to"
description"(this input can be hidden)"
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"
type"object"
title"School"
[Mark as patrolled]