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

@ -515,7 +515,7 @@
"type": "string"
},
"email": {
"$family": "email_address"
"family": "email_address"
},
"generic_bubble": {
"type": "some_bubble"

View File

@ -331,7 +331,7 @@
"table_families": {
"type": "array",
"items": {
"$family": "widget"
"family": "widget"
}
}
}
@ -339,7 +339,6 @@
}
},
"tests": [
{
"description": "families mechanically map physical variants directly onto topological uuid array paths",
"data": {

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

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