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

Download Open API Spec

GET /schema/type/validation/async/get/{asyncToken}

Get the results of an asynchronous job that was started to compile a 'validation' schema for a JSON schema.

Note: If the job has not completed, this method will return a status code of 202 (ACCEPTED) and the response body will be a AsynchronousJobStatus object.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/schema/type/validation/async/get/{asyncToken}

Resource URL Variables
{asyncToken} Forward the token returned when the job was started.
Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method GET
Request Object None
Response Object GetValidationSchemaResponse
(application/json)