DeveloperAPI ReferencePluginsUi schemas
/api/plugins/ui-schemas
Response Body
application/json
curl -X GET "https://example.com/api/plugins/ui-schemas"{
"schemas": {
"property1": [
{
"slot": "string",
"id": "string",
"type": "string",
"property1": null,
"property2": null
}
],
"property2": [
{
"slot": "string",
"id": "string",
"type": "string",
"property1": null,
"property2": null
}
]
}
}