{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "API2.Controllers.WebAPI.GroceryListController.PostGroceryListRecipeRequest", "description": "", "properties": { "markAsPending": { "description": "Gets or sets the mark as pending.", "type": "boolean" }, "recipeId": { "description": "Gets or sets the recipe identifier.", "format": "int32", "type": "integer" }, "scale": { "description": "Gets or sets the scale.", "format": "double", "type": "number" } }, "type": "object" }