Two new shop field and some documention fine tuning
This commit is contained in:
+1
-1
@@ -4244,7 +4244,7 @@ components:
|
|||||||
type: "string"
|
type: "string"
|
||||||
Type:
|
Type:
|
||||||
type: "string"
|
type: "string"
|
||||||
description: "The definition follows https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete . If you can not find the specific type off is used."
|
description: "The definition follows https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete . If you can not find the specific type off is used. Please note, that country refers to a Guid of an entry of AddressState."
|
||||||
enum:
|
enum:
|
||||||
- "honorific-prefix"
|
- "honorific-prefix"
|
||||||
- "given-name"
|
- "given-name"
|
||||||
|
|||||||
+6
-1
@@ -1,7 +1,7 @@
|
|||||||
openapi: 3.0.0
|
openapi: 3.0.0
|
||||||
info:
|
info:
|
||||||
title: "TyrePro-API, Shop"
|
title: "TyrePro-API, Shop"
|
||||||
version: "Version 20"
|
version: "Version 21"
|
||||||
servers:
|
servers:
|
||||||
- url: "https://musterreifen.com/api/shop"
|
- url: "https://musterreifen.com/api/shop"
|
||||||
description: "Development server, customers domain"
|
description: "Development server, customers domain"
|
||||||
@@ -1542,6 +1542,8 @@ components:
|
|||||||
type: "number"
|
type: "number"
|
||||||
HasShopArticleInformations:
|
HasShopArticleInformations:
|
||||||
type: "boolean"
|
type: "boolean"
|
||||||
|
MayHaveShopArticleAccessories:
|
||||||
|
type: "boolean"
|
||||||
Thumbnail:
|
Thumbnail:
|
||||||
$ref: "#/components/schemas/DbBlob"
|
$ref: "#/components/schemas/DbBlob"
|
||||||
ShopArticlePair:
|
ShopArticlePair:
|
||||||
@@ -1823,6 +1825,9 @@ components:
|
|||||||
type: "number"
|
type: "number"
|
||||||
ReducedTaxPercentage:
|
ReducedTaxPercentage:
|
||||||
type: "number"
|
type: "number"
|
||||||
|
HasMotorcycleData:
|
||||||
|
type: "boolean"
|
||||||
|
readOnly: true
|
||||||
OfferLayout:
|
OfferLayout:
|
||||||
type: "object"
|
type: "object"
|
||||||
properties:
|
properties:
|
||||||
|
|||||||
Reference in New Issue
Block a user