BigOven · Schema

BigOven.Model.InstructionStep

RecipesMeal PlanningGrocery ListsNutritionFoodCooking

Properties

Name Type Description
EndGantt integer
StartGantt integer
Text string
View JSON Schema on GitHub

JSON Schema

bigoven.model.instructionstep.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BigOven.Model.InstructionStep",
  "properties": {
    "EndGantt": {
      "format": "int32",
      "type": "integer"
    },
    "StartGantt": {
      "format": "int32",
      "type": "integer"
    },
    "Text": {
      "type": "string"
    }
  },
  "type": "object"
}