tls-certificates-and-hostnames_ssl_validation_method_response_collection

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-ssl-validation-method-respons-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_ssl_validation_method_response_collection",
  "title": "tls-certificates-and-hostnames_ssl_validation_method_response_collection",
  "allOf": [
    {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_api-response-single"
    },
    {
      "properties": {
        "result": {
          "properties": {
            "status": {
              "$ref": "#/components/schemas/tls-certificates-and-hostnames_validation_method_components-schemas-status"
            },
            "validation_method": {
              "$ref": "#/components/schemas/tls-certificates-and-hostnames_validation_method_definition"
            }
          }
        }
      }
    }
  ]
}