Apache Shiro · JSON Structure

Apache Shiro User List Structure

List of users

Type: object Properties: 2
AuthenticationAuthorizationCryptographyJavaSecurityApacheOpen Source

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

Properties

users total

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-shiro/refs/heads/main/json-structure/apache-shiro-user-list-structure.json",
  "description": "List of users",
  "type": "object",
  "properties": {
    "users": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/User"
      }
    },
    "total": {
      "type": "int32"
    }
  },
  "name": "UserList"
}