APIs.io Engineering Platform · Schema
tls-certificates-and-hostnames_customhostname
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| created_at | object | |
| custom_metadata | object | |
| custom_origin_server | object | |
| custom_origin_sni | object | |
| hostname | object | |
| id | object | |
| ownership_verification | object | |
| ownership_verification_http | object | |
| ssl | object | |
| status | object | |
| verification_errors | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/tls-certificates-and-hostnames_customhostname",
"title": "tls-certificates-and-hostnames_customhostname",
"properties": {
"created_at": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_created_at"
},
"custom_metadata": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_custom_metadata"
},
"custom_origin_server": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_custom_origin_server"
},
"custom_origin_sni": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_custom_origin_sni"
},
"hostname": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_hostname"
},
"id": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_identifier"
},
"ownership_verification": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_ownership_verification"
},
"ownership_verification_http": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_ownership_verification_http"
},
"ssl": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_ssl"
},
"status": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_components-schemas-status"
},
"verification_errors": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_verification_errors"
}
}
}