The Open API specification for Synapse is now available for download!

Download Open API Spec

GET /entity/{id}/schema/validation

Get the validation results of an Entity against its bound JSON schema. The validation of an Entity against its bound schema is automatic and eventually consistent. The validation results include the etag of the Entity at the time of the last validation. If the returned etag does not match the current etag of the Entity then the results should be considered out-of-date. If an Entity has not been validated for the first time, or if the Entity does not have a bound schema, this method will return a 404 (not-found). Keep checking for the latest validation results.

Note: The caller must be granted the ACCESS_TYPE.READ permission on the Entity.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/entity/{id}/schema/validation

Resource URL Variables
{id} The ID of the Entity.
Resource Information
Authentication Required
Required OAuth Scopes view
HTTP Method GET
Request Object None
Response Object ValidationResults
(application/json)