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

json.schema.entity.services.connections.common.sslCertPaths.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/search/elasticSearch/apiAuth.json",
    "$schema": "http://json-schema.org/draft-07/schema#",
    "title": "SSL Certificates By Path",
    "description": "SSL Certificates By Path",
    "javaType": "org.openmetadata.schema.services.common.SSLCertPaths",
    "type": "object",
    "properties": {
        "caCertPath": {
            "title": "CA Certificate Path",
            "description": "CA Certificate Path",
            "type": "string"
        },
        "clientCertPath": {
            "title": "Client Certificate Path",
            "description": "Client Certificate Path",
            "type": "string"
        },
        "privateKeyPath": {
            "title": "Private Key Path",
            "description": "Private Key Path",
            "type": "string"
        }
    },
    "additionalProperties": false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy