$env.CORE_API_URLBearer / $secrets.CORE_PASSWORD./openapi.jsonBearer / $secrets.CORE_PASSWORD{
"basePath": "$env.CORE_API_URL",
"client": {
"basicAuth": {
"password": "$secrets.CORE_PASSWORD",
"username": "Bearer"
}
},
"openApi": {
"basicAuth": {
"password": "$secrets.CORE_PASSWORD",
"username": "Bearer"
},
"url": "./openapi.json"
},
"name": "core",
"org": "stacc",
"module": "integrations",
"component": "core"
}