Apache EventMesh · Schema

Subscription

Subscription schema from Apache EventMesh Admin API

ApacheCloudEventsEvent-DrivenMessagingOpen SourcePub-SubServerless

Properties

Name Type Description
topic string
url string
group string
protocol string
View JSON Schema on GitHub

JSON Schema

eventmesh-admin-subscription-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-event-mesh/refs/heads/main/json-schema/eventmesh-admin-subscription-schema.json",
  "title": "Subscription",
  "description": "Subscription schema from Apache EventMesh Admin API",
  "type": "object",
  "properties": {
    "topic": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "group": {
      "type": "string"
    },
    "protocol": {
      "type": "string"
    }
  }
}