Customer Database · Schema
Customer Postal Address
A structured physical address. Sub-field names follow the SCIM 2.0 "addresses" complex attribute (RFC 7643 section 4.1.2), which in turn follows the components of vCard "ADR" (RFC 6350 section 6.3.1).
AccountConsentContactsCRMCustomer DataCustomer Data PlatformCustomersDatabaseGDPRIdentityProfilesSchema
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| type | string | work, home, other. SCIM sub-attribute "type"; vCard TYPE parameter. |
| streetAddress | string | Full street address, newlines permitted. SCIM sub-attribute "streetAddress". |
| locality | string | City or locality. SCIM sub-attribute "locality". |
| region | string | State or region. SCIM sub-attribute "region". |
| postalCode | string | SCIM sub-attribute "postalCode". |
| country | string | ISO 3166-1 alpha-2 country code. SCIM sub-attribute "country". |
| formatted | string | The full address as a single presentable string. SCIM sub-attribute "formatted". |
| primary | boolean | |
| geo | object | Optional coordinates. vCard "GEO". |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/customer-database/refs/heads/main/json-schema/customer-postal-address.json",
"title": "Customer Postal Address",
"description": "A structured physical address. Sub-field names follow the SCIM 2.0 \"addresses\" complex attribute (RFC 7643 section 4.1.2), which in turn follows the components of vCard \"ADR\" (RFC 6350 section 6.3.1).",
"type": "object",
"additionalProperties": false,
"properties": {
"id": { "type": "string" },
"type": { "type": "string", "description": "work, home, other. SCIM sub-attribute \"type\"; vCard TYPE parameter.", "examples": ["work", "home", "other"] },
"streetAddress": { "type": "string", "description": "Full street address, newlines permitted. SCIM sub-attribute \"streetAddress\"." },
"locality": { "type": "string", "description": "City or locality. SCIM sub-attribute \"locality\"." },
"region": { "type": "string", "description": "State or region. SCIM sub-attribute \"region\"." },
"postalCode": { "type": "string", "description": "SCIM sub-attribute \"postalCode\"." },
"country": { "type": "string", "description": "ISO 3166-1 alpha-2 country code. SCIM sub-attribute \"country\".", "pattern": "^[A-Z]{2}$" },
"formatted": { "type": "string", "description": "The full address as a single presentable string. SCIM sub-attribute \"formatted\"." },
"primary": { "type": "boolean", "default": false },
"geo": {
"type": "object",
"description": "Optional coordinates. vCard \"GEO\".",
"additionalProperties": false,
"properties": {
"latitude": { "type": "number", "minimum": -90, "maximum": 90 },
"longitude": { "type": "number", "minimum": -180, "maximum": 180 }
}
}
}
}
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/customer-postal-address"
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.