Skip to content

Commit

Permalink
- Adjusted test file to better reflect real use
Browse files Browse the repository at this point in the history
  • Loading branch information
MichielJanssen-DAT committed May 28, 2024
1 parent 50f5ffb commit 2f95972
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"entityReferences" : [ {
"description" : "Description of habitat",
"code" : "Habitat code",
"entityType" : "HABITAT_TYPE",
"entityType" : "HABITAT_TYPE"
}, {
"description" : "Description of critical level entity",
"entityType" : "CRITICAL_LEVEL_ENTITY",
"criticalLevels" : {
"NOX_CONCENTRATION" : 1.23,
"NH3_CONCENTRATION" : 4.56,
"EC_CONCENTRATION" : 7.89
}
}, {
"description" : "Description of habitat",
"entityType" : "CRITICAL_LEVEL_ENTITY"
} ]
}
}

0 comments on commit 2f95972

Please sign in to comment.