all jspg tests now passing
This commit is contained in:
29
tests/fixtures/ref.json
vendored
29
tests/fixtures/ref.json
vendored
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user