APIs.io Engineering Platform · Schema
tls-certificates-and-hostnames_hostname-authenticated-origin-pull
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| cert_id | object | |
| certificate | object | |
| enabled | object | |
| hostname | object | |
| id | object | |
| private_key | object |
JSON Schema
apis-io-engineering-platform-tls-certificates-and-hostnames-hostname-authenticated-origin-schema.json
Raw ↑
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/tls-certificates-and-hostnames_hostname-authenticated-origin-pull",
"title": "tls-certificates-and-hostnames_hostname-authenticated-origin-pull",
"allOf": [
{
"$ref": "#/components/schemas/tls-certificates-and-hostnames_hostname_certid_object"
}
],
"properties": {
"cert_id": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_identifier"
},
"certificate": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_hostname-authenticated-origin-pull_components-schemas-certificate"
},
"enabled": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_hostname-authenticated-origin-pull_components-schemas-enabled"
},
"hostname": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_schemas-hostname"
},
"id": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_identifier"
},
"private_key": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_schemas-private_key"
}
},
"type": "object"
}