Service Input Output Specification Response
data class ServiceInputOutputSpecificationResponse(val description: String? = null, val properties: Map<String, TableSpecificationResponse>, val title: String? = null, val type: String)
The swagger 2.0 schema describing the service's inputs or outputs. See Swagger specification: http://swagger.io/specification/