Apache OpenMeetings · JSON Structure

Apache Openmeetings Health Wrapper Structure

HealthWrapper schema from Apache OpenMeetings REST API

Type: object Properties: 1
CollaborationVideo ConferencingWeb ConferencingWhiteboardApacheOpen SourceConferencing

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

Properties

health

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-wrapper-structure.json",
  "description": "HealthWrapper schema from Apache OpenMeetings REST API",
  "type": "object",
  "properties": {
    "health": {
      "$ref": "#/components/schemas/Health"
    }
  },
  "name": "HealthWrapper"
}