{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AccessTokens", "title": "AccessTokens", "type": "object", "properties": { "appId": { "type": "string", "description": "The identifier of the application for which the access token is generated.

Endpoints:" }, "value": { "type": "string", "description": "Access token value used to invoke the widgets/apps.

Endpoints:" }, "url": { "type": "string", "description": "Base URL using which the application is accessed.

Endpoints:" } } }