{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SecretSetParameters",
"type": "object",
"description": "The secret set parameters.",
"properties": {
"value": {
"type": "string",
"description": "The value of the secret."
},
"tags": {
"type": "object",
"description": "Application specific metadata in the form of key-value pairs."
},
"contentType": {
"type": "string",
"description": "Type of the secret value such as a password."
}
}
}