all jspg tests now passing

This commit is contained in:
2026-03-04 01:02:32 -05:00
parent e7f20e2cb6
commit 566b599512
32 changed files with 531 additions and 1068 deletions

View File

@ -500,8 +500,10 @@
"types": [
{
"name": "entity",
"hierarchy": [
"entity"
"variations": [
"entity",
"organization",
"person"
],
"schemas": [
{
@ -520,9 +522,9 @@
},
{
"name": "organization",
"hierarchy": [
"entity",
"organization"
"variations": [
"organization",
"person"
],
"schemas": [
{
@ -538,9 +540,7 @@
},
{
"name": "person",
"hierarchy": [
"entity",
"organization",
"variations": [
"person"
],
"schemas": [
@ -612,8 +612,9 @@
"types": [
{
"name": "entity",
"hierarchy": [
"entity"
"variations": [
"entity",
"person"
],
"schemas": [
{
@ -632,8 +633,7 @@
},
{
"name": "person",
"hierarchy": [
"entity",
"variations": [
"person"
],
"schemas": [
@ -647,9 +647,8 @@
}
},
{
"$id": "person.light",
"$id": "light.person",
"$ref": "entity",
"extensible": false,
"properties": {
"first_name": {
"type": "string"
@ -665,7 +664,7 @@
"schemas": [
{
"$id": "save_person_light.request",
"$ref": "person.light",
"$ref": "light.person",
"properties": {
"extra_request_field": {
"type": "string"