mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-27 15:38:43 +00:00
* add sample data for api service * pylint fix * correct service connection json * fix sample data --------- Co-authored-by: ulixius9 <mayursingal9@gmail.com> Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
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": {}
|
|
}
|
|
} |