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

@ -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"
}
}
},