Acceldata · JSON Structure

Adoc Api Role Structure

A role with associated permissions

Type: object Properties: 4
AI AgentsData ManagementData ObservabilityData PipelineData QualityIntelligenceObservability

Adoc Api Role Structure is a JSON Structure definition published by Acceldata, describing 4 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id name description permissions

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://acceldata.io/structures/adoc-api-role.json",
  "title": "Role",
  "type": "object",
  "description": "A role with associated permissions",
  "properties": {
    "id": {
      "type": "string",
      "description": "Role identifier"
    },
    "name": {
      "type": "string",
      "description": "Role name"
    },
    "description": {
      "type": "string",
      "description": "Role description"
    },
    "permissions": {
      "type": "array",
      "description": "List of permissions assigned to this role",
      "items": {
        "type": "string"
      }
    }
  }
}