{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CertificateResponse", "title": "CertificateResponse", "type": "object", "description": "", "properties": { "data": { "type": "object", "properties": { "status": { "type": "string", "enum": [ "shared", "dedicated" ] }, "installed_certificate": { "$ref": "#/components/schemas/InstalledCertificateDetail" } } }, "meta": { "$ref": "#/components/schemas/MetaOpen" } }, "x-tags": [ "Models" ] }