eBay · Schema

Version

This type is used to show the version number and instance of the service or API.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
instance object The instance of the version.
version string The version number of the service or API.
View JSON Schema on GitHub

JSON Schema

ebay-version-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Version",
  "title": "Version",
  "type": "object",
  "properties": {
    "instance": {
      "description": "The instance of the version.",
      "$ref": "#/components/schemas/Version"
    },
    "version": {
      "type": "string",
      "description": "The version number of the service or API."
    }
  },
  "description": "This type is used to show the version number and instance of the service or API."
}