Get a definition compiled to JSON Schema

View as Markdown

Returns the definition compiled to a JSON Schema ({ schema }) describing the shape objects of this definition must satisfy — useful for validating object data before a create/patch. Authorization: any authenticated org member. Unknown id returns 404.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

definitionIdstringRequired

Response

The compiled JSON Schema.
schemamap from strings to any

JSON Schema an object’s data must satisfy for this definition.

Errors

404
Not Found Error