OptionalcontainerOptionalqueryThe queryName to use in the request. Required if source.type = "query".
OptionalschemaThe schemaName to use in the request. Can be a string, array of strings, or SchemaKey.
OptionalsqlThe LabKey SQL to use in the request. Required if source.type = "sql".
OptionaltypeA string with value set to either "query" or "sql". Indicates if the value is "sql" then source.sql is required. If the value is "query" then source.queryName is required.
The path to the target container to execute the GetData call in.