eBay · Schema

Location

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
address object The address of the charitable organization.
geoCoordinates object The geo-coordinates of the charitable organization.
View JSON Schema on GitHub

JSON Schema

ebay-location-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Location",
  "title": "Location",
  "type": "object",
  "properties": {
    "address": {
      "description": "The address of the charitable organization.",
      "$ref": "#/components/schemas/Address"
    },
    "geoCoordinates": {
      "description": "The geo-coordinates of the charitable organization.",
      "$ref": "#/components/schemas/GeoCoordinates"
    }
  }
}