Table Specification Response
data class TableSpecificationResponse(val description: String? = null, val format: String? = null, val properties: Map<String, ColumnSpecificationResponse>? = null, val title: String? = null, val type: String)
The swagger 2.0 schema describing a single service input or output. See Swagger specification: http://swagger.io/specification/