Fix swagger doc and rename references for time db fields

This commit is contained in:
Jamie Curnow
2023-05-29 08:50:27 +10:00
parent a2f192280b
commit 1ae247b2a6
45 changed files with 236 additions and 316 deletions

View File

@ -4,8 +4,8 @@
"additionalProperties": false,
"required": [
"id",
"created_on",
"modified_on",
"created_at",
"updated_at",
"user_id",
"name",
"acmesh_name",
@ -17,13 +17,15 @@
"type": "integer",
"minimum": 1
},
"created_on": {
"created_at": {
"type": "integer",
"minimum": 1
"minimum": 1,
"description": "Created Unix time with milliseconds"
},
"modified_on": {
"updated_at": {
"type": "integer",
"minimum": 1
"minimum": 1,
"description": "Updated Unix time with milliseconds"
},
"user_id": {
"type": "integer",