aaa_messages

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-aaa-messages-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/aaa_messages",
  "title": "aaa_messages",
  "example": [],
  "items": {
    "properties": {
      "code": {
        "minimum": 1000,
        "type": "integer"
      },
      "message": {
        "type": "string"
      }
    },
    "required": [
      "code",
      "message"
    ],
    "type": "object",
    "uniqueItems": true
  },
  "type": "array"
}