VisualDataSchema:School class: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{ "wiki": { "type": "schema", "name": "school class", "title-parsed": "School Class", "title": "School Class" }, "properties": { "name": { "wiki": { "type": "property", "name": "name", "visibility": "visible", "multiple-items": false, "preferred-input": "OO.ui.TextInputWidget", "input-config": [],...") |
No edit summary |
||
Line 2: | Line 2: | ||
"wiki": { | "wiki": { | ||
"type": "schema", | "type": "schema", | ||
"name": " | "name": "School class", | ||
"title-parsed": "School Class", | "title-parsed": "School Class", | ||
"title": "School Class" | "title": "School Class" | ||
}, | }, | ||
"properties": { | "properties": { | ||
" | "class": { | ||
"wiki": { | "wiki": { | ||
"type": "property", | "type": "property", | ||
"name": " | "name": "class", | ||
"visibility": "visible", | "visibility": "visible", | ||
"multiple-items": false, | "multiple-items": false, | ||
Line 19: | Line 19: | ||
"type": "string", | "type": "string", | ||
"format": "text", | "format": "text", | ||
"title": " | "title": "Class" | ||
}, | |||
"class teacher": { | |||
"wiki": { | |||
"type": "property", | |||
"name": "class teacher", | |||
"visibility": "visible", | |||
"multiple-items": false, | |||
"preferred-input": "OO.ui.TextInputWidget", | |||
"input-config": [], | |||
"required": false | |||
}, | |||
"type": "string", | |||
"format": "text", | |||
"title": "Class Teacher" | |||
}, | }, | ||
"number of pupils": { | "number of pupils": { | ||
"wiki": { | "wiki": { | ||
"name": "number of pupils", | |||
"type": "property", | "type": "property", | ||
" | "multiple-items": false, | ||
"label-parsed": "Number of Pupils", | |||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "OO.ui.NumberInputWidget", | "preferred-input": "OO.ui.NumberInputWidget", | ||
"input-config": [], | "input-config": [], |
Revision as of 15:40, 17 March 2024
wiki |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
properties |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | "object" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
title | "School Class" |