BigOven · Schema

BigOven.Model.API.Reply

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
Comment string
CreationDate string
ID string
LastModified string
Poster object
ReviewID string
View JSON Schema on GitHub

JSON Schema

bigoven.model.api.reply.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BigOven.Model.API.Reply",
  "properties": {
    "Comment": {
      "type": "string"
    },
    "CreationDate": {
      "format": "date-time",
      "type": "string"
    },
    "ID": {
      "type": "string"
    },
    "LastModified": {
      "format": "date-time",
      "type": "string"
    },
    "Poster": {
      "$ref": "#/components/schemas/BigOven.Model.API.UserInfoTiny"
    },
    "ReviewID": {
      "type": "string"
    }
  },
  "type": "object"
}