{ "type": "object", "name": "SuccessfulFilesSharesLink", "properties": { "expirationDate": { "type": "['string', 'null']" }, "fileViewUrl": { "type": "string" }, "isPasswordRequired": { "type": "boolean" }, "password": { "type": "['string', 'null']" }, "sharingType": { "type": "string" } }, "required": [ "expirationDate", "fileViewUrl", "isPasswordRequired", "password", "sharingType" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }