Best Buy · Schema

StoreService

A service offered at a Best Buy store.

Fortune 100RetailConsumer ElectronicsE-CommerceProductsStores

Properties

Name Type Description
service string Name of the service offered.
View JSON Schema on GitHub

JSON Schema

stores-api-store-service-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/best-buy/refs/heads/main/json-schema/stores-api-store-service-schema.json",
  "title": "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"
    }
  }
}