chore: JSPG Engine tuple decoupling and core routing optimizations

This commit is contained in:
2026-04-13 22:41:32 -04:00
parent 665a821bf9
commit 0017c598e1
57 changed files with 5510 additions and 5166 deletions

View File

@ -15,9 +15,8 @@
"variations": [
"org"
],
"schemas": [
{
"$id": "full.org",
"schemas": {
"full.org": {
"type": "object",
"properties": {
"missing_users": {
@ -28,7 +27,7 @@
}
}
}
]
}
},
{
"id": "22222222-2222-2222-2222-222222222222",
@ -42,13 +41,12 @@
"variations": [
"user"
],
"schemas": [
{
"$id": "full.user",
"schemas": {
"full.user": {
"type": "object",
"properties": {}
}
]
}
}
],
"relations": []
@ -84,9 +82,8 @@
"variations": [
"parent"
],
"schemas": [
{
"$id": "full.parent",
"schemas": {
"full.parent": {
"type": "object",
"properties": {
"children": {
@ -97,7 +94,7 @@
}
}
}
]
}
},
{
"id": "22222222-2222-2222-2222-222222222222",
@ -111,13 +108,12 @@
"variations": [
"child"
],
"schemas": [
{
"$id": "full.child",
"schemas": {
"full.child": {
"type": "object",
"properties": {}
}
]
}
}
],
"relations": [
@ -167,9 +163,8 @@
"variations": [
"invoice"
],
"schemas": [
{
"$id": "full.invoice",
"schemas": {
"full.invoice": {
"type": "object",
"properties": {
"activities": {
@ -180,7 +175,7 @@
}
}
}
]
}
},
{
"id": "22222222-2222-2222-2222-222222222222",
@ -194,13 +189,12 @@
"variations": [
"activity"
],
"schemas": [
{
"$id": "full.activity",
"schemas": {
"full.activity": {
"type": "object",
"properties": {}
}
]
}
}
],
"relations": [
@ -274,9 +268,8 @@
"variations": [
"actor"
],
"schemas": [
{
"$id": "full.actor",
"schemas": {
"full.actor": {
"type": "object",
"properties": {
"ambiguous_edge": {
@ -287,7 +280,7 @@
}
}
}
]
}
},
{
"id": "22222222-2222-2222-2222-222222222222",
@ -301,13 +294,12 @@
"variations": [
"junction"
],
"schemas": [
{
"$id": "empty.junction",
"schemas": {
"empty.junction": {
"type": "object",
"properties": {}
}
]
}
}
],
"relations": [