Amazon Pinpoint · Schema
EndpointDemographic
Specifies demographic information about an endpoint, such as the applicable time zone and platform.
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics
Properties
| Name | Type | Description |
|---|---|---|
| AppVersion | object | |
| Locale | object | |
| Make | object | |
| Model | object | |
| ModelVersion | object | |
| Platform | object | |
| PlatformVersion | object | |
| Timezone | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-schema/amazon-pinpoint-endpoint-demographic-schema.json",
"title": "EndpointDemographic",
"description": "Specifies demographic information about an endpoint, such as the applicable time zone and platform.",
"type": "object",
"properties": {
"AppVersion": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The version of the app that's associated with the endpoint."
}
]
},
"Locale": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The locale of the endpoint, in the following format: the ISO 639-1 alpha-2 code, followed by an underscore (_), followed by an ISO 3166-1 alpha-2 value."
}
]
},
"Make": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The manufacturer of the endpoint device, such as apple or samsung."
}
]
},
"Model": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The model name or number of the endpoint device, such as iPhone or SM-G900F."
}
]
},
"ModelVersion": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The model version of the endpoint device."
}
]
},
"Platform": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The platform of the endpoint device, such as ios."
}
]
},
"PlatformVersion": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The platform version of the endpoint device."
}
]
},
"Timezone": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"description": "The time zone of the endpoint, specified as a tz database name value, such as America/Los_Angeles."
}
]
}
}
}
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/amazon-pinpoint-endpoint-demographic"
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.