Applied formatting rules for by #1026 changed files

This commit is contained in:
Bernd Bestel
2020-10-04 15:22:51 +02:00
parent 617b25bda8
commit e60ef77b7b

View File

@@ -357,7 +357,7 @@
"description": "An entity object", "description": "An entity object",
"content": { "content": {
"application/json": { "application/json": {
"schema":{ "schema": {
"type": "object", "type": "object",
"oneOf": [ "oneOf": [
{ {
@@ -2832,7 +2832,7 @@
"properties": { "properties": {
"excludedProductIds": { "excludedProductIds": {
"type": "array", "type": "array",
"items":{ "items": {
"type": "number", "type": "number",
"format": "integer" "format": "integer"
}, },
@@ -4500,7 +4500,7 @@
"properties": { "properties": {
"expiring_products": { "expiring_products": {
"type": "array", "type": "array",
"items":{ "items": {
"$ref": "#/components/schemas/CurrentStockResponse" "$ref": "#/components/schemas/CurrentStockResponse"
} }
}, },
@@ -4606,7 +4606,7 @@
}, },
"security": [ "security": [
{ {
"ApiKeyAuth": [ ] "ApiKeyAuth": []
} }
] ]
} }