Acadia · JSON Structure

Acadia Role List Structure

Paginated list of roles

Type: object Properties: 4
Connected WorkerKnowledge ManagementManufacturingSkills ManagementTrainingWorkforce Development

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

Properties

data total page limit

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/acadia/refs/heads/main/json-structure/acadia-role-list-structure.json",
  "name": "RoleList",
  "description": "Paginated list of roles",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Role"
      }
    },
    "total": {
      "type": "int32",
      "example": 8
    },
    "page": {
      "type": "int32",
      "example": 1
    },
    "limit": {
      "type": "int32",
      "example": 25
    }
  }
}