Update the JSON schema with the keyring and tls_key details.
Fixes: 7d1a68f13155 ("json-schema: add keyring and tls_key details")
Signed-off-by: Daniel Wagner <dwagner@suse.de>
"type": "boolean",
"default": false
},
+ "keyring": {
+ "description": "Keyring for TLS key lookup",
+ "type": "integer"
+ },
+ "tls_key": {
+ "description": "TLS key for the connection",
+ "type": "integer"
+ },
"tls": {
"description": "Enable TLS encryption",
"type": "boolean",