Skip to content

Commit

Permalink
Updated OpenAPI specs
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Sep 28, 2023
1 parent 32bc311 commit fe78d6e
Show file tree
Hide file tree
Showing 6 changed files with 198 additions and 0 deletions.
18 changes: 18 additions & 0 deletions json/knowledgeapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -77321,6 +77321,24 @@
"featuredItem": {
"type": "boolean",
"description": "Indicates whether the item is a featured item on the menu."
},
"spiciness": {
"type": "string",
"description": "The spiciness level of a food item. Valid elements are:\n* Mild\n* Medium\n* Hot\n"
},
"dietaryRestrictions": {
"type": "array",
"items": {
"type": "string"
},
"description": "Dietary information of a food item. Valid elements are:\n* Halal\n* Kosher\n* Organic\n* Vegan\n* Vegetarian\n"
},
"preparationMethods": {
"type": "array",
"items": {
"type": "string"
},
"description": "Methods on how the food dish option is prepared. Valid elements are:\n* Baked\n* Barbecued\n* Basted\n* Blanched\n* Boiled\n* Braised\n* Coddled\n* Fermented\n* Fried\n* Grilled\n* Kneaded\n* Marinated\n* Pan Fried\n* Pickled\n* Pressure Cooked\n* Roasted\n* Sauteed\n* Seared\n* Simmered\n* Smoked\n* Steamed\n* Steeped\n* Stir Fried\n* Other Method\n"
}
}
}
Expand Down
18 changes: 18 additions & 0 deletions json/liveapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -38298,6 +38298,24 @@
"featuredItem": {
"type": "boolean",
"description": "Indicates whether the item is a featured item on the menu."
},
"spiciness": {
"type": "string",
"description": "The spiciness level of a food item. Valid elements are:\n* Mild\n* Medium\n* Hot\n"
},
"dietaryRestrictions": {
"type": "array",
"items": {
"type": "string"
},
"description": "Dietary information of a food item. Valid elements are:\n* Halal\n* Kosher\n* Organic\n* Vegan\n* Vegetarian\n"
},
"preparationMethods": {
"type": "array",
"items": {
"type": "string"
},
"description": "Methods on how the food dish option is prepared. Valid elements are:\n* Baked\n* Barbecued\n* Basted\n* Blanched\n* Boiled\n* Braised\n* Coddled\n* Fermented\n* Fried\n* Grilled\n* Kneaded\n* Marinated\n* Pan Fried\n* Pickled\n* Pressure Cooked\n* Roasted\n* Sauteed\n* Seared\n* Simmered\n* Smoked\n* Steamed\n* Steeped\n* Stir Fried\n* Other Method\n"
}
}
}
Expand Down
18 changes: 18 additions & 0 deletions json/webhooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -7977,6 +7977,24 @@
"featuredItem": {
"type": "boolean",
"description": "Indicates whether the item is a featured item on the menu."
},
"spiciness": {
"type": "string",
"description": "The spiciness level of a food item. Valid elements are:\n* Mild\n* Medium\n* Hot\n"
},
"dietaryRestrictions": {
"type": "array",
"items": {
"type": "string"
},
"description": "Dietary information of a food item. Valid elements are:\n* Halal\n* Kosher\n* Organic\n* Vegan\n* Vegetarian\n"
},
"preparationMethods": {
"type": "array",
"items": {
"type": "string"
},
"description": "Methods on how the food dish option is prepared. Valid elements are:\n* Baked\n* Barbecued\n* Basted\n* Blanched\n* Boiled\n* Braised\n* Coddled\n* Fermented\n* Fried\n* Grilled\n* Kneaded\n* Marinated\n* Pan Fried\n* Pickled\n* Pressure Cooked\n* Roasted\n* Sauteed\n* Seared\n* Simmered\n* Smoked\n* Steamed\n* Steeped\n* Stir Fried\n* Other Method\n"
}
}
}
Expand Down
48 changes: 48 additions & 0 deletions yaml/knowledgeapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106123,6 +106123,54 @@ components:
featuredItem:
type: boolean
description: Indicates whether the item is a featured item on the menu.
spiciness:
type: string
description: |
The spiciness level of a food item. Valid elements are:
* Mild
* Medium
* Hot
dietaryRestrictions:
type: array
items:
type: string
description: |
Dietary information of a food item. Valid elements are:
* Halal
* Kosher
* Organic
* Vegan
* Vegetarian
preparationMethods:
type: array
items:
type: string
description: |
Methods on how the food dish option is prepared. Valid elements are:
* Baked
* Barbecued
* Basted
* Blanched
* Boiled
* Braised
* Coddled
* Fermented
* Fried
* Grilled
* Kneaded
* Marinated
* Pan Fried
* Pickled
* Pressure Cooked
* Roasted
* Sauteed
* Seared
* Simmered
* Smoked
* Steamed
* Steeped
* Stir Fried
* Other Method
Section:
allOf:
- $ref: '#/components/schemas/BaseEclSection'
Expand Down
48 changes: 48 additions & 0 deletions yaml/liveapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62636,6 +62636,54 @@ components:
featuredItem:
type: boolean
description: Indicates whether the item is a featured item on the menu.
spiciness:
type: string
description: |
The spiciness level of a food item. Valid elements are:
* Mild
* Medium
* Hot
dietaryRestrictions:
type: array
items:
type: string
description: |
Dietary information of a food item. Valid elements are:
* Halal
* Kosher
* Organic
* Vegan
* Vegetarian
preparationMethods:
type: array
items:
type: string
description: |
Methods on how the food dish option is prepared. Valid elements are:
* Baked
* Barbecued
* Basted
* Blanched
* Boiled
* Braised
* Coddled
* Fermented
* Fried
* Grilled
* Kneaded
* Marinated
* Pan Fried
* Pickled
* Pressure Cooked
* Roasted
* Sauteed
* Seared
* Simmered
* Smoked
* Steamed
* Steeped
* Stir Fried
* Other Method
Section:
allOf:
- $ref: '#/components/schemas/BaseEclSection'
Expand Down
48 changes: 48 additions & 0 deletions yaml/webhooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11463,6 +11463,54 @@ components:
featuredItem:
type: boolean
description: Indicates whether the item is a featured item on the menu.
spiciness:
type: string
description: |
The spiciness level of a food item. Valid elements are:
* Mild
* Medium
* Hot
dietaryRestrictions:
type: array
items:
type: string
description: |
Dietary information of a food item. Valid elements are:
* Halal
* Kosher
* Organic
* Vegan
* Vegetarian
preparationMethods:
type: array
items:
type: string
description: |
Methods on how the food dish option is prepared. Valid elements are:
* Baked
* Barbecued
* Basted
* Blanched
* Boiled
* Braised
* Coddled
* Fermented
* Fried
* Grilled
* Kneaded
* Marinated
* Pan Fried
* Pickled
* Pressure Cooked
* Roasted
* Sauteed
* Seared
* Simmered
* Smoked
* Steamed
* Steeped
* Stir Fried
* Other Method
Section:
allOf:
- $ref: '#/components/schemas/BaseEclSection'
Expand Down

0 comments on commit fe78d6e

Please sign in to comment.