Workday Payroll · JSON-LD Context
Workday Payroll Tax Context
JSON-LD context defining the semantic vocabulary for Workday Payroll Tax from Workday Payroll.
15 Classes
46 Properties
4 Namespaces
Namespaces
workday:
https://community.workday.com/schemas/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
CreateTaxElectionRequest
TaxElection
TaxElectionCollection
TaxFiling
TaxFilingCollection
TaxJurisdiction
TaxJurisdictionCollection
TaxJurisdictionRef
TaxResult
TaxResultCollection
TaxWithholding
TaxWithholdingCollection
UpdateTaxWithholdingRequest
WorkerRef
WorkerTaxSummary
Properties
| Property | Type | Container |
|---|---|---|
| active | boolean | |
| additionalWithholding | double | |
| allowances | integer | |
| country | string | |
| currency | string | |
| data | reference | set |
| deductions | double | |
| dependentsAmount | double | |
| descriptor | string | |
| dueDate | date | |
| effectiveDate | date | |
| employeeAmount | double | |
| employerAmount | double | |
| exempt | boolean | |
| filedDate | date | |
| filingStatus | string | |
| filingType | string | |
| formNumber | string | |
| formType | string | |
| id | string | |
| jurisdiction | reference | |
| jurisdictionBreakdown | reference | set |
| jurisdictionId | string | |
| level | string | |
| localityName | string | |
| multipleJobs | boolean | |
| otherIncome | double | |
| quarter | integer | |
| stateCode | string | |
| status | string | |
| submittedOn | dateTime | |
| taxType | string | |
| taxTypes | string | set |
| taxYear | integer | |
| taxableWages | double | |
| total | integer | |
| totalEmployerTax | double | |
| totalFederalWithholding | double | |
| totalGrossWages | double | |
| totalLocalWithholding | double | |
| totalMedicare | double | |
| totalSocialSecurity | double | |
| totalStateWithholding | double | |
| totalTaxWithheld | double | |
| totalTaxableWages | double | |
| worker | reference |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"workday": "https://community.workday.com/schemas/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"CreateTaxElectionRequest": "workday:CreateTaxElectionRequest",
"TaxElection": "workday:TaxElection",
"TaxElectionCollection": "workday:TaxElectionCollection",
"TaxFiling": "workday:TaxFiling",
"TaxFilingCollection": "workday:TaxFilingCollection",
"TaxJurisdiction": "workday:TaxJurisdiction",
"TaxJurisdictionCollection": "workday:TaxJurisdictionCollection",
"TaxJurisdictionRef": "workday:TaxJurisdictionRef",
"TaxResult": "workday:TaxResult",
"TaxResultCollection": "workday:TaxResultCollection",
"TaxWithholding": "workday:TaxWithholding",
"TaxWithholdingCollection": "workday:TaxWithholdingCollection",
"UpdateTaxWithholdingRequest": "workday:UpdateTaxWithholdingRequest",
"WorkerRef": "workday:WorkerRef",
"WorkerTaxSummary": "workday:WorkerTaxSummary",
"active": {
"@id": "workday:active",
"@type": "xsd:boolean"
},
"additionalWithholding": {
"@id": "workday:additional_withholding",
"@type": "xsd:double"
},
"allowances": {
"@id": "workday:allowances",
"@type": "xsd:integer"
},
"country": {
"@id": "workday:country",
"@type": "xsd:string"
},
"currency": {
"@id": "workday:currency",
"@type": "xsd:string"
},
"data": {
"@id": "workday:data",
"@container": "@set",
"@type": "@id"
},
"deductions": {
"@id": "workday:deductions",
"@type": "xsd:double"
},
"dependentsAmount": {
"@id": "workday:dependents_amount",
"@type": "xsd:double"
},
"descriptor": {
"@id": "workday:descriptor",
"@type": "xsd:string"
},
"dueDate": {
"@id": "workday:due_date",
"@type": "xsd:date"
},
"effectiveDate": {
"@id": "workday:effective_date",
"@type": "xsd:date"
},
"employeeAmount": {
"@id": "workday:employee_amount",
"@type": "xsd:double"
},
"employerAmount": {
"@id": "workday:employer_amount",
"@type": "xsd:double"
},
"exempt": {
"@id": "workday:exempt",
"@type": "xsd:boolean"
},
"filedDate": {
"@id": "workday:filed_date",
"@type": "xsd:date"
},
"filingStatus": {
"@id": "workday:filing_status",
"@type": "xsd:string"
},
"filingType": {
"@id": "workday:filing_type",
"@type": "xsd:string"
},
"formNumber": {
"@id": "workday:form_number",
"@type": "xsd:string"
},
"formType": {
"@id": "workday:form_type",
"@type": "xsd:string"
},
"id": {
"@id": "workday:id",
"@type": "xsd:string"
},
"jurisdiction": {
"@id": "workday:jurisdiction",
"@type": "@id"
},
"jurisdictionBreakdown": {
"@id": "workday:jurisdiction_breakdown",
"@container": "@set",
"@type": "@id"
},
"jurisdictionId": {
"@id": "workday:jurisdiction_id",
"@type": "xsd:string"
},
"level": {
"@id": "workday:level",
"@type": "xsd:string"
},
"localityName": {
"@id": "workday:locality_name",
"@type": "xsd:string"
},
"multipleJobs": {
"@id": "workday:multiple_jobs",
"@type": "xsd:boolean"
},
"otherIncome": {
"@id": "workday:other_income",
"@type": "xsd:double"
},
"quarter": {
"@id": "workday:quarter",
"@type": "xsd:integer"
},
"stateCode": {
"@id": "workday:state_code",
"@type": "xsd:string"
},
"status": {
"@id": "workday:status",
"@type": "xsd:string"
},
"submittedOn": {
"@id": "workday:submitted_on",
"@type": "xsd:dateTime"
},
"taxType": {
"@id": "workday:tax_type",
"@type": "xsd:string"
},
"taxTypes": {
"@id": "workday:tax_types",
"@container": "@set",
"@type": "xsd:string"
},
"taxYear": {
"@id": "workday:tax_year",
"@type": "xsd:integer"
},
"taxableWages": {
"@id": "workday:taxable_wages",
"@type": "xsd:double"
},
"total": {
"@id": "workday:total",
"@type": "xsd:integer"
},
"totalEmployerTax": {
"@id": "workday:total_employer_tax",
"@type": "xsd:double"
},
"totalFederalWithholding": {
"@id": "workday:total_federal_withholding",
"@type": "xsd:double"
},
"totalGrossWages": {
"@id": "workday:total_gross_wages",
"@type": "xsd:double"
},
"totalLocalWithholding": {
"@id": "workday:total_local_withholding",
"@type": "xsd:double"
},
"totalMedicare": {
"@id": "workday:total_medicare",
"@type": "xsd:double"
},
"totalSocialSecurity": {
"@id": "workday:total_social_security",
"@type": "xsd:double"
},
"totalStateWithholding": {
"@id": "workday:total_state_withholding",
"@type": "xsd:double"
},
"totalTaxWithheld": {
"@id": "workday:total_tax_withheld",
"@type": "xsd:double"
},
"totalTaxableWages": {
"@id": "workday:total_taxable_wages",
"@type": "xsd:double"
},
"worker": {
"@id": "workday:worker",
"@type": "@id"
}
}
}