Info

Info schema from Apache OpenMeetings REST API

CollaborationVideo ConferencingWeb ConferencingWhiteboardApacheOpen SourceConferencing

Properties

Name Type Description
version string
revision string
buildDate string
View JSON Schema on GitHub

JSON Schema

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