Keboola · Schema

StorageBackendResponse

Data PlatformETLELTData PipelineData StorageTransformationOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
id integer Root credentials identifier.
backend string Storage backend type.
region string Backend region.
owner string Associated legal owner (mostly: keboola, client-).
technicalOwner string Associated technical owner (who technically manages the account). One of: keboola, internal, kbdb, byodb.
technicalOwnerContactEmails array Array of technical owner contact emails.
host string Hostname of the backend (non-BigQuery backends).
credentials object BigQuery credentials in JSON form.
folderId string BigQuery folder identifier.
useDynamicBackends boolean Flag for Snowflake dynamic backends.
useNetworkPolicies boolean Flag for Snowflake network policies.
useSso boolean Deprecated; use isSsoEnabled. Snowflake SSO flag.
isSsoEnabled boolean Whether SSO (SAML2) is enabled for the Snowflake backend.
isSsoConfigured boolean Whether SAML2 SSO configuration exists for the Snowflake backend.
isEnabled boolean Whether the Snowflake backend certificate is validated and the backend is usable.
View JSON Schema on GitHub

JSON Schema

keboola-storagebackendresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "StorageBackendResponse",
  "required": [
    "id",
    "backend",
    "region",
    "technicalOwner",
    "technicalOwnerContactEmails"
  ],
  "properties": {
    "id": {
      "description": "Root credentials identifier.",
      "type": "integer"
    },
    "backend": {
      "description": "Storage backend type.",
      "type": "string"
    },
    "region": {
      "description": "Backend region.",
      "type": "string"
    },
    "owner": {
      "description": "Associated legal owner (mostly: keboola, client-<name>).",
      "type": "string",
      "nullable": true
    },
    "technicalOwner": {
      "description": "Associated technical owner (who technically manages the account). One of: keboola, internal, kbdb, byodb.",
      "type": "string"
    },
    "technicalOwnerContactEmails": {
      "description": "Array of technical owner contact emails.",
      "type": "array",
      "items": {
        "type": "string",
        "format": "email"
      }
    },
    "host": {
      "description": "Hostname of the backend (non-BigQuery backends).",
      "type": "string",
      "nullable": true
    },
    "credentials": {
      "description": "BigQuery credentials in JSON form.",
      "type": "object",
      "nullable": true
    },
    "folderId": {
      "description": "BigQuery folder identifier.",
      "type": "string",
      "nullable": true
    },
    "useDynamicBackends": {
      "description": "Flag for Snowflake dynamic backends.",
      "type": "boolean",
      "nullable": true
    },
    "useNetworkPolicies": {
      "description": "Flag for Snowflake network policies.",
      "type": "boolean",
      "nullable": true
    },
    "useSso": {
      "description": "Deprecated; use isSsoEnabled. Snowflake SSO flag.",
      "type": "boolean",
      "nullable": true,
      "deprecated": true
    },
    "isSsoEnabled": {
      "description": "Whether SSO (SAML2) is enabled for the Snowflake backend.",
      "type": "boolean",
      "nullable": true
    },
    "isSsoConfigured": {
      "description": "Whether SAML2 SSO configuration exists for the Snowflake backend.",
      "type": "boolean",
      "nullable": true
    },
    "isEnabled": {
      "description": "Whether the Snowflake backend certificate is validated and the backend is usable.",
      "type": "boolean",
      "nullable": true
    }
  },
  "type": "object"
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/keboola-storagebackendresponse"
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.