Sherwin-Williams · Schema

Sherwin-Williams Paint Product

A Sherwin-Williams paint or coatings product

B2BConstructionFortune 500PaintsRetailSupply Chain

Properties

Name Type Description
productId string Unique product identifier
sku string Stock keeping unit identifier
name string Product name
brand string Brand name (e.g., Sherwin-Williams, Valspar, Minwax)
category string Product category (interior paint, exterior paint, stain, etc.)
colorCode string Sherwin-Williams color code (e.g., SW 7015)
colorName string Color name (e.g., Repose Gray)
colorFamily string Color family classification
hexCode string Hex color code approximation
rgb object RGB color values
finish string Paint finish type
coverage object Coverage area information
coats integer Recommended number of coats
dryTime object Drying time specifications
application string Application method (brush, roller, sprayer)
substrate array Compatible substrates
base string Paint base (Extra White, Deep Base, etc.)
size object Available container sizes
price number Retail price
currency string Currency code
upc string Universal Product Code
inStock boolean Whether the product is in stock
View JSON Schema on GitHub

JSON Schema

sherwin-williams-product-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/sherwin-williams/blob/main/json-schema/sherwin-williams-product-schema.json",
  "title": "Sherwin-Williams Paint Product",
  "description": "A Sherwin-Williams paint or coatings product",
  "type": "object",
  "properties": {
    "productId": {
      "type": "string",
      "description": "Unique product identifier"
    },
    "sku": {
      "type": "string",
      "description": "Stock keeping unit identifier"
    },
    "name": {
      "type": "string",
      "description": "Product name"
    },
    "brand": {
      "type": "string",
      "description": "Brand name (e.g., Sherwin-Williams, Valspar, Minwax)"
    },
    "category": {
      "type": "string",
      "description": "Product category (interior paint, exterior paint, stain, etc.)"
    },
    "colorCode": {
      "type": "string",
      "description": "Sherwin-Williams color code (e.g., SW 7015)"
    },
    "colorName": {
      "type": "string",
      "description": "Color name (e.g., Repose Gray)"
    },
    "colorFamily": {
      "type": "string",
      "description": "Color family classification"
    },
    "hexCode": {
      "type": "string",
      "pattern": "^#[0-9A-Fa-f]{6}$",
      "description": "Hex color code approximation"
    },
    "rgb": {
      "type": "object",
      "description": "RGB color values",
      "properties": {
        "r": { "type": "integer", "minimum": 0, "maximum": 255 },
        "g": { "type": "integer", "minimum": 0, "maximum": 255 },
        "b": { "type": "integer", "minimum": 0, "maximum": 255 }
      }
    },
    "finish": {
      "type": "string",
      "enum": ["Flat", "Matte", "Eggshell", "Satin", "Semi-Gloss", "Gloss", "High-Gloss"],
      "description": "Paint finish type"
    },
    "coverage": {
      "type": "object",
      "description": "Coverage area information",
      "properties": {
        "minSqFt": { "type": "number" },
        "maxSqFt": { "type": "number" },
        "unit": { "type": "string" }
      }
    },
    "coats": {
      "type": "integer",
      "description": "Recommended number of coats"
    },
    "dryTime": {
      "type": "object",
      "description": "Drying time specifications",
      "properties": {
        "touchDryMinutes": { "type": "integer" },
        "recoatHours": { "type": "integer" }
      }
    },
    "application": {
      "type": "string",
      "description": "Application method (brush, roller, sprayer)"
    },
    "substrate": {
      "type": "array",
      "items": { "type": "string" },
      "description": "Compatible substrates"
    },
    "base": {
      "type": "string",
      "description": "Paint base (Extra White, Deep Base, etc.)"
    },
    "size": {
      "type": "object",
      "description": "Available container sizes",
      "properties": {
        "volume": { "type": "number" },
        "unit": { "type": "string", "enum": ["gallon", "quart", "pint", "liter"] }
      }
    },
    "price": {
      "type": "number",
      "format": "float",
      "description": "Retail price"
    },
    "currency": {
      "type": "string",
      "description": "Currency code"
    },
    "upc": {
      "type": "string",
      "description": "Universal Product Code"
    },
    "inStock": {
      "type": "boolean",
      "description": "Whether the product is in stock"
    }
  },
  "required": ["productId", "name", "brand", "category"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sherwin-williams-product"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.