{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateCertificateDetails", "title": "CreateCertificateDetails", "type": "object", "required": [ "key", "certificateContent" ], "properties": { "key": { "type": "string", "example": "example_value" }, "certificateContent": { "type": "string", "example": "example_value" } } }