Skip to content

Commit

Permalink
Update JSON schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
any-association committed Oct 17, 2023
1 parent d5dbb3a commit 23a2557
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions json/models/Account.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@
"spaceViewId": {
"type": "string"
},
"techSpaceId": {
"type": "string"
},
"gatewayUrl": {
"type": "string",
"description": "gateway url for fetching static files"
Expand Down
2 changes: 2 additions & 0 deletions json/models/ObjectType.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@
529,
"SpaceView",
530,
"Identity",
532,
"MissingObject",
519
]
Expand Down
2 changes: 2 additions & 0 deletions json/models/ObjectView.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
529,
"SpaceView",
530,
"Identity",
532,
"MissingObject",
519
],
Expand Down

0 comments on commit 23a2557

Please sign in to comment.