{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GenerateClientCertificateRequest", "title": "GenerateClientCertificateRequest", "type": "object", "properties": { "description": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The description of the ClientCertificate." } ] }, "tags": { "allOf": [ { "$ref": "#/components/schemas/MapOfStringToString" }, { "description": "The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters." } ] } }, "description": "A request to generate a ClientCertificate resource." }