Schema

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