Split · Schema

GroupRef

A reference to a group

ExperimentationFeature FlagsFeature ManagementRolloutsSDKs

Properties

Name Type Description
id string Unique identifier of the referenced group
type string Type of the group reference
View JSON Schema on GitHub

JSON Schema

split-groupref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GroupRef",
  "title": "GroupRef",
  "type": "object",
  "description": "A reference to a group",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier of the referenced group"
    },
    "type": {
      "type": "string",
      "description": "Type of the group reference"
    }
  }
}