Skip to content

Commit

Permalink
update schema files to reference User.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Divyeshhhh committed May 15, 2024
1 parent c539f59 commit c4514c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/schema/Administrator.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"administrator": {
"allOf": [
{
"$ref": "#/definitions/user"
"$ref": "User.json#/definitions/user"
},
{
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion resources/schema/Client.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"client": {
"allOf": [
{
"$ref": "#/definitions/user"
"$ref": "User.json#/definitions/user"
},
{
"type": "object",
Expand Down

0 comments on commit c4514c9

Please sign in to comment.