mconn_coded_message

APIs.ioEngineeringPlatform

Properties

Name Type Description
code integer
message string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-mconn-coded-message-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/mconn_coded_message",
  "title": "mconn_coded_message",
  "properties": {
    "code": {
      "minimum": 1000,
      "type": "integer"
    },
    "message": {
      "type": "string"
    }
  },
  "required": [
    "code",
    "message"
  ],
  "type": "object"
}