to family

This commit is contained in:
2026-04-16 11:54:37 -04:00
parent 61a8c5eed7
commit 41649766db
16 changed files with 36 additions and 519 deletions

View File

@ -17,7 +17,7 @@
"get_organizations.response": {
"type": "array",
"items": {
"$family": "organization"
"family": "organization"
}
}
}
@ -26,7 +26,7 @@
"name": "get_light_organization",
"schemas": {
"get_light_organization.response": {
"$family": "light.organization"
"family": "light.organization"
}
}
},
@ -34,7 +34,7 @@
"name": "get_full_organization",
"schemas": {
"get_full_organization.response": {
"$family": "full.organization"
"family": "full.organization"
}
}
},
@ -55,7 +55,7 @@
"get_widgets.response": {
"type": "array",
"items": {
"$family": "widget"
"family": "widget"
}
}
}