SchemaVersion

@Serializable
data class SchemaVersion(val major: Int = 2, val minor: Int = 0)(source)

The version of the descriptor's own format, carried so a stored description can say what it was written by. It is the schema's version, not the model's and not the library's.

Constructors

Link copied to clipboard
constructor(major: Int = 2, minor: Int = 0)

Properties

Link copied to clipboard
val major: Int
Link copied to clipboard
val minor: Int