{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GrantOffers", "title": "GrantOffers", "properties": { "grantOffers": { "description": "A list of available grant offers.", "items": { "$ref": "#/components/schemas/GrantOffer" }, "type": "array" } }, "required": [ "grantOffers" ], "type": "object" }