{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/workers_mtls_cert_binding", "title": "workers_mtls_cert_binding", "properties": { "certificate_id": { "description": "ID of the certificate to bind to", "example": "efwu2n6s-q69d-2kr9-184j-4913e8h391k6", "type": "string" }, "name": { "$ref": "#/components/schemas/workers_binding_name" }, "type": { "description": "The class of resource that the binding provides.", "enum": [ "mtls_certificate" ], "example": "mtls_certificate", "type": "string" } }, "required": [ "name", "type", "certificate" ], "type": "object" }