communicate time as epoch ms; better disable of durations in ui (#33)

This commit is contained in:
Michael Quigley
2022-11-01 16:52:02 -04:00
parent 225e00861b
commit 95b4143a85
10 changed files with 52 additions and 34 deletions

View File

@@ -428,7 +428,7 @@ func init() {
"type": "string"
},
"createdAt": {
"type": "string"
"type": "integer"
},
"description": {
"type": "string"
@@ -437,7 +437,7 @@ func init() {
"type": "string"
},
"updatedAt": {
"type": "string"
"type": "integer"
},
"zId": {
"type": "string"
@@ -524,7 +524,7 @@ func init() {
"type": "string"
},
"createdAt": {
"type": "string"
"type": "integer"
},
"frontend": {
"type": "string"
@@ -536,7 +536,7 @@ func init() {
"type": "string"
},
"updatedAt": {
"type": "string"
"type": "integer"
},
"zId": {
"type": "string"
@@ -1036,7 +1036,7 @@ func init() {
"type": "string"
},
"createdAt": {
"type": "string"
"type": "integer"
},
"description": {
"type": "string"
@@ -1045,7 +1045,7 @@ func init() {
"type": "string"
},
"updatedAt": {
"type": "string"
"type": "integer"
},
"zId": {
"type": "string"
@@ -1132,7 +1132,7 @@ func init() {
"type": "string"
},
"createdAt": {
"type": "string"
"type": "integer"
},
"frontend": {
"type": "string"
@@ -1144,7 +1144,7 @@ func init() {
"type": "string"
},
"updatedAt": {
"type": "string"
"type": "integer"
},
"zId": {
"type": "string"