BigOven · Schema

BigOven.Model.API2.Photo

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
Caption string
CreationDate string
ImageID integer
IsPrimary boolean
MaxImageSquare integer
PhotoUrl string
Poster object
View JSON Schema on GitHub

JSON Schema

bigoven.model.api2.photo.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BigOven.Model.API2.Photo",
  "properties": {
    "Caption": {
      "type": "string"
    },
    "CreationDate": {
      "type": "string"
    },
    "ImageID": {
      "format": "int64",
      "type": "integer"
    },
    "IsPrimary": {
      "type": "boolean"
    },
    "MaxImageSquare": {
      "format": "int32",
      "type": "integer"
    },
    "PhotoUrl": {
      "type": "string"
    },
    "Poster": {
      "$ref": "#/components/schemas/BigOven.Model.API2.UserInfoTinyx"
    }
  },
  "type": "object"
}