eBay · Schema

PhoneNumber

This type contains a string field representing a telephone number.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
phoneNumber string The primary telephone number for the shipping recipient.
View JSON Schema on GitHub

JSON Schema

ebay-phonenumber-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PhoneNumber",
  "title": "PhoneNumber",
  "type": "object",
  "properties": {
    "phoneNumber": {
      "type": "string",
      "description": "The primary telephone number for the shipping recipient."
    }
  },
  "description": "This type contains a string field representing a telephone number."
}