Skip to main content
GET
/
ui
/
schema
/
{type}
{
  "object": {
    "items": {}
  }
}
{
"status": "<string>",
"context": {},
"type": "<string>",
"title": "<string>",
"detail": "<string>",
"violations": [
{
"title": "<string>",
"propertyPath": "<string>",
"type": "<string>"
}
]
}

Path Parameters

type
string
required

UI schema type

Query Parameters

space
string

Space Identifier

Response

UI schema items

object
object