tls-certificates-and-hostnames_certificate_response_single_post

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-certificate-response-single-p-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_certificate_response_single_post",
  "title": "tls-certificates-and-hostnames_certificate_response_single_post",
  "allOf": [
    {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_api-response-single"
    },
    {
      "properties": {
        "result": {
          "allOf": [
            {
              "$ref": "#/components/schemas/tls-certificates-and-hostnames_certificateObjectPost"
            }
          ],
          "type": "object"
        }
      }
    }
  ]
}