mconn_good_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-mconn-good-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/mconn_good_response",
  "title": "mconn_good_response",
  "allOf": [
    {
      "$ref": "#/components/schemas/mconn_response"
    },
    {
      "properties": {
        "errors": {
          "items": {
            "$ref": "#/components/schemas/mconn_coded_message"
          },
          "maxLength": 0,
          "type": "array"
        }
      }
    }
  ]
}