{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SecretProperties",
"type": "object",
"description": "Properties of the secret backing a certificate.",
"properties": {
"contentType": {
"type": "string",
"description": "The media type (MIME type)."
}
}
}