to family
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[
|
||||
{
|
||||
"description": "Vertical $family Routing (Across Tables)",
|
||||
"description": "Vertical family Routing (Across Tables)",
|
||||
"database": {
|
||||
"types": [
|
||||
{
|
||||
@ -77,7 +77,7 @@
|
||||
],
|
||||
"schemas": {
|
||||
"family_entity": {
|
||||
"$family": "entity"
|
||||
"family": "entity"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -150,7 +150,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Matrix $family Routing (Vertical + Horizontal Intersections)",
|
||||
"description": "Matrix family Routing (Vertical + Horizontal Intersections)",
|
||||
"database": {
|
||||
"types": [
|
||||
{
|
||||
@ -226,7 +226,7 @@
|
||||
],
|
||||
"schemas": {
|
||||
"family_light_org": {
|
||||
"$family": "light.organization"
|
||||
"family": "light.organization"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -278,7 +278,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Horizontal $family Routing (Virtual Variations)",
|
||||
"description": "Horizontal family Routing (Virtual Variations)",
|
||||
"database": {
|
||||
"types": [
|
||||
{
|
||||
@ -319,10 +319,10 @@
|
||||
],
|
||||
"schemas": {
|
||||
"family_widget": {
|
||||
"$family": "widget"
|
||||
"family": "widget"
|
||||
},
|
||||
"family_stock_widget": {
|
||||
"$family": "stock.widget"
|
||||
"family": "stock.widget"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user