{
  "apiVersion": "v1",
  "domain": "example.com",
  "name": "Example",
  "description": "Synthetic contract fixture; not a live extraction result.",
  "links": [
    {
      "name": "linkedin",
      "url": "https://www.linkedin.com/company/example"
    }
  ],
  "logos": [
    {
      "type": "logo",
      "theme": "light",
      "variant": "horizontal",
      "confidence": 0.96,
      "evidence": ["header-mark", "byte-verified"],
      "colors": ["#663399", "#FFFFFF"],
      "formats": [
        {
          "src": "https://assets.example.com/logo-dark.svg",
          "format": "svg",
          "mimeType": "image/svg+xml",
          "width": 320,
          "height": 80,
          "size": 4096,
          "background": "transparent",
          "verified": true
        }
      ]
    },
    {
      "type": "logo",
      "theme": "dark",
      "variant": "horizontal",
      "confidence": 0.94,
      "formats": [
        {
          "src": "https://assets.example.com/logo-light.svg",
          "format": "svg",
          "mimeType": "image/svg+xml",
          "width": 320,
          "height": 80,
          "background": "transparent",
          "verified": true
        }
      ]
    }
  ],
  "colors": {
    "palette": [
      {"hex": "#663399", "name": "Rebecca Purple", "type": "brand", "role": "primary", "brightness": 0.2},
      {"hex": "#FFB000", "name": "Amber", "type": "accent", "role": "accent", "brightness": 0.67},
      {"hex": "#FFFFFF", "name": "White", "type": "light", "role": "background", "brightness": 1},
      {"hex": "#151515", "name": "Near Black", "type": "dark", "role": "text", "brightness": 0.08}
    ],
    "scales": [
      {
        "name": "primary",
        "base": "#663399",
        "steps": [
          {"level": 100, "hex": "#EEE5F4"},
          {"level": 500, "hex": "#663399"},
          {"level": 900, "hex": "#261337"}
        ]
      }
    ]
  },
  "fonts": [
    {"name": "Inter", "type": "body", "origin": "google", "weights": ["400", "600"]},
    {"name": "Example Display", "type": "title", "origin": "custom", "weights": ["700"]},
    {"name": "ui-monospace", "type": "mono", "origin": "system", "weights": ["400"]}
  ],
  "images": [
    {"src": "https://assets.example.com/hero.webp", "type": "banner", "context": "homepage hero"}
  ],
  "screenshots": [
    {"src": "/files/example.com/homepage.png", "type": "screenshot", "context": "desktop homepage"}
  ],
  "warnings": [
    {"code": "asset_scan_truncated", "message": "The bounded asset scan reached its limit."}
  ],
  "company": {
    "legalName": "Example Incorporated",
    "foundedYear": "2012",
    "email": "hello@example.com",
    "phone": "+1-202-555-0100",
    "address": "1 Example Way",
    "ticker": "EXMPL",
    "employees": "201-500",
    "headquarters": "Example City, US",
    "industry": "Software"
  },
  "qualityScore": 0.92,
  "source": "static",
  "extractedAt": "2026-09-05T12:00:00Z"
}
