Update testing packages, revert to nullable in swagger schema

This commit is contained in:
Jamie Curnow
2023-05-31 08:47:13 +10:00
parent 4b0d901c93
commit f55a7a792f
3 changed files with 388 additions and 506 deletions

View File

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