Skip to content

Commit

Permalink
fix(ZMS-3253): schema typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Fink authored and Thomas Fink committed Feb 21, 2025
1 parent 84f5bc5 commit 82ca4cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scopes": {
"type": "array",
"items": {
"$ref": "../ThinnedScope.json"
"$ref": "../thinnedScope.json"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion zmsentities/schema/citizenapi/office.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
}
},
"scope": {
"$ref": "./ThinnedScope.json"
"$ref": "./thinnedScope.json"
}
},
"required": [
Expand Down
2 changes: 1 addition & 1 deletion zmsentities/schema/citizenapi/thinnedProcess.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"description": "Unique identifier for the office"
},
"scope": {
"$ref": "./ThinnedScope.json"
"$ref": "./thinnedScope.json"
},
"status": {
"type": [
Expand Down
2 changes: 1 addition & 1 deletion zmsentities/schema/citizenapi/thinnedScope.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "ThinnedScope",
"title": "thinnedScope",
"type": [
"array",
"object",
Expand Down

0 comments on commit 82ca4cb

Please sign in to comment.