2022-11-05 12:16:48 +00:00
|
|
|
{
|
|
|
|
"definitions": {
|
|
|
|
},
|
2022-11-05 12:24:13 +00:00
|
|
|
"title": "Track Time",
|
|
|
|
"description": "Information for tracking billable hours.",
|
2022-11-05 12:16:48 +00:00
|
|
|
"type": "object",
|
|
|
|
"required": [
|
2022-11-05 12:24:13 +00:00
|
|
|
"project",
|
|
|
|
"startDateTime",
|
|
|
|
"endDateTime"
|
2022-11-05 12:16:48 +00:00
|
|
|
],
|
|
|
|
"properties": {
|
2022-11-05 12:24:13 +00:00
|
|
|
"project": {
|
2022-11-05 12:16:48 +00:00
|
|
|
"type": "string",
|
2022-11-05 12:24:13 +00:00
|
|
|
"title": "Project"
|
2022-11-05 12:16:48 +00:00
|
|
|
},
|
2022-11-05 12:24:13 +00:00
|
|
|
"startDateTime": {
|
2022-11-05 12:16:48 +00:00
|
|
|
"type": "string",
|
2022-11-05 12:24:13 +00:00
|
|
|
"title": "Start Date and Time"
|
2022-11-05 12:16:48 +00:00
|
|
|
},
|
2022-11-05 12:24:13 +00:00
|
|
|
"endDateTime": {
|
2022-11-05 12:16:48 +00:00
|
|
|
"type": "string",
|
2022-11-05 12:24:13 +00:00
|
|
|
"title": "End Date and Time"
|
|
|
|
}
|
2022-11-05 12:16:48 +00:00
|
|
|
}
|
|
|
|
}
|