Skip to main content
GET
/
services
/
{serviceId}
/
config
/
schema
Get a service configuration schema
curl --request GET \
  --url http://localhost:9371/services/{serviceId}/config/schema
{
  "configSchema": {}
}

Path Parameters

serviceId
string
required

Service identifier matching the installed manifest id.

Minimum string length: 1

Response

Configuration schema document.

Wrapper for a service configuration schema document.

configSchema
object
required

JSON Schema used to validate the service configuration payload.

Last modified on July 1, 2026