Best Buy · JSON Structure

Stores Api Store Service Structure

A service offered at a Best Buy store.

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

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

Properties

service

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/stores-api-store-service-structure.json",
  "name": "StoreService",
  "description": "A service offered at a Best Buy store.",
  "type": "object",
  "properties": {
    "service": {
      "type": "string",
      "description": "Name of the service offered.",
      "example": "Geek Squad"
    }
  }
}