json.schema.entity.services.connections.common.sslCertPaths.json Maven / Gradle / Ivy
{
"$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