Representation Contract Response
data class RepresentationContractResponse(val contentType: String, val formParameters: List<ParameterContractResponse>? = null, val sample: String? = null, val schemaId: String? = null, val typeName: String? = null)
Operation request/response representation details.