konova/api/tests/v1/create/ema_create_post_body.json
mpeltriaux c98f41c9a8 # 129 Handler code
* adds handler code list usage to forms and models
* updates tests
* extends API for handler code handling
2022-03-03 12:05:22 +01:00

24 lines
482 B
JSON

{
"type": "MultiPolygon",
"coordinates": [
],
"properties": {
"title": "Test_ema",
"responsible": {
"conservation_office": null,
"conservation_file_number": null,
"handler": {
"type": null,
"detail": "Someone"
}
},
"before_states": [
],
"after_states": [
],
"actions": [
],
"deadlines": [
]
}
}