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, "minimum": 0,
"type": "number" "type": "number"
}, },
"secure": {
"type": "boolean"
},
"username": { "username": {
"type": "string" "type": "string"
} }
@ -16735,6 +16738,7 @@
"ignoreCert", "ignoreCert",
"password", "password",
"port", "port",
"secure",
"username" "username"
], ],
"type": "object" "type": "object"