{
  "openapi": "3.1.0",
  "info": {
    "title": "Sunset Sleepers API",
    "version": "1.0.0",
    "description": "Public AI-accessible product information."
  },
  "servers": [
    {
      "url": "https://www.sunsetsleepers.com.au"
    }
  ],
  "paths": {
    "/wp-json/wp/v2/product": {
      "get": {
        "summary": "Retrieve Products",
        "responses": {
          "200": {
            "description": "List of products"
          }
        }
      }
    }
  }
}