GET
/
groups
/
_schema
Get the groups schema
curl --request GET \
  --url https://{FUSION HOST}/api/groups/_schema
{
  "type": "String",
  "title": "<string>",
  "description": "<string>",
  "required": [
    "<string>"
  ],
  "properties": {},
  "additionalProperties": {},
  "minProperties": 123,
  "maxProperties": 123,
  "definitions": {},
  "category": "<string>",
  "categoryPriority": 123,
  "enum": [
    {}
  ],
  "hints": [
    "<string>"
  ],
  "unsafe": true,
  "default": {},
  "oneOf": [
    {
      "type": "String",
      "title": "<string>",
      "description": "<string>",
      "enum": [
        {}
      ],
      "default": {},
      "category": "<string>",
      "categoryPriority": 123,
      "hints": [
        "<string>"
      ],
      "unsafe": true,
      "oneOf": [
        {}
      ]
    }
  ],
  "propertyGroups": [
    {
      "label": "<string>",
      "properties": [
        "<string>"
      ]
    }
  ]
}

Response

successful operation

type
enum<string>
Available options:
String,
Number,
Integer,
Boolean,
Object,
Array,
Null,
Ref
title
string
description
string
required
string[]
properties
object
additionalProperties
object
minProperties
integer
maxProperties
integer
definitions
object
category
string
categoryPriority
integer
enum
object[]
hints
string[]
unsafe
boolean
default
object
oneOf
object[]
propertyGroups
object[]