{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-schema/1099-w9-w9-request-response-schema.json", "title": "W9RequestResponse", "description": "W9RequestResponse schema from Avalara API", "type": "object", "properties": { "requestId": { "type": "string" }, "status": { "type": "string" }, "payeeEmail": { "type": "string" }, "createdDate": { "type": "string", "format": "date-time" }, "expirationDate": { "type": "string", "format": "date-time" } } }