Properties
| Name | Type | Description |
|---|---|---|
| addressLine1 | string | Address Line 1. |
| addressLine2 | string | Address Line 2. |
| city | string | Customer's city. |
| stateOrProvince | string | State or Province of the customer. |
| zipOrPostalCode | string | Postal/Zip code of the customer. |
| country | string | ISO2 country code of the customer, 2 characters. This attribute is used to determine the default Dial In number for the Webex Meeting Sites. Refer to the Address section of [help page](https://www.cis |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Address",
"title": "Address",
"type": "object",
"properties": {
"addressLine1": {
"type": "string",
"example": "771 Alder Drive",
"description": "Address Line 1."
},
"addressLine2": {
"type": "string",
"example": "Cisco Site 5",
"description": "Address Line 2."
},
"city": {
"type": "string",
"example": "Milpitas",
"description": "Customer's city."
},
"stateOrProvince": {
"type": "string",
"example": "CA",
"description": "State or Province of the customer."
},
"zipOrPostalCode": {
"type": "string",
"example": "95035",
"description": "Postal/Zip code of the customer."
},
"country": {
"type": "string",
"example": "`US`:",
"description": "ISO2 country code of the customer, 2 characters. This attribute is used to determine the default Dial In number for the Webex Meeting Sites. Refer to the Address section of [help page](https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cloudCollaboration/wholesale_rtm/wbxbw_b_wholesale-rtm-solution-guide/wbxbw_m_overview-of-webex-wholesale.html#Cisco_Reference.dita_7875bb3e-10c0-4214-8173-7845db31c7a6) for more information."
}
}
}
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/webex-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.