BigOven · Schema

API2.Controllers.WebAPI.ImagesController.RecipePhotosResponse

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
ResultCount integer Gets or sets the result count.
Results array Gets or sets the results.
View JSON Schema on GitHub

JSON Schema

api2.controllers.webapi.imagescontroller.recipephotosresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "API2.Controllers.WebAPI.ImagesController.RecipePhotosResponse",
  "description": "",
  "properties": {
    "ResultCount": {
      "description": "Gets or sets the result count.",
      "format": "int32",
      "type": "integer"
    },
    "Results": {
      "description": "Gets or sets the results.",
      "items": {
        "$ref": "#/components/schemas/BigOven.Model.API2.Photo"
      },
      "type": "array"
    }
  },
  "type": "object"
}