Google Gemini · Schema
CitationSource
A citation to a source for a portion of a specific response.
Agentic AIArtificial IntelligenceCode GenerationEmbeddingsGenerative AIImage-GenerationLLMMachine-LearningMulti-Modal
Properties
| Name | Type | Description |
|---|---|---|
| startIndex | integer | Start of segment of the response that is attributed to this source. |
| endIndex | integer | End of the attributed segment, exclusive. |
| uri | string | URI that is attributed as a source for a portion of the text. |
| license | string | License for the GitHub project that is attributed as a source. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CitationSource",
"title": "CitationSource",
"type": "object",
"description": "A citation to a source for a portion of a specific response.",
"properties": {
"startIndex": {
"type": "integer",
"format": "int32",
"description": "Start of segment of the response that is attributed to this source."
},
"endIndex": {
"type": "integer",
"format": "int32",
"description": "End of the attributed segment, exclusive."
},
"uri": {
"type": "string",
"description": "URI that is attributed as a source for a portion of the text."
},
"license": {
"type": "string",
"description": "License for the GitHub project that is attributed as a source."
}
}
}
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/google-gemini-citationsource"
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.