Keboola · Schema
ResetCredentialsResponse
Data PlatformETLELTData PipelineData StorageTransformationOrchestrationData OperationsCloud DataSnowflakeBigQuery
Properties
| Name | Type | Description |
|---|---|---|
| privateKey | string | PEM-encoded private key in PKCS#8 format. This key is generated in-memory and never stored. Store it securely. |
| publicKey | string | PEM-encoded RSA public key that has been set in the Snowflake workspace |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ResetCredentialsResponse",
"type": "object",
"required": [
"privateKey",
"publicKey"
],
"properties": {
"privateKey": {
"type": "string",
"description": "PEM-encoded private key in PKCS#8 format. This key is generated in-memory and never stored. Store it securely.",
"example": "-----BEGIN PRIVATE KEY-----\nMIIEowIBAAKCAQEA...\n-----END PRIVATE KEY-----"
},
"publicKey": {
"type": "string",
"description": "PEM-encoded RSA public key that has been set in the Snowflake workspace",
"example": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A...\n-----END PUBLIC KEY-----"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/keboola-resetcredentialsresponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
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.
A second provider on the same verified email joins the account you already have.