mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-14 04:29:21 +00:00
minor: add supportsMetadataExtraction property in restConnection.json (#17974)
This commit is contained in:
parent
350e0f70cb
commit
62ced79671
@ -32,6 +32,12 @@
|
|||||||
"description": "Generated Token to connect to OpenAPI Schema.",
|
"description": "Generated Token to connect to OpenAPI Schema.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "password"
|
"format": "password"
|
||||||
|
},
|
||||||
|
"supportsMetadataExtraction": {
|
||||||
|
"title": "Supports Metadata Extraction",
|
||||||
|
"description": "Supports Metadata Extraction.",
|
||||||
|
"type": "boolean",
|
||||||
|
"default": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user