Apache OpenMeetings · JSON Structure

Apache Openmeetings Recording Dto List Wrapper Structure

RecordingDTOListWrapper schema from Apache OpenMeetings REST API

Type: object Properties: 1
CollaborationVideo ConferencingWeb ConferencingWhiteboardApacheOpen SourceConferencing

RecordingDTOListWrapper 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

recordingDTO

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-recording-dto-list-wrapper-structure.json",
  "description": "RecordingDTOListWrapper schema from Apache OpenMeetings REST API",
  "type": "object",
  "properties": {
    "recordingDTO": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/RecordingDTO"
      }
    }
  },
  "name": "RecordingDTOListWrapper"
}