Parameter Contract Response
data class ParameterContractResponse(val defaultValue: String? = null, val description: String? = null, val examples: Map<String, ParameterExampleContractResponse>? = null, val name: String, val required: Boolean? = null, val schemaId: String? = null, val type: String, val typeName: String? = null, val values: List<String>? = null)
Operation parameters details.