mconn_controller_identify_ek_cert_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-mconn-controller-identify-ek-cert-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/mconn_controller_identify_ek_cert_response",
  "title": "mconn_controller_identify_ek_cert_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/mconn_good_response"
    },
    {
      "properties": {
        "result": {
          "$ref": "#/components/schemas/mconn_controller_identify_ek_cert_result"
        }
      }
    }
  ]
}