Apache OpenMeetings · JSON Structure

Apache Openmeetings Group Dto Structure

GroupDTO schema from Apache OpenMeetings REST API

Type: object Properties: 3
CollaborationVideo ConferencingWeb ConferencingWhiteboardApacheOpen SourceConferencing

GroupDTO 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

id name tag

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-group-dto-structure.json",
  "description": "GroupDTO schema from Apache OpenMeetings REST API",
  "type": "object",
  "properties": {
    "id": {
      "type": "int64"
    },
    "name": {
      "type": "string"
    },
    "tag": {
      "type": "string"
    }
  },
  "name": "GroupDTO"
}