to family
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user