BetterCloud · JSON Structure

Bettercloud Group Response Structure

Single group response.

Type: object Properties: 1
AutomationComplianceEnterpriseIT OperationsSaaS ManagementSecurityWorkflowsUser Lifecycle

GroupResponse is a JSON Structure definition published by BetterCloud, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

data

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/bettercloud/refs/heads/main/json-structure/bettercloud-group-response-structure.json",
  "name": "GroupResponse",
  "description": "Single group response.",
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/Group"
    }
  }
}