BigOven · Example Payload

Recipe_Getrandomrecipe

Recipe

Recipe_Getrandomrecipe is an example object payload from BigOven, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathtagssummaryparametersresponse

Example Payload

Raw ↑
{
  "operationId": "Recipe_GetRandomRecipe",
  "method": "GET",
  "path": "/recipes/random",
  "tags": [
    "Recipe"
  ],
  "summary": "Get a random, home-page-quality Recipe.",
  "parameters": [],
  "response": {
    "status": 200,
    "contentType": "application/json",
    "schema": {
      "$ref": "#/components/schemas/BigOven.Model.API.Recipe"
    }
  }
}