8000 Add JSON Schema that is v1.1 compliant by VGirol · Pull Request #1603 · json-api/json-api · GitHub
[go: up one dir, main page]

Skip to content

Add JSON Schema that is v1.1 compliant #1603

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 11 commits into
base: gh-pages
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
VGirol committed May 10, 2022
commit 07cc91b58af162d6e2f6b6b89da2e4b87dd9155b
6 changes: 3 additions & 3 deletions _schemas/1.1/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@
"type": "object",
"allOf": [
{
"$ref": "#/definitions/relationshipsForbidenMemberName"
"$ref": "#/definitions/relationshipsForbiddenMemberName"
}
],
"anyOf": [
Expand All @@ -536,7 +536,7 @@
"type": "object",
"allOf": [
{
"$ref": "#/definitions/relationshipsForbidenMemberName"
"$ref": "#/definitions/relationshipsForbiddenMemberName"
}
],
"anyOf": [
Expand All @@ -551,7 +551,7 @@
},
"unevaluatedProperties": false
},
"relationshipsForbidenMemberName": {
"relationshipsForbiddenMemberName": {
"not": {
"anyOf": [
{
Expand Down
0