mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
14 lines
181 B
JSON
14 lines
181 B
JSON
{
|
|
"type": "nested",
|
|
"properties": {
|
|
"student": {
|
|
"type": "float"
|
|
},
|
|
"employee": {
|
|
"type": "float"
|
|
},
|
|
"guest": {
|
|
"type": "float"
|
|
}
|
|
}
|
|
} |