Google People · Schema
Google People Person
A person resource from the Google People API representing a contact or profile.
Address BookContactsGooglePeopleProfiles
Properties
| Name | Type | Description |
|---|---|---|
| resourceName | string | The resource name for the person. |
| etag | string | The HTTP entity tag of the resource. |
| names | array | The person's names. |
| emailAddresses | array | The person's email addresses. |
| phoneNumbers | array | The person's phone numbers. |
| addresses | array | The person's addresses. |
| organizations | array | The person's organizations. |
| photos | array | The person's photos. |
| birthdays | array | The person's birthdays. |
| biographies | array | The person's biographies. |
| urls | array | The person's associated URLs. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "Person.json",
"title": "Google People Person",
"description": "A person resource from the Google People API representing a contact or profile.",
"type": "object",
"properties": {
"resourceName": {
"type": "string",
"description": "The resource name for the person."
},
"etag": {
"type": "string",
"description": "The HTTP entity tag of the resource."
},
"names": {
"type": "array",
"description": "The person's names.",
"items": {
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"familyName": {
"type": "string"
},
"givenName": {
"type": "string"
},
"middleName": {
"type": "string"
}
}
}
},
"emailAddresses": {
"type": "array",
"description": "The person's email addresses.",
"items": {
"type": "object",
"properties": {
"value": {
"type": "string",
"format": "email"
},
"type": {
"type": "string"
}
}
}
},
"phoneNumbers": {
"type": "array",
"description": "The person's phone numbers.",
"items": {
"type": "object",
"properties": {
"value": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"addresses": {
"type": "array",
"description": "The person's addresses.",
"items": {
"type": "object",
"properties": {
"formattedValue": {
"type": "string"
},
"type": {
"type": "string"
},
"streetAddress": {
"type": "string"
},
"city": {
"type": "string"
},
"region": {
"type": "string"
},
"postalCode": {
"type": "string"
},
"country": {
"type": "string"
}
}
}
},
"organizations": {
"type": "array",
"description": "The person's organizations.",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"title": {
"type": "string"
}
}
}
},
"photos": {
"type": "array",
"description": "The person's photos.",
"items": {
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri"
}
}
}
},
"birthdays": {
"type": "array",
"description": "The person's birthdays.",
"items": {
"type": "object",
"properties": {
"date": {
"type": "object",
"properties": {
"year": {
"type": "integer"
},
"month": {
"type": "integer"
},
"day": {
"type": "integer"
}
}
}
}
}
},
"biographies": {
"type": "array",
"description": "The person's biographies.",
"items": {
"type": "object",
"properties": {
"value": {
"type": "string"
}
}
}
},
"urls": {
"type": "array",
"description": "The person's associated URLs.",
"items": {
"type": "object",
"properties": {
"value": {
"type": "string",
"format": "uri"
},
"type": {
"type": "string"
}
}
}
}
}
}
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/Person"
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.