BigOven · Schema

API2.Result

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
Data object
Message string
StatusCode integer
View JSON Schema on GitHub

JSON Schema

api2.result.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "API2.Result",
  "properties": {
    "Data": {
      "$ref": "#/components/schemas/System.Object"
    },
    "Message": {
      "type": "string"
    },
    "StatusCode": {
      "format": "int32",
      "type": "integer"
    }
  },
  "type": "object"
}