Pinwheel · JSON-LD Context

Pinwheel Context

JSON-LD context defining the semantic vocabulary for Pinwheel from Pinwheel.

135 Classes 9 Properties 3 Namespaces
View Context View on GitHub

Namespaces

xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/
pinwheel: https://schema.pinwheelapi.com/

Classes

LinkToken Job Employer Platform Webhook Account EndUser Paystub TaxForm DirectDepositAllocation VerificationReport CompanyConnection EmploymentData IncomeData Document ApiKey id type name status account_id employer_id platform_id end_user_id currency gross_pay net_pay pay_period routing_number account_number deposit_type deposit_value employer_name platform_name job_type error metadata AddressGetResponseItem Allocation AllocationAccountObjResponse AnnualIncomeResponseObj ApplicantNameAndAddress BankAccount BankAccountDetails BankAccountTransaction BillNavigatorStatusUpdateRequest CardDetails CompanyConnect CompanyConnectLinkTokenCreate CompanyConnectLinkTokenObjResponse CompanyConnectionBase CompanyConnectionCreate CompanyEmploymentObjResponse CompanyIdentityObjResponse CompanyIncomeObjResponse CompanyPaystubObjResponse CreateAPIKeyOptions CreateAPIKeyResponse CreateAPIKeyResponseData CreateAdminTokenRequest CreateAdminTokenResponse CreateAdminTokenResponseData DDAllocationObjResponse DeductionObjPublicResponseItem DirectDepositAllocationDetail DocumentObjPublicResponseItem EarningObjPublicResponseItem EarningsStreamPayoutObjResponse_v2023_04_18 EarningsYtds EmployeeName EmployeeNameAndAddress EmployeeResponseObj EmployerNameAndAddress EmployerObjResponse EmploymentObjResponse EmploymentResponseObj EndUserDocumentObjResponse FieldWarning FreshnessPaginationListMeta IdentityObjResponse IncomeAndEmploymentResponseObj IncomeObjResponse IncomeResponseObj JobObjResponse JobObjResponse_v2023_11_22 LinkTokenCreate_v2025_07_08 LinkTokenObjResponse_v2021_07_28 LinkUserAuthenticationDataObjCreate ListAPIKeyResponseData ListMeta MerchantPayment NetPayObjResponse PaginationMeta ParamsPayload ParamsPayload_v2023_11_22 PayrollAccountDataRefreshed PayrollAccountDataUpdated PayrollAccountObjResponse PayrollAccountPatchMonitoringStatus PaystubObjResponse_v2022_03_02 PaystubWithEarningsResponseObj PhoneNumberGetResponseItem PlatformObjResponse RefreshableMeta RefreshablePaginationListMeta RevokeAPIKeyResponse RevokeAPIKeyResponseData SearchResultObjResponse SharedFraud ShiftEarningObjPublicResponseItem ShiftObjResponse ShiftTimestamp TargetAccount TaxFormObjResponseNoDocument_v2022_06_22 TaxFormObjResponse_v2022_06_22 TaxFormW2 TaxObjPublicResponseItem TimeOffObjPublicResponseItem UploadedBankStatement UploadedDeduction UploadedEarning UploadedPaystub UploadedSSIAwardLetter UploadedTax UploadedTimeOff UploadedW2Informed VerificationReportsVOEObjResponse VerificationReportsVOIEObjResponse W2Box12 W2Box13 W2Box15To20 W2BoxC WebhookCreate_v2023_04_18 WebhookObjResponse WebhookUpdate

Properties

Property Type Container
created_at dateTime
updated_at dateTime
amount decimal
email string
phone_number string
date date
income reference
employment reference
webhook_url anyURI

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.pinwheelapi.com/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "pinwheel": "https://schema.pinwheelapi.com/",
    "LinkToken": "pinwheel:LinkToken",
    "Job": "pinwheel:Job",
    "Employer": "pinwheel:Employer",
    "Platform": "pinwheel:Platform",
    "Webhook": "pinwheel:Webhook",
    "Account": "pinwheel:Account",
    "EndUser": "pinwheel:EndUser",
    "Paystub": "pinwheel:Paystub",
    "TaxForm": "pinwheel:TaxForm",
    "DirectDepositAllocation": "pinwheel:DirectDepositAllocation",
    "VerificationReport": "pinwheel:VerificationReport",
    "CompanyConnection": "pinwheel:CompanyConnection",
    "EmploymentData": "pinwheel:EmploymentData",
    "IncomeData": "pinwheel:IncomeData",
    "Document": "pinwheel:Document",
    "ApiKey": "pinwheel:ApiKey",
    "id": "@id",
    "type": "@type",
    "created_at": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "updated_at": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "name": "schema:name",
    "status": "pinwheel:status",
    "account_id": "pinwheel:accountId",
    "employer_id": "pinwheel:employerId",
    "platform_id": "pinwheel:platformId",
    "end_user_id": "pinwheel:endUserId",
    "amount": {
      "@id": "schema:price",
      "@type": "xsd:decimal"
    },
    "currency": "schema:priceCurrency",
    "email": {
      "@id": "schema:email",
      "@type": "xsd:string"
    },
    "phone_number": {
      "@id": "schema:telephone",
      "@type": "xsd:string"
    },
    "date": {
      "@id": "schema:dateCreated",
      "@type": "xsd:date"
    },
    "gross_pay": "pinwheel:grossPay",
    "net_pay": "pinwheel:netPay",
    "pay_period": "pinwheel:payPeriod",
    "routing_number": "pinwheel:routingNumber",
    "account_number": "pinwheel:accountNumber",
    "deposit_type": "pinwheel:depositType",
    "deposit_value": "pinwheel:depositValue",
    "employer_name": "pinwheel:employerName",
    "platform_name": "pinwheel:platformName",
    "income": {
      "@id": "schema:MonetaryAmount",
      "@type": "@id"
    },
    "employment": {
      "@id": "schema:EmployeeRole",
      "@type": "@id"
    },
    "webhook_url": {
      "@id": "pinwheel:webhookUrl",
      "@type": "xsd:anyURI"
    },
    "job_type": "pinwheel:jobType",
    "error": "pinwheel:error",
    "metadata": "pinwheel:metadata",
    "AddressGetResponseItem": "pinwheel:AddressGetResponseItem",
    "Allocation": "pinwheel:Allocation",
    "AllocationAccountObjResponse": "pinwheel:AllocationAccountObjResponse",
    "AnnualIncomeResponseObj": "pinwheel:AnnualIncomeResponseObj",
    "ApplicantNameAndAddress": "pinwheel:ApplicantNameAndAddress",
    "BankAccount": "pinwheel:BankAccount",
    "BankAccountDetails": "pinwheel:BankAccountDetails",
    "BankAccountTransaction": "pinwheel:BankAccountTransaction",
    "BillNavigatorStatusUpdateRequest": "pinwheel:BillNavigatorStatusUpdateRequest",
    "CardDetails": "pinwheel:CardDetails",
    "CompanyConnect": "pinwheel:CompanyConnect",
    "CompanyConnectLinkTokenCreate": "pinwheel:CompanyConnectLinkTokenCreate",
    "CompanyConnectLinkTokenObjResponse": "pinwheel:CompanyConnectLinkTokenObjResponse",
    "CompanyConnectionBase": "pinwheel:CompanyConnectionBase",
    "CompanyConnectionCreate": "pinwheel:CompanyConnectionCreate",
    "CompanyEmploymentObjResponse": "pinwheel:CompanyEmploymentObjResponse",
    "CompanyIdentityObjResponse": "pinwheel:CompanyIdentityObjResponse",
    "CompanyIncomeObjResponse": "pinwheel:CompanyIncomeObjResponse",
    "CompanyPaystubObjResponse": "pinwheel:CompanyPaystubObjResponse",
    "CreateAPIKeyOptions": "pinwheel:CreateAPIKeyOptions",
    "CreateAPIKeyResponse": "pinwheel:CreateAPIKeyResponse",
    "CreateAPIKeyResponseData": "pinwheel:CreateAPIKeyResponseData",
    "CreateAdminTokenRequest": "pinwheel:CreateAdminTokenRequest",
    "CreateAdminTokenResponse": "pinwheel:CreateAdminTokenResponse",
    "CreateAdminTokenResponseData": "pinwheel:CreateAdminTokenResponseData",
    "DDAllocationObjResponse": "pinwheel:DDAllocationObjResponse",
    "DeductionObjPublicResponseItem": "pinwheel:DeductionObjPublicResponseItem",
    "DirectDepositAllocationDetail": "pinwheel:DirectDepositAllocationDetail",
    "DocumentObjPublicResponseItem": "pinwheel:DocumentObjPublicResponseItem",
    "EarningObjPublicResponseItem": "pinwheel:EarningObjPublicResponseItem",
    "EarningsStreamPayoutObjResponse_v2023_04_18": "pinwheel:EarningsStreamPayoutObjResponse_v2023_04_18",
    "EarningsYtds": "pinwheel:EarningsYtds",
    "EmployeeName": "pinwheel:EmployeeName",
    "EmployeeNameAndAddress": "pinwheel:EmployeeNameAndAddress",
    "EmployeeResponseObj": "pinwheel:EmployeeResponseObj",
    "EmployerNameAndAddress": "pinwheel:EmployerNameAndAddress",
    "EmployerObjResponse": "pinwheel:EmployerObjResponse",
    "EmploymentObjResponse": "pinwheel:EmploymentObjResponse",
    "EmploymentResponseObj": "pinwheel:EmploymentResponseObj",
    "EndUserDocumentObjResponse": "pinwheel:EndUserDocumentObjResponse",
    "FieldWarning": "pinwheel:FieldWarning",
    "FreshnessPaginationListMeta": "pinwheel:FreshnessPaginationListMeta",
    "IdentityObjResponse": "pinwheel:IdentityObjResponse",
    "IncomeAndEmploymentResponseObj": "pinwheel:IncomeAndEmploymentResponseObj",
    "IncomeObjResponse": "pinwheel:IncomeObjResponse",
    "IncomeResponseObj": "pinwheel:IncomeResponseObj",
    "JobObjResponse": "pinwheel:JobObjResponse",
    "JobObjResponse_v2023_11_22": "pinwheel:JobObjResponse_v2023_11_22",
    "LinkTokenCreate_v2025_07_08": "pinwheel:LinkTokenCreate_v2025_07_08",
    "LinkTokenObjResponse_v2021_07_28": "pinwheel:LinkTokenObjResponse_v2021_07_28",
    "LinkUserAuthenticationDataObjCreate": "pinwheel:LinkUserAuthenticationDataObjCreate",
    "ListAPIKeyResponseData": "pinwheel:ListAPIKeyResponseData",
    "ListMeta": "pinwheel:ListMeta",
    "MerchantPayment": "pinwheel:MerchantPayment",
    "NetPayObjResponse": "pinwheel:NetPayObjResponse",
    "PaginationMeta": "pinwheel:PaginationMeta",
    "ParamsPayload": "pinwheel:ParamsPayload",
    "ParamsPayload_v2023_11_22": "pinwheel:ParamsPayload_v2023_11_22",
    "PayrollAccountDataRefreshed": "pinwheel:PayrollAccountDataRefreshed",
    "PayrollAccountDataUpdated": "pinwheel:PayrollAccountDataUpdated",
    "PayrollAccountObjResponse": "pinwheel:PayrollAccountObjResponse",
    "PayrollAccountPatchMonitoringStatus": "pinwheel:PayrollAccountPatchMonitoringStatus",
    "PaystubObjResponse_v2022_03_02": "pinwheel:PaystubObjResponse_v2022_03_02",
    "PaystubWithEarningsResponseObj": "pinwheel:PaystubWithEarningsResponseObj",
    "PhoneNumberGetResponseItem": "pinwheel:PhoneNumberGetResponseItem",
    "PlatformObjResponse": "pinwheel:PlatformObjResponse",
    "RefreshableMeta": "pinwheel:RefreshableMeta",
    "RefreshablePaginationListMeta": "pinwheel:RefreshablePaginationListMeta",
    "RevokeAPIKeyResponse": "pinwheel:RevokeAPIKeyResponse",
    "RevokeAPIKeyResponseData": "pinwheel:RevokeAPIKeyResponseData",
    "SearchResultObjResponse": "pinwheel:SearchResultObjResponse",
    "SharedFraud": "pinwheel:SharedFraud",
    "ShiftEarningObjPublicResponseItem": "pinwheel:ShiftEarningObjPublicResponseItem",
    "ShiftObjResponse": "pinwheel:ShiftObjResponse",
    "ShiftTimestamp": "pinwheel:ShiftTimestamp",
    "TargetAccount": "pinwheel:TargetAccount",
    "TaxFormObjResponseNoDocument_v2022_06_22": "pinwheel:TaxFormObjResponseNoDocument_v2022_06_22",
    "TaxFormObjResponse_v2022_06_22": "pinwheel:TaxFormObjResponse_v2022_06_22",
    "TaxFormW2": "pinwheel:TaxFormW2",
    "TaxObjPublicResponseItem": "pinwheel:TaxObjPublicResponseItem",
    "TimeOffObjPublicResponseItem": "pinwheel:TimeOffObjPublicResponseItem",
    "UploadedBankStatement": "pinwheel:UploadedBankStatement",
    "UploadedDeduction": "pinwheel:UploadedDeduction",
    "UploadedEarning": "pinwheel:UploadedEarning",
    "UploadedPaystub": "pinwheel:UploadedPaystub",
    "UploadedSSIAwardLetter": "pinwheel:UploadedSSIAwardLetter",
    "UploadedTax": "pinwheel:UploadedTax",
    "UploadedTimeOff": "pinwheel:UploadedTimeOff",
    "UploadedW2Informed": "pinwheel:UploadedW2Informed",
    "VerificationReportsVOEObjResponse": "pinwheel:VerificationReportsVOEObjResponse",
    "VerificationReportsVOIEObjResponse": "pinwheel:VerificationReportsVOIEObjResponse",
    "W2Box12": "pinwheel:W2Box12",
    "W2Box13": "pinwheel:W2Box13",
    "W2Box15To20": "pinwheel:W2Box15To20",
    "W2BoxC": "pinwheel:W2BoxC",
    "WebhookCreate_v2023_04_18": "pinwheel:WebhookCreate_v2023_04_18",
    "WebhookObjResponse": "pinwheel:WebhookObjResponse",
    "WebhookUpdate": "pinwheel:WebhookUpdate"
  }
}