Schema

constructor(type: String, format: String? = null, description: String? = null, nullable: Boolean = false, enum: List<String> = emptyList(), properties: Map<String, Schema> = emptyMap(), required: List<String> = emptyList(), items: Schema? = null)