BigOven · Schema

API2.Controllers.WebAPI.MeController.Option

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
Description string Gets or sets the description.
Key string Gets or sets the key.
View JSON Schema on GitHub

JSON Schema

api2.controllers.webapi.mecontroller.option.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "API2.Controllers.WebAPI.MeController.Option",
  "description": "",
  "properties": {
    "Description": {
      "description": "Gets or sets the description.",
      "type": "string"
    },
    "Key": {
      "description": "Gets or sets the key.",
      "type": "string"
    }
  },
  "type": "object"
}