{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "BigOven.Model.API.RecipeNoteList", "properties": { "ResultCount": { "format": "int32", "type": "integer" }, "Results": { "items": { "$ref": "#/components/schemas/BigOven.Model.API.RecipeNote" }, "type": "array" } }, "type": "object" }