Version 4.0.25.18 (latest) 
	
Get the list of schemas and tables for a connection
Request
	GET
	/connections/{connection_name}/schemas
Datatype
				Description
			Request
			path
			 Expand HTTP Path definition... 
		
		connection_name
			Name of connection
		query
			 Expand HTTP Query definition... 
		
		database
			For dialects that support multiple databases, optionally identify which to use
		cache
			True to use fetch from cache, false to load fresh
		fields
			Requested fields.
		Response
200: Schemas for connection
Datatype
				Description
			(array)
			name
			
				lock
			
			
			Schema name
		is_default
			
				lock
			
			
			True if this is the default schema
		400: Bad Request
Datatype
				Description
			(object)
			message
			
				lock
			
			
			Error details
		documentation_url
			
				lock
			
			
			Documentation link
		404: Not Found
Datatype
				Description
			(object)
			message
			
				lock
			
			
			Error details
		documentation_url
			
				lock
			
			
			Documentation link
		422: Validation Error
Datatype
				Description
			(object)
			message
			
				lock
			
			
			Error details
		errors
			 Expand ValidationErrorDetail definition... 
		
		field
			
				lock
			
			
			Field with error
		code
			
				lock
			
			
			Error code
		message
			
				lock
			
			
			Error info message
		documentation_url
			
				lock
			
			
			Documentation link
		documentation_url
			
				lock
			
			
			Documentation link
		429: Too Many Requests
Datatype
				Description
			(object)
			message
			
				lock
			
			
			Error details
		documentation_url
			
				lock
			
			
			Documentation link