SchemaModelObj

constructor(properties: Map<String, SchemaModel<*>>, required: List<String>, nullable: Boolean = false, example: T? = null, examples: List<T>? = null, type: DataType = DataType.`object`, description: String? = null, discriminator: Discriminator<T>? = null)(source)