eBay · Schema

User

The user details for the notification subscriber.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
userId string The unique identifier for the user.
username string The username associated with the user.
View JSON Schema on GitHub

JSON Schema

ebay-user-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/User",
  "title": "User",
  "type": "object",
  "description": "The user details for the notification subscriber.",
  "properties": {
    "userId": {
      "type": "string",
      "description": "The unique identifier for the user."
    },
    "username": {
      "type": "string",
      "description": "The username associated with the user."
    }
  }
}