ServiceResult

ServiceResult schema from Apache OpenMeetings REST API

CollaborationVideo ConferencingWeb ConferencingWhiteboardApacheOpen SourceConferencing

Properties

Name Type Description
message string
type string
View JSON Schema on GitHub

JSON Schema

apache-openmeetings-service-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-openmeetings/refs/heads/main/json-schema/apache-openmeetings-service-result-schema.json",
  "title": "ServiceResult",
  "description": "ServiceResult schema from Apache OpenMeetings REST API",
  "type": "object",
  "properties": {
    "message": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  }
}