Hi guys,
I am using the "Watch a Folder for New JSON Files" as an ArcGIS Geoevent input connector, however, the GeoEventDefinition is being created with some missing attributes.
The json file looks like this :
{ "application/json": [ { "nomElement": "", "Description": "", "attributs": [], "elements": [ { "nomElement": "", "Description": "", "attributs": [], "elements": [] }, { "nomElement": "", "Description": "", "attributs": [ { "nomAttribut": "", "values": [ { "mesure": "", "horodatage": "", "unite": "" } ] }, { "nomAttribut": "", "values": [ { "mesure": "", "horodatage": "2021-10-05T14:23:44.1376727+02:00", "unite": "" } ] } ], "elements": [] },
The created definition looks like this:

While the input connector configuration looks like this :

I am wondering if i am missing any thing ? @RJSunderman @EricIronside
Thanks in advance.