{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Dashboard", "type": "object", "properties": { "url": { "type": "string", "description": "This is the URL that needs to be rendered in web view with language code send by the issuer appended at the end of the URL." }, "expiryInMillis": { "type": "string", "description": "Denotes expiry limit for the URL." } } }