Google Cloud Healthcare · Schema
SchemaConfig
Configuration for the FHIR BigQuery schema. Determines how the server generates the schema.
HealthcareFHIRHL7v2DICOMMedical ImagingDe-IdentificationInteroperabilityCloud
Properties
| Name | Type | Description |
|---|---|---|
| lastUpdatedPartitionConfig | object | The configuration for exported BigQuery tables to be partitioned by FHIR resource's last updated time column. |
| recursiveStructureDepth | string | The depth for all recursive structures in the output analytics schema. For example, `concept` in the CodeSystem resource is a recursive structure; when the depth is 2, the CodeSystem table will have a |
| schemaType | string | Specifies the output schema type. Schema type is required. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "SchemaConfig",
"description": "Configuration for the FHIR BigQuery schema. Determines how the server generates the schema.",
"properties": {
"lastUpdatedPartitionConfig": {
"$ref": "#/components/schemas/TimePartitioning",
"description": "The configuration for exported BigQuery tables to be partitioned by FHIR resource's last updated time column."
},
"recursiveStructureDepth": {
"description": "The depth for all recursive structures in the output analytics schema. For example, `concept` in the CodeSystem resource is a recursive structure; when the depth is 2, the CodeSystem table will have a column called `concept.concept` but not `concept.concept.concept`. If not specified or set to 0, the server will use the default value 2. The maximum depth allowed is 5.",
"format": "int64",
"type": "string"
},
"schemaType": {
"description": "Specifies the output schema type. Schema type is required.",
"enum": [
"SCHEMA_TYPE_UNSPECIFIED",
"ANALYTICS",
"ANALYTICS_V2"
],
"type": "string"
}
},
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/SchemaConfig"
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.