mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-05 20:17:07 +00:00
14 lines
249 B
JSON
14 lines
249 B
JSON
|
|
{
|
||
|
|
"type": "REST",
|
||
|
|
"serviceName": "sample_api_service",
|
||
|
|
"serviceConnection": {
|
||
|
|
"config": {
|
||
|
|
"type": "REST",
|
||
|
|
"openAPISchemaURL": "https://petstore3.swagger.io/",
|
||
|
|
"token":"mock_token"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"sourceConfig": {
|
||
|
|
"config": {}
|
||
|
|
}
|
||
|
|
}
|