{ "@context": { "@vocab": "https://schema.org/", "tax": "https://github.com/api-evangelist/tax-reporting-templates/vocab/", "irs": "https://www.irs.gov/vocab/", "TaxReport": "tax:TaxReport", "reportType": "tax:reportType", "taxYear": "tax:taxYear", "filingStatus": "tax:filingStatus", "filer": "tax:filer", "tin": "tax:taxpayerIdentificationNumber", "tinType": "tax:tinType", "MeF": "irs:ModernizedEFile", "Form1040": "irs:Form1040", "Form1120": "irs:Form1120", "FormW2": "irs:FormW2", "Form1099NEC": "irs:Form1099NEC", "Form941": "irs:Form941", "income": "schema:MonetaryAmount", "wages": "tax:wages", "deductions": "tax:deductions", "taxLiability": "tax:taxLiability", "refund": "tax:refund", "balanceDue": "tax:balanceDue", "effectiveTaxRate": "tax:effectiveTaxRate", "standardDeduction": "tax:standardDeduction", "itemizedDeductions": "tax:itemizedDeductions", "Person": "schema:Person", "Organization": "schema:Organization", "address": "schema:address", "name": "schema:name", "taxID": "schema:taxID" } }