All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.zenwave360.sdk.resources.asyncapi.v2.json-schemas.asyncapi.yml Maven / Gradle / Ivy

There is a newer version: 1.6.3
Show newest version
asyncapi: '2.0.0'
info:
  title: logistics - NDS WMQ async api spec
  version: '1.0.0'

defaultContentType: application/json

channels:
  transportNotificationBatch:
    subscribe:
      operationId: onTransportNotificationBatch
      x-transactional: true
      message:
        name: TransportNotificationEventBatchMessage
        hedaer:
          $ref: '#/components/schemas/logistics.wmq.header.v1'
        schemaFormat: 'application/schema+json;version=draft-07'
        payload:
          $ref: 'transport-notification-batch-message-envelop.schema'
  transportNotification:
    publish:
      operationId: onTransportNotificationEvent
      message:
        name:  TransportNotificationEventMessage
        header:
          $ref: '#/components/schemas/logistics.wmq.header.v1'
        schemaFormat: 'application/schema+json;version=draft-07'
        payload:
          $ref: 'transport-notification-message-envelop.schema'
  transportNotificationEventSubscriptions:
    subscribe:
      operationId: onNotificationEventSubscriptions
      message:
        name: NotificationEventSubscriptionsMessage
        hedaer:
          $ref: '#/components/schemas/logistics.wmq.header.v1'
        schemaFormat: 'application/schema+json;version=draft-07'
        payload:
          $ref: 'transport-notification-batch-message-envelop.schema'
components:
  schemas:
    logistics.wmq.header.v1:
      type: object
      required:
        - fileName
        - messageVersion
      properties:
        fileName:
          type: string
        messageVersion:
          type: string
        source:
          type: string
    FlightDelayedEvent:
      $ref: 'flight-delayed-event.schema'





© 2015 - 2024 Weber Informatics LLC | Privacy Policy