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

Path Parameters

serviceId
string
required

Service identifier matching the installed manifest id.

Minimum string length: 1

Response

Secrets schema document.

Wrapper for a service secrets schema document.

secretsSchema
object
required

JSON Schema used to validate the service secrets payload.

Last modified on July 1, 2026