{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "BigOven.Model.API.IngredientInfo", "properties": { "Department": { "type": "string" }, "MasterIngredientID": { "format": "int32", "type": "integer" }, "Name": { "type": "string" }, "UsuallyOnHand": { "type": "boolean" } }, "type": "object" }