{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/tls-certificates-and-hostnames_zone-authenticated-origin-pull", "title": "tls-certificates-and-hostnames_zone-authenticated-origin-pull", "allOf": [ { "$ref": "#/components/schemas/tls-certificates-and-hostnames_certificateObject" } ], "properties": { "certificate": { "$ref": "#/components/schemas/tls-certificates-and-hostnames_zone-authenticated-origin-pull_components-schemas-certificate" }, "enabled": { "$ref": "#/components/schemas/tls-certificates-and-hostnames_zone-authenticated-origin-pull_components-schemas-enabled" }, "id": { "$ref": "#/components/schemas/tls-certificates-and-hostnames_identifier" }, "private_key": { "$ref": "#/components/schemas/tls-certificates-and-hostnames_private_key" } }, "type": "object" }