Schema updates

This commit is contained in:
Jamie Curnow
2023-05-31 00:08:50 +10:00
parent 4a57956093
commit 4b0d901c93
2 changed files with 10 additions and 8 deletions

View File

@ -32,9 +32,16 @@
"description": "Updated Unix time with milliseconds"
},
"expires_on": {
"type": "integer",
"minimum": 1,
"nullable": true
"oneOf": [
{
"type": "null"
},
{
"type": "integer",
"minimum": 1,
"nullable": true
}
]
},
"type": {
"type": "string",