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