eBay · Schema

QuerySigningKeysResponse

This container stores metadata information for all keypairs that are owned by a user.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
signingKeys array An array of metadata information for keypairs owned by a user.
View JSON Schema on GitHub

JSON Schema

ebay-querysigningkeysresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/QuerySigningKeysResponse",
  "title": "QuerySigningKeysResponse",
  "type": "object",
  "properties": {
    "signingKeys": {
      "type": "array",
      "description": "An array of metadata information for keypairs owned by a user.",
      "items": {
        "$ref": "#/components/schemas/SigningKey"
      }
    }
  },
  "description": "This container stores metadata information for all keypairs that are owned by a user."
}