Workday Payroll · JSON-LD Context

Workday Payroll Payroll Input Context

JSON-LD context defining the semantic vocabulary for Workday Payroll Payroll Input from Workday Payroll.

19 Classes 30 Properties 4 Namespaces
View Context View on GitHub

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

Adjustment AdjustmentCollection CreateAdjustmentRequest CreateInputBatchRequest CreateOneTimePaymentRequest CreateSupplementalEarningRequest CreateTimeOffInputRequest InputBatch InputBatchCollection InputRecord OneTimePayment OneTimePaymentCollection SupplementalEarning SupplementalEarningCollection TimeOffInput TimeOffInputCollection UpdateOneTimePaymentRequest WorkerRef name

Properties

Property Type Container
adjustmentType string
amount double
completedOn dateTime
createdOn dateTime
currency string
data reference set
deductionCode string
descriptor string
earningCode string
effectiveDate date
endDate date
failedRecords integer
hours double
id string
inputType string
originalPayRunId string
paid boolean
reason string
recordCount integer
records reference set
startDate date
status string
submittedBy string
submittedOn dateTime
timeOffType string
total integer
type string
validRecords integer
worker reference
workerId string

JSON-LD Document

Raw ↑
{
  "@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#",
    "Adjustment": "workday:Adjustment",
    "AdjustmentCollection": "workday:AdjustmentCollection",
    "CreateAdjustmentRequest": "workday:CreateAdjustmentRequest",
    "CreateInputBatchRequest": "workday:CreateInputBatchRequest",
    "CreateOneTimePaymentRequest": "workday:CreateOneTimePaymentRequest",
    "CreateSupplementalEarningRequest": "workday:CreateSupplementalEarningRequest",
    "CreateTimeOffInputRequest": "workday:CreateTimeOffInputRequest",
    "InputBatch": "workday:InputBatch",
    "InputBatchCollection": "workday:InputBatchCollection",
    "InputRecord": "workday:InputRecord",
    "OneTimePayment": "workday:OneTimePayment",
    "OneTimePaymentCollection": "workday:OneTimePaymentCollection",
    "SupplementalEarning": "workday:SupplementalEarning",
    "SupplementalEarningCollection": "workday:SupplementalEarningCollection",
    "TimeOffInput": "workday:TimeOffInput",
    "TimeOffInputCollection": "workday:TimeOffInputCollection",
    "UpdateOneTimePaymentRequest": "workday:UpdateOneTimePaymentRequest",
    "WorkerRef": "workday:WorkerRef",
    "adjustmentType": {
      "@id": "workday:adjustment_type",
      "@type": "xsd:string"
    },
    "amount": {
      "@id": "workday:amount",
      "@type": "xsd:double"
    },
    "completedOn": {
      "@id": "workday:completed_on",
      "@type": "xsd:dateTime"
    },
    "createdOn": {
      "@id": "dcterms:created",
      "@type": "xsd:dateTime"
    },
    "currency": {
      "@id": "workday:currency",
      "@type": "xsd:string"
    },
    "data": {
      "@id": "workday:data",
      "@container": "@set",
      "@type": "@id"
    },
    "deductionCode": {
      "@id": "workday:deduction_code",
      "@type": "xsd:string"
    },
    "descriptor": {
      "@id": "workday:descriptor",
      "@type": "xsd:string"
    },
    "earningCode": {
      "@id": "workday:earning_code",
      "@type": "xsd:string"
    },
    "effectiveDate": {
      "@id": "workday:effective_date",
      "@type": "xsd:date"
    },
    "endDate": {
      "@id": "workday:end_date",
      "@type": "xsd:date"
    },
    "failedRecords": {
      "@id": "workday:failed_records",
      "@type": "xsd:integer"
    },
    "hours": {
      "@id": "workday:hours",
      "@type": "xsd:double"
    },
    "id": {
      "@id": "workday:id",
      "@type": "xsd:string"
    },
    "inputType": {
      "@id": "workday:input_type",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "originalPayRunId": {
      "@id": "workday:original_pay_run_id",
      "@type": "xsd:string"
    },
    "paid": {
      "@id": "workday:paid",
      "@type": "xsd:boolean"
    },
    "reason": {
      "@id": "workday:reason",
      "@type": "xsd:string"
    },
    "recordCount": {
      "@id": "workday:record_count",
      "@type": "xsd:integer"
    },
    "records": {
      "@id": "workday:records",
      "@container": "@set",
      "@type": "@id"
    },
    "startDate": {
      "@id": "workday:start_date",
      "@type": "xsd:date"
    },
    "status": {
      "@id": "workday:status",
      "@type": "xsd:string"
    },
    "submittedBy": {
      "@id": "workday:submitted_by",
      "@type": "xsd:string"
    },
    "submittedOn": {
      "@id": "workday:submitted_on",
      "@type": "xsd:dateTime"
    },
    "timeOffType": {
      "@id": "workday:time_off_type",
      "@type": "xsd:string"
    },
    "total": {
      "@id": "workday:total",
      "@type": "xsd:integer"
    },
    "type": {
      "@id": "workday:type",
      "@type": "xsd:string"
    },
    "validRecords": {
      "@id": "workday:valid_records",
      "@type": "xsd:integer"
    },
    "worker": {
      "@id": "workday:worker",
      "@type": "@id"
    },
    "workerId": {
      "@id": "workday:worker_id",
      "@type": "xsd:string"
    }
  }
}