Files
konova/api/tests/v1/create/ema_create_post_body.json
mpeltriaux d65f60c07c # Test updates
* updates tests to check for working external identifier support
2026-05-10 11:15:00 +02:00

26 lines
557 B
JSON

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