Otter · Schema
RequiredAddress
Address.
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics
Properties
| Name | Type | Description |
|---|---|---|
| fullAddress | string | Full, human comprehensible address. It is usually formatted in the order appropriate for your locale. Currently only populated for cases in which only single-line address is available. |
| postalCode | string | Postal code of the address. |
| city | string | The city/town portion of the address. |
| state | string | Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, or a prefecture. |
| countryCode | string | CLDR country code. See http://cldr.unicode.org/ |
| addressLines | array | Address lines (e.g. street, PO Box, or company name) or the full single line address (e.g. street, city, state, country, zip). |
| linesOfAddress | array | Deprecated: use addressLines. Address lines (e.g. street, PO Box, or company name) or the full single line address (e.g. street, city, state, country, zip). |
| location | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "RequiredAddress",
"description": "Address.",
"$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-required-address-schema.json",
"type": "object",
"properties": {
"fullAddress": {
"type": "string",
"nullable": true,
"description": "Full, human comprehensible address. It is usually formatted in the order appropriate for your locale. Currently only populated for cases in which only single-line address is available.",
"example": "123 Sample Street Ste 100, San Francisco, CA 94103"
},
"postalCode": {
"type": "string",
"description": "Postal code of the address.",
"example": "20500"
},
"city": {
"type": "string",
"description": "The city/town portion of the address.",
"example": "Washington"
},
"state": {
"type": "string",
"description": "Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, or a prefecture.",
"example": "DC"
},
"countryCode": {
"type": "string",
"description": "CLDR country code. See http://cldr.unicode.org/",
"example": "US"
},
"addressLines": {
"type": "array",
"nullable": true,
"description": "Address lines (e.g. street, PO Box, or company name) or the full single line address (e.g. street, city, state, country, zip).",
"example": [
"1600 Pennsylvania Avenue NW",
"123 Sample Street Ste 100, San Francisco, CA 94103"
],
"items": {
"type": "string"
}
},
"linesOfAddress": {
"type": "array",
"nullable": true,
"deprecated": true,
"description": "Deprecated: use addressLines. Address lines (e.g. street, PO Box, or company name) or the full single line address (e.g. street, city, state, country, zip).",
"example": [
"1600 Pennsylvania Avenue NW",
"123 Sample Street Ste 100, San Francisco, CA 94103"
],
"items": {
"type": "string"
}
},
"location": {
"$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-location-schema.json"
}
}
}
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/public-api-required-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.