Apache OpenMeetings · JSON Structure

Apache Openmeetings Info Structure

Info schema from Apache OpenMeetings REST API

Type: object Properties: 3
CollaborationVideo ConferencingWeb ConferencingWhiteboardApacheOpen SourceConferencing

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

Properties

version revision buildDate

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-info-structure.json",
  "description": "Info schema from Apache OpenMeetings REST API",
  "type": "object",
  "properties": {
    "version": {
      "type": "string"
    },
    "revision": {
      "type": "string"
    },
    "buildDate": {
      "type": "string"
    }
  },
  "name": "Info"
}