Amazon Outposts · Schema
Address
Information about an address.
Edge ComputingHybrid CloudInfrastructureOn-Premises
Properties
| Name | Type | Description |
|---|---|---|
| ContactName | object | |
| ContactPhoneNumber | object | |
| AddressLine1 | object | |
| AddressLine2 | object | |
| AddressLine3 | object | |
| City | object | |
| StateOrRegion | object | |
| DistrictOrCounty | object | |
| PostalCode | object | |
| CountryCode | object | |
| Municipality | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-schema/openapi-address-schema.json",
"title": "Address",
"description": " Information about an address. ",
"type": "object",
"properties": {
"ContactName": {
"allOf": [
{
"$ref": "#/components/schemas/ContactName"
},
{
"description": "The name of the contact."
}
]
},
"ContactPhoneNumber": {
"allOf": [
{
"$ref": "#/components/schemas/ContactPhoneNumber"
},
{
"description": "The phone number of the contact."
}
]
},
"AddressLine1": {
"allOf": [
{
"$ref": "#/components/schemas/AddressLine1"
},
{
"description": "The first line of the address."
}
]
},
"AddressLine2": {
"allOf": [
{
"$ref": "#/components/schemas/AddressLine2"
},
{
"description": "The second line of the address."
}
]
},
"AddressLine3": {
"allOf": [
{
"$ref": "#/components/schemas/AddressLine3"
},
{
"description": "The third line of the address."
}
]
},
"City": {
"allOf": [
{
"$ref": "#/components/schemas/City"
},
{
"description": "The city for the address."
}
]
},
"StateOrRegion": {
"allOf": [
{
"$ref": "#/components/schemas/StateOrRegion"
},
{
"description": "The state for the address."
}
]
},
"DistrictOrCounty": {
"allOf": [
{
"$ref": "#/components/schemas/DistrictOrCounty"
},
{
"description": "The district or county for the address."
}
]
},
"PostalCode": {
"allOf": [
{
"$ref": "#/components/schemas/PostalCode"
},
{
"description": "The postal code for the address."
}
]
},
"CountryCode": {
"allOf": [
{
"$ref": "#/components/schemas/CountryCode"
},
{
"description": "The ISO-3166 two-letter country code for the address."
}
]
},
"Municipality": {
"allOf": [
{
"$ref": "#/components/schemas/Municipality"
},
{
"description": "The municipality for the address."
}
]
}
},
"required": [
"AddressLine1",
"City",
"StateOrRegion",
"PostalCode",
"CountryCode"
]
}
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/openapi-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.