MEF

MEF LSO Interlude MEF 133.1 streaming template

MEF 133.1 streaming template — the AsyncAPI definition published by Mplify (formerly MEF) in the MEF LSO Interlude SDK, Kylie release. LSO Interlude is the Interface Reference Point between two Service Providers, covering inter-provider operational/service automation. 1 path(s), 0 operation(s). Apache-2.0 licensed and openly downloadable from public GitHub.

AsyncAPI Specification

mef-lso-interlude-performance.template-asyncapi.yml Raw ↑
asyncapi: '2.0.0'
id: <<Add Your specific ID for Seller producer app>>
info:
  title: MEF 133.1 streaming template
  version: 0.0.1
channels:
  performance/statistics/{uuid}:
    publish:
      summary: A

      message:
        payload:
          $ref: '#/components/schemas/Event'
components:
  schemas:
    Envelope:
      $ref: 'models/Event.yaml'

  messages:
    PerformanceMessage:
      name: Generic message that conveys notification data
      title: Generic Performance Message
      summary: Inform about a new user registration in the system
      contentType: application/json
      payload:
        $ref: '#/components/schemas/Payload'