All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.schema.entity.services.connections.dashboard.powerbi.bucketDetails.json Maven / Gradle / Ivy

There is a newer version: 1.6.0-rc1
Show newest version
{
    "$id": "https://open-metadata.org/schema/entity/services/connections/dashboard/powerbi/bucketDetails.json",
    "$schema": "http://json-schema.org/draft-07/schema#",
    "title": "Bucket Details",
    "description": "Details of the bucket where the .pbit files are stored",
    "javaType": "org.openmetadata.schema.services.connections.dashboard.powerbi.bucketDetails",
    "type": "object",
    "properties": {
        "bucketName": {
            "title": "Bucket Name",
            "description": "Name of the bucket where the .pbit files are stored",
            "type": "string"
        },
        "objectPrefix": {
            "title": "Object Prefix",
            "description": "Path of the folder where the .pbit files are stored",
            "type": "string"
        }
    },
    "additionalProperties": false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy