Skip to content

Commit

Permalink
Auto commit to autodocs-wix-restaurants from WixDocs Server
Browse files Browse the repository at this point in the history
  • Loading branch information
wix-docs-feds committed Jun 4, 2024
1 parent 98e6144 commit cd5ce6a
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions wix-restaurants/wix-restaurants/Events.service.json
Original file line number Diff line number Diff line change
Expand Up @@ -2115,10 +2115,15 @@
],
"extra": {
"oneOfGroups": [
{
"name": "oneOfItemOldPricingOneOf",
"members": [
"oldPrice"
]
},
{
"name": "oneOfItemPricingOneOf",
"members": [
"price",
"priceVariants"
]
}
Expand Down Expand Up @@ -2231,19 +2236,18 @@
]
}
},
{
"name": "restaurantsMenusV1ItemItemOldPricingOneOf",
"members": [],
"docs": {
"description": [
""
]
}
},
{
"name": "restaurantsMenusV1ItemItemPricingOneOf",
"members": [
{
"name": "price",
"optional": true,
"type": [
{
"nativeType": "string"
}
],
"doc": "Item price."
},
{
"name": "priceVariants",
"optional": true,
Expand Down

0 comments on commit cd5ce6a

Please sign in to comment.