schemaVersion property

String? schemaVersion
getter/setter pair

The version of the MetadataSchema.

The version's format must match the following regular expression: ^[0-9]+.+.+$, which would allow to order/compare different versions. Example: 1.0.0, 1.0.1, etc.

Implementation

core.String? schemaVersion;