Added swagger validation to CI pipeline

This commit is contained in:
Alejandro Celaya
2021-12-09 18:51:26 +01:00
parent 0fd941401b
commit 15ce529c09
4 changed files with 9 additions and 20 deletions

View File

@@ -21,7 +21,7 @@
"name": "size",
"in": "path",
"description": "The size of the image to be returned.",
"required": false,
"required": true,
"schema": {
"type": "integer",
"minimum": 50,