{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-structure/1099-w9-filing-submission-structure.json", "description": "FilingSubmission schema from Avalara API", "type": "object", "required": [ "taxYear", "formIds" ], "properties": { "taxYear": { "type": "int32" }, "formIds": { "type": "array", "items": { "type": "string" } }, "corrected": { "type": "boolean", "default": false } }, "name": "FilingSubmission" }