SchemaModelLitteral

constructor(type: DataType? = null, format: DataFormat? = null, nullable: Boolean = false, minimum: T? = null, maximum: T? = null, minLength: Int? = null, maxLength: Int? = null, pattern: String? = null, example: T? = null, examples: List<T>? = null, description: String? = null)(source)