{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/configuration-grant-offers-structure.json", "description": "GrantOffers schema from Adyen API", "type": "object", "properties": { "grantOffers": { "description": "A list of available grant offers.", "items": { "$ref": "#/components/schemas/GrantOffer" }, "type": "array" } }, "required": [ "grantOffers" ], "name": "GrantOffers" }