BigOven · Schema

API2.Models.Recipes.FeedbackDTO

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
feedback string
View JSON Schema on GitHub

JSON Schema

api2.models.recipes.feedbackdto.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "API2.Models.Recipes.FeedbackDTO",
  "properties": {
    "feedback": {
      "type": "string"
    }
  },
  "type": "object"
}