Unified.to · Schema

CommerceLocation

IntegrationUnified-API

Properties

Name Type Description
address object
categories object
created_at string
currency string
description string
id string
image_url string
is_active boolean
language_locale string
latitude number
location_type string
longitude number
media object
name string
parent_id string
price_level string
rating number
raw object
review_count number
telephones object
updated_at string
web_url string
View JSON Schema on GitHub

JSON Schema

unified-to-commercelocation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CommerceLocation",
  "title": "CommerceLocation",
  "properties": {
    "address": {
      "$ref": "#/components/schemas/property_CommerceLocation_address"
    },
    "categories": {
      "$ref": "#/components/schemas/property_CommerceLocation_categories"
    },
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "image_url": {
      "type": "string"
    },
    "is_active": {
      "type": "boolean"
    },
    "language_locale": {
      "type": "string"
    },
    "latitude": {
      "type": "number"
    },
    "location_type": {
      "enum": [
        "RESTAURANT",
        "SALON",
        "WAREHOUSE",
        "STORE",
        "OTHER"
      ],
      "type": "string",
      "x-speakeasy-unknown-values": "allow"
    },
    "longitude": {
      "type": "number"
    },
    "media": {
      "$ref": "#/components/schemas/property_CommerceLocation_media"
    },
    "name": {
      "type": "string"
    },
    "parent_id": {
      "type": "string"
    },
    "price_level": {
      "type": "string"
    },
    "rating": {
      "type": "number"
    },
    "raw": {
      "additionalProperties": true,
      "type": "object"
    },
    "review_count": {
      "type": "number"
    },
    "telephones": {
      "$ref": "#/components/schemas/property_CommerceLocation_telephones"
    },
    "updated_at": {
      "format": "date-time",
      "type": "string"
    },
    "web_url": {
      "type": "string"
    }
  },
  "required": [
    "name"
  ],
  "type": "object"
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/unified-to-commercelocation"
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 email required.

A second provider on the same verified email joins the account you already have.