SchoolManager: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: jsonforms-slot-edit |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{#jsonformsrender:{{FULLPAGENAME}} | {{#jsonformsrender:{{FULLPAGENAME}} | ||
|action=parse | |action=parse | ||
|schema=SchoolManager | |schema=SchoolManager | ||
| jsonforms-data | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
[] | [ | ||
{ | |||
"name": "a", | |||
"schools": [ | |||
{ | |||
"name": "a", | |||
"number_of_pupils": 0, | |||
"classes": [ | |||
{ | |||
"class": "a" | |||
} | |||
] | |||
} | |||
] | |||
} | |||
] | |||