{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GrantLimit", "title": "GrantLimit", "properties": { "amount": { "description": "The amount available on the grant account.", "$ref": "#/components/schemas/Amount" } }, "type": "object" }