GET
/v1/{contextId}/schema
curl \
--request GET 'https://api.brease.run/v1/{contextId}/schema'
Response examples (200)
{
"schema": "string"
}
Response examples (default)
{
"code": 42,
"message": "string",
"details": [
{
"@type": "string"
}
]
}