Apache EventMesh · JSON Structure

Eventmesh Admin Api Response Structure

ApiResponse schema from Apache EventMesh Admin API

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

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

Properties

retCode retMsg

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-api-response-structure.json",
  "name": "ApiResponse",
  "description": "ApiResponse schema from Apache EventMesh Admin API",
  "type": "object",
  "properties": {
    "retCode": {
      "type": "int32",
      "description": "Return code (0 for success)"
    },
    "retMsg": {
      "type": "string",
      "description": "Return message"
    }
  }
}