Schema

data class Schema(val type: String? = null, val properties: Map<String, Any>? = null)(source)

Schema for the response.

Constructors

Link copied to clipboard
constructor(type: String? = null, properties: Map<String, Any>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val type: String?