United Technologies · JSON Structure

Arinc Messaging Message List Structure

Paginated list of ARINC messages.

Type: object Properties: 2
AerospaceDefenseAviationManufacturingConnectivityFortune 100

MessageList is a JSON Structure definition published by United Technologies, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

total messages

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/united-technologies/refs/heads/main/json-structure/arinc-messaging-message-list-structure.json",
  "name": "MessageList",
  "description": "Paginated list of ARINC messages.",
  "properties": {
    "total": {
      "description": "Total number of matching messages.",
      "example": 500,
      "type": "int32"
    },
    "messages": {
      "description": "List of message records.",
      "items": {
        "$ref": "#/components/schemas/Message"
      },
      "type": "array"
    }
  },
  "type": "object"
}