{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InstallCertificateData", "title": "InstallCertificateData", "type": "object", "properties": { "url": { "type": "string", "description": "URL for the site.", "example": "kittens.mybigcommerce.com" }, "certificate": { "$ref": "#/components/schemas/CertificateWrite" } } }