json.schema.entity.applications.configuration.private.external.metaPilotAppPrivateConfig.json Maven / Gradle / Ivy
{
"$id": "https://open-metadata.org/schema/entity/applications/configuration/private/external/metaPilotAppConfig.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "MetaPilotAppPrivateConfig",
"description": "PRivate Configuration for the MetaPilot External Application.",
"type": "object",
"javaType": "org.openmetadata.schema.entity.app.external.MetaPilotAppPrivateConfig",
"properties": {
"waiiInstance": {
"title": "WAII Instance",
"description": "WAII API host URL",
"type": "string",
"format": "URI",
"default": "https://tweakit.waii.ai/api/"
},
"collateURL": {
"title": "Collate URL",
"description": "Collate Server public URL. WAII will use this information to interact with the server. E.g., https://sandbox.getcollate.io",
"type": "string",
"format": "URI"
},
"token": {
"title": "WAII API Token",
"description": "WAII API Token",
"type": "string",
"format": "password"
}
},
"additionalProperties": false,
"required": ["waiiInstance", "collateURL", "token"]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy