MAS-DT update version in header to allow semver
Closed
MAS-DT update version in header to allow semver
At present the version is a float which can't contain a semver.
Ideally we want the version field to contain the schema version tag. This could be:
-
a tagged semver
-
a branch name
-
a commitref
-
a reserved word like [
latest
,prerelease
] -
update version definition to
oneOf
to allow all of above + existing float -
move header, payload, message schemas into formats
changed milestone to %CB-2024W35
added Partner::NOC Project::MAS-DT Status::In Progress Weight::3 labels
created merge request !44 (merged) to address this issue
mentioned in merge request !44 (merged)
added Status::In Review label and removed Status::In Progress label
changed milestone to %CB-2024W37
mentioned in issue #68