Skip to content

Commit

Permalink
Ny dolly modell for foedsel (#5694)
Browse files Browse the repository at this point in the history
* Ny dolly modell for foedsel

* Bare slett foedsel

* Slett ubrukt
  • Loading branch information
sebassonav authored Sep 3, 2024
1 parent b330dea commit 2fe5c77
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ data class DollyPersonResponse(
@JsonIgnoreProperties(ignoreUnknown = true)
data class DollyPerson(
val doedsfall: List<Doedsfall>,
val foedsel: List<Foedsel>,
val navn: List<Navn>,
val forelderBarnRelasjon: List<ForelderBarnRelasjon>,
val sivilstand: List<Sivilstand>,
Expand All @@ -85,12 +84,6 @@ data class Doedsfall(
val doedsdato: String,
)

@JsonIgnoreProperties(ignoreUnknown = true)
data class Foedsel(
val foedselsdato: String,
val foedselsaar: Int,
)

@JsonIgnoreProperties(ignoreUnknown = true)
data class Navn(
val fornavn: String,
Expand Down

0 comments on commit 2fe5c77

Please sign in to comment.