Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions typespec/einnsyn.arkiv.models.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,8 @@ namespace Mappe {
*/
offentligTittelSensitiv: string;

beskrivelse?: string;
@maxLength(1000) beskrivelse?: string;

noekkelord?: string;

/**
Expand Down Expand Up @@ -486,7 +487,7 @@ namespace Registrering {
*/
offentligTittelSensitiv: string;

beskrivelse?: string;
@maxLength(1000) beskrivelse?: string;

/**
* The date the resource was published. This field is updated automatically, but can be set manually by admins.
Expand Down
Loading