Apache OpenMeetings · JSON Structure

Apache Openmeetings User Search Result Structure

UserSearchResult schema from Apache OpenMeetings REST API

Type: object Properties: 4
CollaborationVideo ConferencingWeb ConferencingWhiteboardApacheOpen SourceConferencing

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

Properties

objectName records result errorKey

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-user-search-result-structure.json",
  "description": "UserSearchResult schema from Apache OpenMeetings REST API",
  "type": "object",
  "properties": {
    "objectName": {
      "type": "string"
    },
    "records": {
      "type": "int64"
    },
    "result": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/UserDTO"
      }
    },
    "errorKey": {
      "type": "string"
    }
  },
  "name": "UserSearchResult"
}