Skip to content

Commit 2321e99

Browse files
committed
EAN Barcode -> barcode
Signed-off-by: Viktor Petersson <[email protected]>
1 parent 14e10ea commit 2321e99

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

spec/openapi.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@
158158
"$ref": "#/components/parameters/purl"
159159
},
160160
{
161-
"$ref": "#/components/parameters/ean"
161+
"$ref": "#/components/parameters/barcode"
162162
},
163163
{
164164
"$ref": "#/components/parameters/sku"
165165
},
166166
{
167-
"$ref": "#/components/parameters/vendor-uuid"
167+
"$ref": "#/components/parameters/vendor_uuid"
168168
}
169169
],
170170
"responses": {
@@ -814,9 +814,9 @@
814814
"type": "string",
815815
"description": "Package URL (PURL)"
816816
},
817-
"ean": {
817+
"barcode": {
818818
"type": "string",
819-
"description": "EAN bar code"
819+
"description": "Barcode"
820820
},
821821
"sku": {
822822
"type": "string",
@@ -1237,9 +1237,9 @@
12371237
"type": "string"
12381238
}
12391239
},
1240-
"ean": {
1241-
"name": "ean",
1242-
"description": "EAN bar code",
1240+
"barcode": {
1241+
"name": "barcode",
1242+
"description": "Barcode",
12431243
"in": "query",
12441244
"required": false,
12451245
"schema": {

0 commit comments

Comments
 (0)