Skip to content

Commit

Permalink
Merge pull request #100 from DiSSCo/bug-fix/dynmica-props-to-string
Browse files Browse the repository at this point in the history
Dynamic Properties to string
  • Loading branch information
samleeflang authored Jun 24, 2024
2 parents af225f4 + 037e5f2 commit 034a818
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,13 +335,9 @@
]
},
"dwc:dynamicProperties": {
"type": "object",
"type": "string",
"description": "https://rs.tdwg.org/dwc/terms/dynamicProperties",
"examples": [
{
"relativeHumidity": 28,
"airTemperatureInCelsius": 22
}
"examples": ["{\"relativeHumidity\": 28,\"airTemperatureInCelsius\": 22}"
]
},
"ods:hasMaterialEntity": {
Expand Down

0 comments on commit 034a818

Please sign in to comment.