{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RenewalConsent", "title": "RenewalConsent", "type": "object", "properties": { "defaultRenewalDuration": { "type": "string", "description": "Consent default renewal duration.

Endpoints:" }, "isReauthorizationRequired": { "type": "boolean", "description": "Consent eligibility for reauthorization.

Endpoints:" } } }