Skip to content

Commit

Permalink
Merge pull request #199 from mwa-lter/master
Browse files Browse the repository at this point in the history
Fixed keys for EnumHealthInsuranceTypeCode
  • Loading branch information
b-ox authored Sep 25, 2024
2 parents 45f5617 + 2533812 commit 70d8090
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/EnumHealthInsuranceTypeCode.src.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@context": {
"@version": 1.1,
"s4i": "http://schema4i.org/",
"comprehensive insurance": "s4i:EnumHealthInsuranceTypeCode#01",
"supplementary insurance": "s4i:EnumHealthInsuranceTypeCode#02",
"other": "s4i:EnumHealthInsuranceTypeCode#03"
"comprehensive insurance": "s4i:EnumHealthInsuranceTypeCode#1",
"supplementary insurance": "s4i:EnumHealthInsuranceTypeCode#2",
"other": "s4i:EnumHealthInsuranceTypeCode#3"

}
}
Expand Down
6 changes: 3 additions & 3 deletions src/EnumHealthInsuranceTypeCode_DE.src.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@context": {
"@version": 1.1,
"s4i": "http://schema4i.org/",
"Vollversicherung": "s4i:EnumHealthInsuranceTypeCode#01",
"Zusatzversicherung": "s4i:EnumHealthInsuranceTypeCode#02",
"Sonstiges": "s4i:EnumHealthInsuranceTypeCode#03"
"Vollversicherung": "s4i:EnumHealthInsuranceTypeCode#1",
"Zusatzversicherung": "s4i:EnumHealthInsuranceTypeCode#2",
"Sonstiges": "s4i:EnumHealthInsuranceTypeCode#3"
}
}
}

0 comments on commit 70d8090

Please sign in to comment.