MEF · AsyncAPI Specification

MEF 133.1 streaming template

Version 0.0.1

View Spec View on GitHub TelecommunicationsUnited StatesStandardsLSONetwork APIsCAMARAOpen GatewayBSSOSSCarrier EthernetSD-WANSASENaaSService OrchestrationInterconnectionCertificationAsyncAPIWebhooksEvents

Channels

performance/statistics/{uuid}
publish
A

Messages

PerformanceMessage
Generic Performance Message
Inform about a new user registration in the system

AsyncAPI Specification

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'