{
"title": "DefiningSQLValidationResponseDefiningSqlValidationResponse",
"description": "The response body from validateDefiningSql",
"properties": {
"isValid": {
"type": "boolean",
"description": "True if the provided SQL is valid, false otherwise."
},
"A boolean representing whether or not the provided definingSQL is valid for the given entity type."
"invalidReason": {
"type": "string",
"description": "If the definingSQL is invalid, this will contain a string describing why it is invalid. Otherwise, this will be null."
}
}
} |