{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ShareDetailReadOnly", "title": "ShareDetailReadOnly", "type": "object", "properties": { "view_balance": { "type": "boolean", "description": "If set to true, the invited user will be able to view the account balance.", "readOnly": false, "writeOnly": false }, "view_old_events": { "type": "boolean", "description": "If set to true, the invited user will be able to view events from before the share was active.", "readOnly": false, "writeOnly": false }, "view_new_events": { "type": "boolean", "description": "If set to true, the invited user will be able to view events starting from the time the share became active.", "readOnly": false, "writeOnly": false } } }