Google Cloud Bigtable · Schema
Google Cloud Bigtable Instance
A Cloud Bigtable instance resource representing a container for clusters, tables, and application profiles.
BigtableDatabaseGoogle CloudNoSQLWide Column
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The unique name of the instance in the format projects/{project}/instances/{instance}. |
| displayName | string | The descriptive name for this instance as it appears in the UI. |
| state | string | The current state of the instance. |
| type | string | The type of the instance. PRODUCTION instances have a minimum of three nodes and can have replication configured. DEVELOPMENT instances are single-node and do not support replication. |
| labels | object | Labels for the instance as key-value pairs. |
| createTime | string | The creation time of the instance. |
| satisfiesPzs | boolean | Whether the instance satisfies the zone separation requirements. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/google-cloud-bigtable/refs/heads/main/json-schema/instance-schema.json",
"title": "Google Cloud Bigtable Instance",
"description": "A Cloud Bigtable instance resource representing a container for clusters, tables, and application profiles.",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The unique name of the instance in the format projects/{project}/instances/{instance}.",
"pattern": "^projects/[^/]+/instances/[^/]+$"
},
"displayName": {
"type": "string",
"description": "The descriptive name for this instance as it appears in the UI.",
"minLength": 4,
"maxLength": 30
},
"state": {
"type": "string",
"enum": ["STATE_NOT_KNOWN", "READY", "CREATING"],
"description": "The current state of the instance."
},
"type": {
"type": "string",
"enum": ["TYPE_UNSPECIFIED", "PRODUCTION", "DEVELOPMENT"],
"description": "The type of the instance. PRODUCTION instances have a minimum of three nodes and can have replication configured. DEVELOPMENT instances are single-node and do not support replication."
},
"labels": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "Labels for the instance as key-value pairs."
},
"createTime": {
"type": "string",
"format": "date-time",
"description": "The creation time of the instance."
},
"satisfiesPzs": {
"type": "boolean",
"description": "Whether the instance satisfies the zone separation requirements."
}
},
"required": ["displayName", "type"]
}
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/instance"
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.