Apache OpenMeetings · JSON Structure

Apache Openmeetings File Item Dto Structure

FileItemDTO schema from Apache OpenMeetings REST API

Type: object Properties: 13
CollaborationVideo ConferencingWeb ConferencingWhiteboardApacheOpen SourceConferencing

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

Properties

id name hash parentId roomId groupId ownerId size externalId externalType type width height

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-file-item-dto-structure.json",
  "description": "FileItemDTO schema from Apache OpenMeetings REST API",
  "type": "object",
  "properties": {
    "id": {
      "type": "int64"
    },
    "name": {
      "type": "string"
    },
    "hash": {
      "type": "string"
    },
    "parentId": {
      "type": "int64"
    },
    "roomId": {
      "type": "int64"
    },
    "groupId": {
      "type": "int64"
    },
    "ownerId": {
      "type": "int64"
    },
    "size": {
      "type": "int64"
    },
    "externalId": {
      "type": "string"
    },
    "externalType": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "enum": [
        "FOLDER",
        "IMAGE",
        "POLL_CHART",
        "PRESENTATION",
        "RECORDING",
        "VIDEO",
        "WML_FILE"
      ]
    },
    "width": {
      "type": "int32"
    },
    "height": {
      "type": "int32"
    }
  },
  "name": "FileItemDTO"
}