Apache OpenMeetings · JSON Structure

Apache Openmeetings Recording Dto Structure

RecordingDTO schema from Apache OpenMeetings REST API

Type: object Properties: 12
CollaborationVideo ConferencingWeb ConferencingWhiteboardApacheOpen SourceConferencing

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

Properties

id name hash roomId status interview start end width height ownerId externalType

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-structure.json",
  "description": "RecordingDTO schema from Apache OpenMeetings REST API",
  "type": "object",
  "properties": {
    "id": {
      "type": "int64"
    },
    "name": {
      "type": "string"
    },
    "hash": {
      "type": "string"
    },
    "roomId": {
      "type": "int64"
    },
    "status": {
      "type": "string"
    },
    "interview": {
      "type": "boolean"
    },
    "start": {
      "type": "datetime"
    },
    "end": {
      "type": "datetime"
    },
    "width": {
      "type": "int32"
    },
    "height": {
      "type": "int32"
    },
    "ownerId": {
      "type": "int64"
    },
    "externalType": {
      "type": "string"
    }
  },
  "name": "RecordingDTO"
}