Three-way diff of a configuration body. Each side is a configuration version snapshot, or null when the configuration does not exist on that side. When there is no conflict all three sides are equal.
Data PlatformETLELTData PipelineData StorageTransformationOrchestrationData OperationsCloud DataSnowflakeBigQuery
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ConfigurationDiffResponse",
"description": "Three-way diff of a configuration body. Each side is a configuration version snapshot, or null when the configuration does not exist on that side. When there is no conflict all three sides are equal.",
"required": [
"base",
"ours",
"theirs"
],
"properties": {
"base": {
"oneOf": [
{
"$ref": "#/components/schemas/ConfigurationVersionResponse"
}
],
"nullable": true
},
"ours": {
"oneOf": [
{
"$ref": "#/components/schemas/ConfigurationVersionResponse"
}
],
"nullable": true
},
"theirs": {
"oneOf": [
{
"$ref": "#/components/schemas/ConfigurationVersionResponse"
}
],
"nullable": true
}
},
"type": "object"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.