APIs.io Engineering Platform · Schema
tls-certificates-and-hostnames_schemas-certificateObject
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| certificate | object | |
| expires_on | object | |
| id | object | |
| issuer | object | |
| serial_number | object | |
| signature | object | |
| status | object | |
| uploaded_on | object |
JSON Schema
apis-io-engineering-platform-tls-certificates-and-hostnames-schemas-certificateobject-schema.json
Raw ↑
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/tls-certificates-and-hostnames_schemas-certificateObject",
"title": "tls-certificates-and-hostnames_schemas-certificateObject",
"properties": {
"certificate": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_hostname-authenticated-origin-pull_components-schemas-certificate"
},
"expires_on": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_hostname-authenticated-origin-pull_components-schemas-expires_on"
},
"id": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_identifier"
},
"issuer": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_issuer"
},
"serial_number": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_serial_number"
},
"signature": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_signature"
},
"status": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_hostname-authenticated-origin-pull_components-schemas-status"
},
"uploaded_on": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_components-schemas-uploaded_on"
}
}
}