Apache OpenMeetings · JSON Structure

Apache Openmeetings Health Structure

Health schema from Apache OpenMeetings REST API

Type: object Properties: 3
CollaborationVideo ConferencingWeb ConferencingWhiteboardApacheOpen SourceConferencing

Health 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

inited installed dbOk

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-health-structure.json",
  "description": "Health schema from Apache OpenMeetings REST API",
  "type": "object",
  "properties": {
    "inited": {
      "type": "boolean"
    },
    "installed": {
      "type": "boolean"
    },
    "dbOk": {
      "type": "boolean"
    }
  },
  "name": "Health"
}