Add field in spec

This commit is contained in:
Clément Martin 2025-10-13 12:00:35 +02:00 committed by Jason Rasmussen
parent 9d22076a0a
commit 8a2dcd0402
No known key found for this signature in database
GPG key ID: 2EF24B77EAFA4A41

View file

@ -16726,6 +16726,9 @@
"minimum": 0,
"type": "number"
},
"secure": {
"type": "boolean"
},
"username": {
"type": "string"
}
@ -16735,6 +16738,7 @@
"ignoreCert",
"password",
"port",
"secure",
"username"
],
"type": "object"