Fix api schema after merging latest changes

This commit is contained in:
Jamie Curnow
2025-02-04 17:53:59 +10:00
parent 2657af97cf
commit 68a7803513
6 changed files with 40 additions and 71 deletions

View File

@ -55,6 +55,9 @@
"enabled": {
"$ref": "../common.json#/properties/enabled"
},
"certificate_id": {
"$ref": "../common.json#/properties/certificate_id"
},
"meta": {
"type": "object"
}