mpeltriaux
c98f41c9a8
* adds handler code list usage to forms and models * updates tests * extends API for handler code handling
24 lines
597 B
JSON
24 lines
597 B
JSON
{
|
|
"type": "MultiPolygon",
|
|
"coordinates": [
|
|
],
|
|
"properties": {
|
|
"title": "Test_intervention",
|
|
"responsible": {
|
|
"registration_office": null,
|
|
"registration_file_number": null,
|
|
"conservation_office": null,
|
|
"conservation_file_number": null,
|
|
"handler": {
|
|
"type": null,
|
|
"detail": "Someone"
|
|
}
|
|
},
|
|
"legal": {
|
|
"registration_date": null,
|
|
"binding_date": null,
|
|
"process_type": null,
|
|
"laws": []
|
|
}
|
|
}
|
|
} |