{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/wayfair/refs/heads/main/json-structure/wayfair-token-request-structure.json", "name": "TokenRequest", "description": "TokenRequest schema from Wayfair Supplier API", "type": "object", "properties": { "client_id": { "type": "string", "description": "The application client ID issued by Wayfair.", "example": "your-client-id-here" }, "client_secret": { "type": "string", "description": "The application client secret issued by Wayfair.", "example": "your-client-secret-here" } }, "required": [ "client_id", "client_secret" ] }