{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CapitalGrants", "title": "CapitalGrants", "properties": { "grants": { "description": "The unique identifier of the grant.", "items": { "$ref": "#/components/schemas/CapitalGrant" }, "type": "array" } }, "required": [ "grants" ], "type": "object" }