Skip to content

Commit

Permalink
Adding field for worker location and US citizenship (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
joewelsh authored May 14, 2024
1 parent 23aa0af commit 6c1723b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions workday.sgnl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,22 @@ entities:
- name: jobTitle
externalId: jobTitle
type: String
- name: workerCountryIsUSA
externalId: cf_WorkerCountryEqualToUnitedStatesOfAmerica
type: Bool
indexed: true
- name: workerLocationCity
externalId: $.location.descriptor
type: String
indexed: true
- name: workerLocationState
externalId: $.locationAddress_StateUnitedStates.descriptor
type: String
indexed: true
- name: isUSCitizen
externalId: isUSCitizen
type: Bool

WorkEmail:
parent: allWorkers
displayName: Work Email
Expand Down

0 comments on commit 6c1723b

Please sign in to comment.