mpeltriaux
f441ed94f5
* adds handler code list usage to forms and models * updates tests * extends API for handler code handling
28 lines
593 B
JSON
28 lines
593 B
JSON
{
|
|
"type": "MultiPolygon",
|
|
"coordinates": [
|
|
],
|
|
"properties": {
|
|
"title": "Test_ecoaccount",
|
|
"deductable_surface": 10000.0,
|
|
"responsible": {
|
|
"conservation_office": null,
|
|
"conservation_file_number": null,
|
|
"handler": {
|
|
"type": null,
|
|
"detail": "Someone"
|
|
}
|
|
},
|
|
"legal": {
|
|
"agreement_date": null
|
|
},
|
|
"before_states": [
|
|
],
|
|
"after_states": [
|
|
],
|
|
"actions": [
|
|
],
|
|
"deadlines": [
|
|
]
|
|
}
|
|
} |