Get a definition compiled to JSON Schema
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
definitionId
Response
The compiled JSON Schema.
schema
JSON Schema an object’s data must satisfy for this definition.
Errors
404
Not Found Error