QuerySourceSchema
| Field | NULL | Description | Note |
|---|---|---|---|
| id string (GUID) |
The id of the query source schema | ||
| name string |
The name | ||
| type string |
Either “Table”, “View”, “Stored Procedure” or “Function” | ||
| color string |
The color for display | ||
| connectionId string (GUID) |
The id of the connection containing the query source | ||
| modified datetime |
The modify datetime | ||
| fields array of objects |
An array of child QuerySourceFieldSchema objects |