{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RefreshTokenResourceServer", "title": "RefreshTokenResourceServer", "type": "object", "additionalProperties": true, "properties": { "audience": { "type": "string", "description": "Resource server ID" }, "scopes": { "type": "string", "description": "List of scopes for the refresh token" } } }