...
Code Block | ||
---|---|---|
| ||
{ "title": "DefiningSQLValidationObject", "description": "The request body for validateDefiningSql", "properties": { "definingSQL": { "type": "string", "description": "The synapse SQL statement that defines the data in the table." }, "definingSQLEntityTypeentityType": { "$ref": "org.sagebionetworks.repo.model.table.DefiningSqlEntityType", "description": "Which type of entity is this definingSQL for." } } } |
...