Apache EventMesh · JSON Structure

Eventmesh Admin Subscription Structure

Subscription schema from Apache EventMesh Admin API

Type: object Properties: 4
ApacheCloudEventsEvent-DrivenMessagingOpen SourcePub-SubServerless

Subscription is a JSON Structure definition published by Apache EventMesh, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

topic url group protocol

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/apache-event-mesh/refs/heads/main/json-structure/eventmesh-admin-subscription-structure.json",
  "name": "Subscription",
  "description": "Subscription schema from Apache EventMesh Admin API",
  "type": "object",
  "properties": {
    "topic": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "group": {
      "type": "string"
    },
    "protocol": {
      "type": "string"
    }
  }
}