{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}{
"type": "object",
"properties": {
"location": {
"type": "string",
"title": "Menu location",
"description": "Optional theme menu location such as primary or footer."
},
"menu_slug": {
"type": "string",
"title": "Menu slug",
"description": "Optional menu slug when you want one specific menu."
}
},
"required": [],
"additionalProperties": false
}{
"type": "object",
"properties": {
"post_type": {
"type": "string",
"title": "Post type",
"description": "Optional public post type or comma-separated list."
},
"taxonomy": {
"type": "string",
"title": "Taxonomy",
"description": "Optional public taxonomy filter."
},
"term": {
"type": "string",
"title": "Term",
"description": "Term slug used with the taxonomy filter."
},
"per_page": {
"type": "integer",
"title": "Results per page",
"description": "Maximum 50."
},
"page": {
"type": "integer",
"title": "Page",
"description": "1-based page number."
},
"orderby": {
"type": "string",
"title": "Order by",
"description": "Sort field. Relevance only applies when searching.",
"enum": [
"date",
"modified",
"title",
"menu_order",
"relevance"
],
"oneOf": [
{
"const": "date",
"title": "date"
},
{
"const": "modified",
"title": "modified"
},
{
"const": "title",
"title": "title"
},
{
"const": "menu_order",
"title": "menu_order"
},
{
"const": "relevance",
"title": "relevance"
}
]
},
"order": {
"type": "string",
"title": "Order",
"description": "Sort direction.",
"enum": [
"DESC",
"ASC"
],
"oneOf": [
{
"const": "DESC",
"title": "DESC"
},
{
"const": "ASC",
"title": "ASC"
}
]
}
},
"required": [],
"additionalProperties": false
}{
"type": "object",
"properties": {
"query": {
"type": "string",
"title": "Search query",
"description": "Keyword query used to search public content."
},
"post_type": {
"type": "string",
"title": "Post type",
"description": "Optional public post type or comma-separated list."
},
"taxonomy": {
"type": "string",
"title": "Taxonomy",
"description": "Optional public taxonomy filter."
},
"term": {
"type": "string",
"title": "Term",
"description": "Term slug used with the taxonomy filter."
},
"per_page": {
"type": "integer",
"title": "Results per page",
"description": "Maximum 50."
},
"page": {
"type": "integer",
"title": "Page",
"description": "1-based page number."
},
"orderby": {
"type": "string",
"title": "Order by",
"description": "Sort field. Relevance only applies when searching.",
"enum": [
"date",
"modified",
"title",
"menu_order",
"relevance"
],
"oneOf": [
{
"const": "date",
"title": "date"
},
{
"const": "modified",
"title": "modified"
},
{
"const": "title",
"title": "title"
},
{
"const": "menu_order",
"title": "menu_order"
},
{
"const": "relevance",
"title": "relevance"
}
]
},
"order": {
"type": "string",
"title": "Order",
"description": "Sort direction.",
"enum": [
"DESC",
"ASC"
],
"oneOf": [
{
"const": "DESC",
"title": "DESC"
},
{
"const": "ASC",
"title": "ASC"
}
]
}
},
"required": [
"query"
],
"additionalProperties": false
}{
"type": "object",
"properties": {
"id": {
"type": "integer",
"title": "Post ID",
"description": "Lookup by numeric post ID."
},
"slug": {
"type": "string",
"title": "Post slug",
"description": "Lookup by slug or nested path."
},
"post_type": {
"type": "string",
"title": "Post type",
"description": "Optional public post type when resolving by slug."
},
"continuation": {
"type": "string",
"title": "Continuation",
"description": "Short-lived continuation returned by an earlier response for this exact post."
}
},
"required": [],
"additionalProperties": false
}{
"type": "object",
"properties": {
"taxonomy": {
"type": "string",
"title": "Taxonomy",
"description": "A public taxonomy such as category, post_tag, or product_cat."
},
"search": {
"type": "string",
"title": "Search",
"description": "Optional term search query."
},
"slug": {
"type": "string",
"title": "Slug",
"description": "Optional term slug filter."
},
"parent": {
"type": "integer",
"title": "Parent term ID",
"description": "Optional parent term filter."
},
"hide_empty": {
"type": "boolean",
"title": "Hide empty",
"description": "When true, only returns terms with content attached."
},
"per_page": {
"type": "integer",
"title": "Results per page",
"description": "Maximum 50."
},
"page": {
"type": "integer",
"title": "Page",
"description": "1-based page number."
}
},
"required": [
"taxonomy"
],
"additionalProperties": false
}{
"type": "object",
"properties": {
"query": {
"type": "string",
"title": "Search query",
"description": "Keyword query used to search the catalog."
},
"category": {
"type": "string",
"title": "Category slug",
"description": "Optional product category slug filter."
},
"min_price": {
"type": "number",
"title": "Minimum price",
"description": "Optional non-negative minimum current product price."
},
"max_price": {
"type": "number",
"title": "Maximum price",
"description": "Optional non-negative maximum current product price."
},
"availability": {
"type": "string",
"title": "Availability",
"description": "Optional public availability filter.",
"enum": [
"available",
"unavailable",
"low_stock",
"on_backorder"
],
"oneOf": [
{
"const": "available",
"title": "available"
},
{
"const": "unavailable",
"title": "unavailable"
},
{
"const": "low_stock",
"title": "low_stock"
},
{
"const": "on_backorder",
"title": "on_backorder"
}
]
},
"on_sale": {
"type": "boolean",
"title": "On sale",
"description": "When true, return products currently on sale; when false, exclude them."
},
"per_page": {
"type": "integer",
"title": "Results per page",
"description": "Maximum 50."
},
"page": {
"type": "integer",
"title": "Page",
"description": "1-based page number."
},
"orderby": {
"type": "string",
"title": "Order by",
"description": "Sort field.",
"enum": [
"date",
"modified",
"title",
"menu_order"
],
"oneOf": [
{
"const": "date",
"title": "date"
},
{
"const": "modified",
"title": "modified"
},
{
"const": "title",
"title": "title"
},
{
"const": "menu_order",
"title": "menu_order"
}
]
},
"order": {
"type": "string",
"title": "Order",
"description": "Sort direction.",
"enum": [
"DESC",
"ASC"
],
"oneOf": [
{
"const": "DESC",
"title": "DESC"
},
{
"const": "ASC",
"title": "ASC"
}
]
}
},
"required": [],
"additionalProperties": false
}{
"type": "object",
"properties": {
"id": {
"type": "integer",
"title": "Product ID",
"description": "Lookup by numeric product ID."
},
"slug": {
"type": "string",
"title": "Product slug",
"description": "Lookup by product slug."
},
"sku": {
"type": "string",
"title": "Product SKU",
"description": "Optional lookup by SKU when available."
},
"continuation": {
"type": "string",
"title": "Continuation",
"description": "Short-lived continuation returned by an earlier response for this exact product."
}
},
"required": [],
"additionalProperties": false
}{
"type": "object",
"properties": {
"search": {
"type": "string",
"title": "Search",
"description": "Optional product category search query."
},
"slug": {
"type": "string",
"title": "Slug",
"description": "Optional category slug filter."
},
"parent": {
"type": "integer",
"title": "Parent term ID",
"description": "Optional parent category filter."
},
"hide_empty": {
"type": "boolean",
"title": "Hide empty",
"description": "When true, only returns categories with products attached."
},
"per_page": {
"type": "integer",
"title": "Results per page",
"description": "Maximum 50."
},
"page": {
"type": "integer",
"title": "Page",
"description": "1-based page number."
}
},
"required": [],
"additionalProperties": false
}{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}{
"type": "object",
"properties": {
"scope": {
"type": "string",
"description": "Optional compatibility marker. Omit it or use current_cart; this tool can only read the current visitor cart.",
"enum": [
"current_cart"
]
}
},
"required": [],
"additionalProperties": false
}{
"type": "object",
"properties": {
"product_id": {
"type": "integer",
"description": "Exact product ID returned by the current product lookup. Never guess this value."
},
"quantity": {
"type": "integer",
"description": "Quantity to add."
},
"variation_id": {
"type": "integer",
"description": "Optional exact variation ID returned by the current product lookup. Never guess this value."
}
},
"required": [
"product_id",
"quantity"
],
"additionalProperties": false
}{
"type": "object",
"properties": {
"cart_item_key": {
"type": "string",
"description": "Current WooCommerce cart item key."
},
"quantity": {
"type": "integer",
"description": "New quantity. Zero removes the item."
}
},
"required": [
"cart_item_key",
"quantity"
],
"additionalProperties": false
}{
"type": "object",
"properties": {
"cart_item_key": {
"type": "string",
"description": "Current WooCommerce cart item key."
}
},
"required": [
"cart_item_key"
],
"additionalProperties": false
}{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}{
"type": "object",
"properties": {
"buddy_color": {
"type": "string",
"enum": [
"mint",
"blue",
"rose",
"gold",
"violet"
]
},
"buddy_hat": {
"type": "string",
"enum": [
"none",
"wizard",
"party",
"cap",
"crown"
]
},
"buddy_accessory": {
"type": "string",
"enum": [
"none",
"glasses",
"scarf",
"wand",
"balloon"
]
},
"buddy_mood": {
"type": "string",
"enum": [
"happy",
"sleepy",
"excited",
"grumpy",
"surprised"
]
},
"buddy_scene": {
"type": "string",
"enum": [
"sunny",
"rainy_night",
"birthday",
"space",
"rainbow"
]
},
"buddy_color_tool": {
"type": "string",
"enum": [
"set_color"
]
}
},
"required": [
"buddy_color"
]
}{
"type": "object",
"properties": {
"buddy_hat": {
"type": "string",
"enum": [
"none",
"wizard",
"party",
"cap",
"crown"
]
},
"buddy_color": {
"type": "string",
"enum": [
"mint",
"blue",
"rose",
"gold",
"violet"
]
},
"buddy_accessory": {
"type": "string",
"enum": [
"none",
"glasses",
"scarf",
"wand",
"balloon"
]
},
"buddy_mood": {
"type": "string",
"enum": [
"happy",
"sleepy",
"excited",
"grumpy",
"surprised"
]
},
"buddy_scene": {
"type": "string",
"enum": [
"sunny",
"rainy_night",
"birthday",
"space",
"rainbow"
]
},
"buddy_hat_tool": {
"type": "string",
"enum": [
"set_hat"
]
}
},
"required": [
"buddy_hat"
]
}{
"type": "object",
"properties": {
"buddy_accessory": {
"type": "string",
"enum": [
"none",
"glasses",
"scarf",
"wand",
"balloon"
]
},
"buddy_color": {
"type": "string",
"enum": [
"mint",
"blue",
"rose",
"gold",
"violet"
]
},
"buddy_hat": {
"type": "string",
"enum": [
"none",
"wizard",
"party",
"cap",
"crown"
]
},
"buddy_mood": {
"type": "string",
"enum": [
"happy",
"sleepy",
"excited",
"grumpy",
"surprised"
]
},
"buddy_scene": {
"type": "string",
"enum": [
"sunny",
"rainy_night",
"birthday",
"space",
"rainbow"
]
},
"buddy_accessory_tool": {
"type": "string",
"enum": [
"set_accessory"
]
}
},
"required": [
"buddy_accessory"
]
}{
"type": "object",
"properties": {
"buddy_mood": {
"type": "string",
"enum": [
"happy",
"sleepy",
"excited",
"grumpy",
"surprised"
]
},
"buddy_color": {
"type": "string",
"enum": [
"mint",
"blue",
"rose",
"gold",
"violet"
]
},
"buddy_hat": {
"type": "string",
"enum": [
"none",
"wizard",
"party",
"cap",
"crown"
]
},
"buddy_accessory": {
"type": "string",
"enum": [
"none",
"glasses",
"scarf",
"wand",
"balloon"
]
},
"buddy_scene": {
"type": "string",
"enum": [
"sunny",
"rainy_night",
"birthday",
"space",
"rainbow"
]
},
"buddy_mood_tool": {
"type": "string",
"enum": [
"set_mood"
]
}
},
"required": [
"buddy_mood"
]
}{
"type": "object",
"properties": {
"buddy_scene": {
"type": "string",
"enum": [
"sunny",
"rainy_night",
"birthday",
"space",
"rainbow"
]
},
"buddy_color": {
"type": "string",
"enum": [
"mint",
"blue",
"rose",
"gold",
"violet"
]
},
"buddy_hat": {
"type": "string",
"enum": [
"none",
"wizard",
"party",
"cap",
"crown"
]
},
"buddy_accessory": {
"type": "string",
"enum": [
"none",
"glasses",
"scarf",
"wand",
"balloon"
]
},
"buddy_mood": {
"type": "string",
"enum": [
"happy",
"sleepy",
"excited",
"grumpy",
"surprised"
]
},
"buddy_scene_tool": {
"type": "string",
"enum": [
"set_scene"
]
}
},
"required": [
"buddy_scene"
]
}{
"type": "object",
"properties": {
"kitchen_frame": {
"type": "string",
"enum": [
"1"
]
},
"kitchen_base": {
"type": "string",
"enum": [
"none",
"waffle",
"donut",
"toast",
"ramen"
]
},
"kitchen_filling_1": {
"type": "string",
"enum": [
"none",
"fried_egg",
"burger_patty",
"meatballs",
"noodle_block"
]
},
"kitchen_filling_2": {
"type": "string",
"enum": [
"none",
"fried_egg",
"burger_patty",
"meatballs",
"noodle_block"
]
},
"kitchen_filling_3": {
"type": "string",
"enum": [
"none",
"fried_egg",
"burger_patty",
"meatballs",
"noodle_block"
]
},
"kitchen_topping_1": {
"type": "string",
"enum": [
"none",
"gummy_bears",
"pickles",
"crushed_chips",
"onion_rings"
]
},
"kitchen_topping_2": {
"type": "string",
"enum": [
"none",
"gummy_bears",
"pickles",
"crushed_chips",
"onion_rings"
]
},
"kitchen_topping_3": {
"type": "string",
"enum": [
"none",
"gummy_bears",
"pickles",
"crushed_chips",
"onion_rings"
]
},
"kitchen_sauce_1": {
"type": "string",
"enum": [
"none",
"green_liquid",
"mustard",
"chocolate_syrup",
"pink_frosting"
]
},
"kitchen_sauce_2": {
"type": "string",
"enum": [
"none",
"green_liquid",
"mustard",
"chocolate_syrup",
"pink_frosting"
]
},
"kitchen_garnish": {
"type": "string",
"enum": [
"none",
"tiny_umbrella",
"birthday_candle",
"bacon_strip",
"eyeball_toothpick"
]
},
"kitchen_plate": {
"type": "string",
"enum": [
"plate",
"paper_boat",
"cutting_board",
"pan"
]
},
"kitchen_verdict": {
"type": "string",
"enum": [
"draft",
"served"
]
},
"kitchen_base_tool": {
"type": "string",
"enum": [
"set_base"
]
}
},
"required": [
"kitchen_base"
]
}{
"type": "object",
"properties": {
"kitchen_frame": {
"type": "string",
"enum": [
"1"
]
},
"kitchen_filling": {
"type": "string",
"enum": [
"fried_egg",
"burger_patty",
"meatballs",
"noodle_block"
]
},
"kitchen_base": {
"type": "string",
"enum": [
"none",
"waffle",
"donut",
"toast",
"ramen"
]
},
"kitchen_filling_1": {
"type": "string",
"enum": [
"none",
"fried_egg",
"burger_patty",
"meatballs",
"noodle_block"
]
},
"kitchen_filling_2": {
"type": "string",
"enum": [
"none",
"fried_egg",
"burger_patty",
"meatballs",
"noodle_block"
]
},
"kitchen_filling_3": {
"type": "string",
"enum": [
"none",
"fried_egg",
"burger_patty",
"meatballs",
"noodle_block"
]
},
"kitchen_topping_1": {
"type": "string",
"enum": [
"none",
"gummy_bears",
"pickles",
"crushed_chips",
"onion_rings"
]
},
"kitchen_topping_2": {
"type": "string",
"enum": [
"none",
"gummy_bears",
"pickles",
"crushed_chips",
"onion_rings"
]
},
"kitchen_topping_3": {
"type": "string",
"enum": [
"none",
"gummy_bears",
"pickles",
"crushed_chips",
"onion_rings"
]
},
"kitchen_sauce_1": {
"type": "string",
"enum": [
"none",
"green_liquid",
"mustard",
"chocolate_syrup",
"pink_frosting"
]
},
"kitchen_sauce_2": {
"type": "string",
"enum": [
"none",
"green_liquid",
"mustard",
"chocolate_syrup",
"pink_frosting"
]
},
"kitchen_garnish": {
"type": "string",
"enum": [
"none",
"tiny_umbrella",
"birthday_candle",
"bacon_strip",
"eyeball_toothpick"
]
},
"kitchen_plate": {
"type": "string",
"enum": [
"plate",
"paper_boat",
"cutting_board",
"pan"
]
},
"kitchen_verdict": {
"type": "string",
"enum": [
"draft",
"served"
]
},
"kitchen_filling_tool": {
"type": "string",
"enum": [
"add_filling"
]
}
},
"required": [
"kitchen_filling"
]
}{
"type": "object",
"properties": {
"kitchen_frame": {
"type": "string",
"enum": [
"1"
]
},
"kitchen_topping": {
"type": "string",
"enum": [
"gummy_bears",
"pickles",
"crushed_chips",
"onion_rings"
]
},
"kitchen_base": {
"type": "string",
"enum": [
"none",
"waffle",
"donut",
"toast",
"ramen"
]
},
"kitchen_filling_1": {
"type": "string",
"enum": [
"none",
"fried_egg",
"burger_patty",
"meatballs",
"noodle_block"
]
},
"kitchen_filling_2": {
"type": "string",
"enum": [
"none",
"fried_egg",
"burger_patty",
"meatballs",
"noodle_block"
]
},
"kitchen_filling_3": {
"type": "string",
"enum": [
"none",
"fried_egg",
"burger_patty",
"meatballs",
"noodle_block"
]
},
"kitchen_topping_1": {
"type": "string",
"enum": [
"none",
"gummy_bears",
"pickles",
"crushed_chips",
"onion_rings"
]
},
"kitchen_topping_2": {
"type": "string",
"enum": [
"none",
"gummy_bears",
"pickles",
"crushed_chips",
"onion_rings"
]
},
"kitchen_topping_3": {
"type": "string",
"enum": [
"none",
"gummy_bears",
"pickles",
"crushed_chips",
"onion_rings"
]
},
"kitchen_sauce_1": {
"type": "string",
"enum": [
"none",
"green_liquid",
"mustard",
"chocolate_syrup",
"pink_frosting"
]
},
"kitchen_sauce_2": {
"type": "string",
"enum": [
"none",
"green_liquid",
"mustard",
"chocolate_syrup",
"pink_frosting"
]
},
"kitchen_garnish": {
"type": "string",
"enum": [
"none",
"tiny_umbrella",
"birthday_candle",
"bacon_strip",
"eyeball_toothpick"
]
},
"kitchen_plate": {
"type": "string",
"enum": [
"plate",
"paper_boat",
"cutting_board",
"pan"
]
},
"kitchen_verdict": {
"type": "string",
"enum": [
"draft",
"served"
]
},
"kitchen_topping_tool": {
"type": "string",
"enum": [
"add_topping"
]
}
},
"required": [
"kitchen_topping"
]
}{
"type": "object",
"properties": {
"kitchen_frame": {
"type": "string",
"enum": [
"1"
]
},
"kitchen_sauce": {
"type": "string",
"enum": [
"green_liquid",
"mustard",
"chocolate_syrup",
"pink_frosting"
]
},
"kitchen_base": {
"type": "string",
"enum": [
"none",
"waffle",
"donut",
"toast",
"ramen"
]
},
"kitchen_filling_1": {
"type": "string",
"enum": [
"none",
"fried_egg",
"burger_patty",
"meatballs",
"noodle_block"
]
},
"kitchen_filling_2": {
"type": "string",
"enum": [
"none",
"fried_egg",
"burger_patty",
"meatballs",
"noodle_block"
]
},
"kitchen_filling_3": {
"type": "string",
"enum": [
"none",
"fried_egg",
"burger_patty",
"meatballs",
"noodle_block"
]
},
"kitchen_topping_1": {
"type": "string",
"enum": [
"none",
"gummy_bears",
"pickles",
"crushed_chips",
"onion_rings"
]
},
"kitchen_topping_2": {
"type": "string",
"enum": [
"none",
"gummy_bears",
"pickles",
"crushed_chips",
"onion_rings"
]
},
"kitchen_topping_3": {
"type": "string",
"enum": [
"none",
"gummy_bears",
"pickles",
"crushed_chips",
"onion_rings"
]
},
"kitchen_sauce_1": {
"type": "string",
"enum": [
"none",
"green_liquid",
"mustard",
"chocolate_syrup",
"pink_frosting"
]
},
"kitchen_sauce_2": {
"type": "string",
"enum": [
"none",
"green_liquid",
"mustard",
"chocolate_syrup",
"pink_frosting"
]
},
"kitchen_garnish": {
"type": "string",
"enum": [
"none",
"tiny_umbrella",
"birthday_candle",
"bacon_strip",
"eyeball_toothpick"
]
},
"kitchen_plate": {
"type": "string",
"enum": [
"plate",
"paper_boat",
"cutting_board",
"pan"
]
},
"kitchen_verdict": {
"type": "string",
"enum": [
"draft",
"served"
]
},
"kitchen_sauce_tool": {
"type": "string",
"enum": [
"add_sauce"
]
}
},
"required": [
"kitchen_sauce"
]
}{
"type": "object",
"properties": {
"kitchen_frame": {
"type": "string",
"enum": [
"1"
]
},
"kitchen_garnish": {
"type": "string",
"enum": [
"none",
"tiny_umbrella",
"birthday_candle",
"bacon_strip",
"eyeball_toothpick"
]
},
"kitchen_base": {
"type": "string",
"enum": [
"none",
"waffle",
"donut",
"toast",
"ramen"
]
},
"kitchen_filling_1": {
"type": "string",
"enum": [
"none",
"fried_egg",
"burger_patty",
"meatballs",
"noodle_block"
]
},
"kitchen_filling_2": {
"type": "string",
"enum": [
"none",
"fried_egg",
"burger_patty",
"meatballs",
"noodle_block"
]
},
"kitchen_filling_3": {
"type": "string",
"enum": [
"none",
"fried_egg",
"burger_patty",
"meatballs",
"noodle_block"
]
},
"kitchen_topping_1": {
"type": "string",
"enum": [
"none",
"gummy_bears",
"pickles",
"crushed_chips",
"onion_rings"
]
},
"kitchen_topping_2": {
"type": "string",
"enum": [
"none",
"gummy_bears",
"pickles",
"crushed_chips",
"onion_rings"
]
},
"kitchen_topping_3": {
"type": "string",
"enum": [
"none",
"gummy_bears",
"pickles",
"crushed_chips",
"onion_rings"
]
},
"kitchen_sauce_1": {
"type": "string",
"enum": [
"none",
"green_liquid",
"mustard",
"chocolate_syrup",
"pink_frosting"
]
},
"kitchen_sauce_2": {
"type": "string",
"enum": [
"none",
"green_liquid",
"mustard",
"chocolate_syrup",
"pink_frosting"
]
},
"kitchen_plate": {
"type": "string",
"enum": [
"plate",
"paper_boat",
"cutting_board",
"pan"
]
},
"kitchen_verdict": {
"type": "string",
"enum": [
"draft",
"served"
]
},
"kitchen_garnish_tool": {
"type": "string",
"enum": [
"set_garnish"
]
}
},
"required": [
"kitchen_garnish"
]
}{
"type": "object",
"properties": {
"kitchen_frame": {
"type": "string",
"enum": [
"1"
]
},
"kitchen_plate": {
"type": "string",
"enum": [
"plate",
"paper_boat",
"cutting_board",
"pan"
]
},
"kitchen_base": {
"type": "string",
"enum": [
"none",
"waffle",
"donut",
"toast",
"ramen"
]
},
"kitchen_filling_1": {
"type": "string",
"enum": [
"none",
"fried_egg",
"burger_patty",
"meatballs",
"noodle_block"
]
},
"kitchen_filling_2": {
"type": "string",
"enum": [
"none",
"fried_egg",
"burger_patty",
"meatballs",
"noodle_block"
]
},
"kitchen_filling_3": {
"type": "string",
"enum": [
"none",
"fried_egg",
"burger_patty",
"meatballs",
"noodle_block"
]
},
"kitchen_topping_1": {
"type": "string",
"enum": [
"none",
"gummy_bears",
"pickles",
"crushed_chips",
"onion_rings"
]
},
"kitchen_topping_2": {
"type": "string",
"enum": [
"none",
"gummy_bears",
"pickles",
"crushed_chips",
"onion_rings"
]
},
"kitchen_topping_3": {
"type": "string",
"enum": [
"none",
"gummy_bears",
"pickles",
"crushed_chips",
"onion_rings"
]
},
"kitchen_sauce_1": {
"type": "string",
"enum": [
"none",
"green_liquid",
"mustard",
"chocolate_syrup",
"pink_frosting"
]
},
"kitchen_sauce_2": {
"type": "string",
"enum": [
"none",
"green_liquid",
"mustard",
"chocolate_syrup",
"pink_frosting"
]
},
"kitchen_garnish": {
"type": "string",
"enum": [
"none",
"tiny_umbrella",
"birthday_candle",
"bacon_strip",
"eyeball_toothpick"
]
},
"kitchen_verdict": {
"type": "string",
"enum": [
"served"
]
},
"kitchen_plate_it_tool": {
"type": "string",
"enum": [
"plate_it"
]
}
},
"required": [
"kitchen_plate"
]
}