@cognigy/rest-api-client
Version:
Cognigy REST-Client
29 lines • 726 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.fileStorageSettingsSchema = void 0;
exports.fileStorageSettingsSchema = {
"title": "rceSettingsSchema",
"type": "object",
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean"
},
"dropzoneText": {
"type": "string"
},
"storageProvider": {
"type": "string"
},
"awsConnection": {
"type": "string"
},
"azureConnection": {
"type": "string"
},
"googleCloudConnection": {
"type": "string"
},
}
};
//# sourceMappingURL=fileStorage.js.map