mconn_response

APIs.ioEngineeringPlatform

Properties

Name Type Description
messages array
success boolean
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-mconn-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/mconn_response",
  "title": "mconn_response",
  "properties": {
    "messages": {
      "items": {
        "$ref": "#/components/schemas/mconn_coded_message"
      },
      "type": "array"
    },
    "success": {
      "type": "boolean"
    }
  },
  "required": [
    "result",
    "success",
    "errors",
    "messages"
  ],
  "type": "object"
}