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

Download Open API Spec

ValidateDefiningSqlResponse

org.sagebionetworks.repo.model.table.ValidateDefiningSqlResponse

The response body from validateDefiningSql

Field Type Description
isValid BOOLEAN True if the provided SQL is valid, false otherwise.
invalidReason STRING If the definingSQL is invalid, this will contain a string describing why it is invalid. Otherwise, this will be null.