Skip to main content
GET
/
webapps
/
type
/
admin
/
configs
/
_schema
Error
A valid request URL is required to generate request examples
{
  "type": "String",
  "title": "<string>",
  "description": "<string>",
  "required": [
    "<string>"
  ],
  "properties": {},
  "additionalProperties": {},
  "minProperties": 123,
  "maxProperties": 123,
  "definitions": {},
  "category": "<string>",
  "categoryPriority": 123,
  "enum": [
    {}
  ],
  "hints": [
    "<string>"
  ],
  "unsafe": false,
  "default": {},
  "oneOf": [
    {
      "type": "String",
      "title": "<string>",
      "description": "<string>",
      "enum": [
        {}
      ],
      "default": {},
      "category": "<string>",
      "categoryPriority": 123,
      "hints": [
        "<string>"
      ],
      "unsafe": false,
      "oneOf": "<unknown>"
    }
  ],
  "propertyGroups": [
    {
      "label": "<string>",
      "properties": [
        "<string>"
      ]
    }
  ]
}

Response

successful operation

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