Column Specification Response
data class ColumnSpecificationResponse(val enum: List<Any>? = null, val format: String? = null, val type: String, val xMsIsnullable: Boolean? = null, val xMsIsordered: Boolean? = null)
Swagger 2.0 schema for a column within the data table representing a web service input or output. See Swagger specification: http://swagger.io/specification/