Skip to content

Commit

Permalink
MODLISTS-22: 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 ada6d2a commit 04eede6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion src/main/resources/swagger.api/schemas/ListAppError.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
3 changes: 0 additions & 3 deletions src/main/resources/swagger.api/schemas/ListDTO.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,14 @@
},
"successRefresh": {
"description": "List Refresh Information",
"type": "object",
"$ref": "ListRefreshDTO.json"
},
"inProgressRefresh": {
"description": "List In-Progress Refresh Information",
"type": "object",
"$ref": "ListRefreshDTO.json"
},
"failedRefresh": {
"description": "List Failed Refresh Information",
"type": "object",
"$ref": "ListRefreshDTO.json"
},
"version": {
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/swagger.api/schemas/ListRefreshDTO.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
},
"error": {
"description": "Error encountered during list refresh",
"type": "object",
"$ref": "ListAppError.json"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"description": "array of content",
"type": "array",
"items": {
"type": "object",
"$ref": "#/ListSummaryDTO"
}
},
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 04eede6

Please sign in to comment.