{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "BigOven.Model.RecipeInfoReviewTuple2", "properties": { "RecipeInfo": { "$ref": "#/components/schemas/BigOven.Model.API2.RecipeInfox" }, "Review": { "$ref": "#/components/schemas/BigOven.Model.API.Review" } }, "type": "object" }