-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: extend vegetation_contition to UGA AB#14566
- Loading branch information
1 parent
7f29b2a
commit cfa7141
Showing
5 changed files
with
7,429 additions
and
1 deletion.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
...rc/api/admin-area-dynamic-data/dto/example/UGA/drought/upload-vegetation_condition-1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[ | ||
{ | ||
"placeCode": "UG1", | ||
"amount": 3 | ||
}, | ||
{ | ||
"placeCode": "UG2", | ||
"amount": 2 | ||
}, | ||
{ | ||
"placeCode": "UG3", | ||
"amount": 3 | ||
}, | ||
{ | ||
"placeCode": "UG4", | ||
"amount": 4 | ||
} | ||
] |
Oops, something went wrong.