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
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

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