Best Buy · JSON Structure

Products Api Category Ref Structure

A reference to a product category in the hierarchy.

Type: object Properties: 2
Fortune 100RetailConsumer ElectronicsE-CommerceProductsStores

CategoryRef is a JSON Structure definition published by Best Buy, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/best-buy/refs/heads/main/json-structure/products-api-category-ref-structure.json",
  "name": "CategoryRef",
  "description": "A reference to a product category in the hierarchy.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Category identifier.",
      "example": "abcat0500000"
    },
    "name": {
      "type": "string",
      "description": "Category display name.",
      "example": "Computers & Tablets"
    }
  }
}