Skip to content

Commit

Permalink
MODFQMMGR-28: Fix api-lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bvsharp committed Sep 28, 2023
1 parent 6f661f7 commit 6f71389
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion src/main/resources/swagger.api/schemas/error.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"description": "Error message code"
},
"parameters": {
"type": "object",
"description": "Error message parameters",
"$ref": "parameters.json"
}
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/swagger.api/schemas/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"id": "errors",
"type": "array",
"items": {
"type": "object",
"$ref": "error.json"
}
},
Expand Down
4 changes: 1 addition & 3 deletions src/main/resources/swagger.api/schemas/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"description": "List of key/value parameters of an error",
"type": "array",
"items": {
"type": "object",
"$ref": "parameter.json"
},
"additionalProperties": false
}
}

0 comments on commit 6f71389

Please sign in to comment.