{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DataPlaneClientCertificate", "title": "DataPlaneClientCertificate", "x-speakeasy-entity": "GatewayDataPlaneClientCertificate", "type": "object", "properties": { "id": { "description": "Unique ID of the certificate entity.", "type": "string" }, "created_at": { "description": "Date certificate was created.", "type": "integer" }, "updated_at": { "description": "Date certificate was last updated.", "type": "integer" }, "cert": { "description": "JSON escaped string of the certificate.", "type": "string" }, "title": { "description": "Title of the certificate.", "type": "string" } } }