Skip to content

Instantly share code, notes, and snippets.

@AlexanderHolmeset
Created January 17, 2023 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexanderHolmeset/af98a332fcc4a826b93b112d4af22a69 to your computer and use it in GitHub Desktop.
Save AlexanderHolmeset/af98a332fcc4a826b93b112d4af22a69 to your computer and use it in GitHub Desktop.
{
"type": "object",
"properties": {
"ProjectID": {
"type": "string"
},
"EmployeeName": {
"type": "string"
},
"EmployeeID": {
"type": "string"
},
"Hours": {
"type": "string"
},
"HourlyRate": {
"type": "string"
},
"CurencyID": {
"type": "string"
},
"RevenueNOK": {
"type": "string"
},
"TimesheetEntryID": {
"type": "string"
},
"TimesheetEntryDate": {
"type": "string"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment