{
  "splist": { // "Project" in the URL of the received call
    "DPO-DPET": { // "Subproject (alias dataset)" in the URL of the received call
      "0": { // The "layer" in the URL of the received call
        "sp_url": "https://graph.microsoft.com/v1.0/sites/unitednations.sharepoint.com:/sites/DPO-DPET/DPO-DPET-OD-ET:/lists/37958d60-d10f-435e-9ee5-fecd48200420", // URL prefix for this SP list. Add ALWAYS one week for the data endpoint.
        "fields": ["id", "Title", "Date", "Threat_x0020_Level", "Threat_x0020_Description", "Threats", "Size", "Created", "Modified"], // Matched against the “data SP” endpoint.
        "core_fields_mapping": {
          "sp_field_name": "name", // For metadata_endpoint. Field in SP_metadata that contains the name of the fields
          "sp_field_alias": "displayName", // For metadata_endpoint. Field in SP_metadata that contains the alias of the fields
          "sp_field_latitude": "Latitude", // For data_endpoint. Latitude can be a “root” field or a fixed xxx.latitude
          "sp_field_longitude": "Longitude" // For data_endpoint. Longitude can be a “root” field or a fixed xxx.longitude
        },
        "core_fields_static_values": {
          "geometryType": "point",
          "layer_name": "UNDOF Sentiment Map", // ${layer_name}
          "startTimeField": null, // ${Date_field}. Also used to define the field to be used in the queryString filter
          "idFieldName": "id", // ${field_unique_id} There is no “id” field in the metadata, there is only an “ID” field without type?
          "tipFieldName": "Title" // ${field_tip_field}
        }
      }
    }
  }
}
