Apache OpenMeetings · JSON Structure

Apache Openmeetings Service Result Structure

ServiceResult schema from Apache OpenMeetings REST API

Type: object Properties: 2
CollaborationVideo ConferencingWeb ConferencingWhiteboardApacheOpen SourceConferencing

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

Properties

message type

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-openmeetings/refs/heads/main/json-structure/apache-openmeetings-service-result-structure.json",
  "description": "ServiceResult schema from Apache OpenMeetings REST API",
  "type": "object",
  "properties": {
    "message": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  },
  "name": "ServiceResult"
}