Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
{
"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