Skip to content

refactor(taxonomy-api): rewrite version handling in Kotlin#980

Open
Jonas-C wants to merge 2 commits into
masterfrom
refactor/version
Open

refactor(taxonomy-api): rewrite version handling in Kotlin#980
Jonas-C wants to merge 2 commits into
masterfrom
refactor/version

Conversation

@Jonas-C
Copy link
Copy Markdown
Contributor

@Jonas-C Jonas-C commented May 29, 2026

No description provided.

@Jonas-C Jonas-C force-pushed the refactor/version branch 2 times, most recently from 87de19e to 59dc955 Compare May 29, 2026 07:08
@Jonas-C Jonas-C force-pushed the refactor/version branch from feb4794 to b3c4cbf Compare May 29, 2026 09:26
@Jonas-C Jonas-C force-pushed the refactor/version branch from 0a59895 to 181b6bc Compare May 29, 2026 09:33
@Jonas-C Jonas-C requested a review from a team May 29, 2026 09:33
@Jonas-C Jonas-C marked this pull request as ready for review May 29, 2026 09:33
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Denne er oppdater i master

Comment on lines +21 to +25
override var id: URI? = null,
@field:Schema(description = "If specified, set the name to this value.", example = "Beta 2022")
var name: String? = null,
@field:Schema(description = "If specified, set the locked property to this value.")
var locked: Boolean? = null,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alle disse gjør felta både optional og nullable. Aner ikkje om det går an å gjøre om på det?

id?: string | null;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants