Validations history

Validation #1225

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultOpeningHour_562": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "afternoon_end": {
          "anyOf": [
            {
              "description": "heure en UTC à convertir à partir de la timezone du silo",
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "afternoon_start": {
          "anyOf": [
            {
              "description": "heure en UTC à convertir à partir de la timezone du silo",
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "date": {
          "format": "date",
          "type": "string"
        },
        "morning_end": {
          "anyOf": [
            {
              "description": "heure en UTC à convertir à partir de la timezone du silo",
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "morning_start": {
          "anyOf": [
            {
              "description": "heure en UTC à convertir à partir de la timezone du silo",
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "opening_periods": {
          "description": "Format:\r\n%Y-%m-%dT%H:%M:%S+00:00/%Y-%m-%dT%H:%M:%S+00:00",
          "items": {
            "type": "string"
          },
          "maxItems": 2,
          "minItems": 0,
          "type": "array"
        },
        "status": {
          "description": "1=Ouvert = morningStart; morningEnd; afternoonStart; afternoonEnd\r\n2=Ouvert à la demande = RAS\r\n3=Fermé = RAS\r\n4=Férié = RAS\r\n5=Ouvert sans interruption = morningStart ; afternoonEnd\r\n6=Ouvert seulement la matinée = morningStart ; morningEnd\r\n7=Ouvert seulement l'après-midi = afternoonStart ; afternoonEnd\r\n8=Ouvert 24h/24h",
          "maximum": 8,
          "minimum": 1,
          "type": "integer"
        }
      },
      "required": [
        "afternoon_end",
        "afternoon_start",
        "date",
        "morning_end",
        "morning_start",
        "opening_periods",
        "status"
      ],
      "title": "OpeningHour - DefaultOpeningHour",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "silos": {
      "items": {
        "additionalProperties": false,
        "properties": {
          "activities_names": {
            "type": "string"
          },
          "address": {
            "type": "string"
          },
          "city": {
            "type": "string"
          },
          "country": {
            "type": "string"
          },
          "email": {
            "format": "email",
            "type": "string"
          },
          "id": {
            "pattern": "\\d*",
            "type": "string"
          },
          "latitude": {
            "maximum": 90,
            "minimum": -90,
            "type": "number"
          },
          "longitude": {
            "maximum": 180,
            "minimum": -180,
            "type": "number"
          },
          "manager_name": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "mobile_number": {
            "anyOf": [
              {
                "description": "J'ai supprimé le scheme phone number, car nous pouvions avoir des 00 00 00 00 00 qui ne matchent pas le scheme",
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "name": {
            "type": "string"
          },
          "opening_hours": {
            "items": {
              "$ref": "#/definitions/DefaultOpeningHour_562",
              "type": "object"
            },
            "maxItems": 8,
            "minItems": 0,
            "type": "array"
          },
          "owner": {
            "type": "string"
          },
          "phone_number": {
            "anyOf": [
              {
                "description": "J'ai supprimé le scheme phone number, car nous pouvions avoir des numéros étranges qui ne matchent pas le scheme",
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "region": {
            "type": "string"
          },
          "timezone": {
            "type": "string"
          },
          "zip_code": {
            "description": "j'ai supprimé le scheme zipcode car on avait des zipcode à 6 chiffres ou 4 chiffres parfois",
            "type": "string"
          }
        },
        "required": [
          "activities_names",
          "address",
          "city",
          "country",
          "email",
          "id",
          "latitude",
          "longitude",
          "manager_name",
          "mobile_number",
          "name",
          "owner",
          "phone_number",
          "timezone",
          "zip_code"
        ],
        "type": "object"
      },
      "type": "array"
    }
  },
  "required": [
    "silos"
  ],
  "title": "Silo - DefaultSilo",
  "type": "object"
}

JSON instance

{
  "silos": [
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nQUAI DU GENERAL SARRAIL",
      "city": "NOGENT S SEINE",
      "country": "FR",
      "email": "silo.sarrail@soufflet.com",
      "id": "0",
      "latitude": 48.491343,
      "longitude": 3.492956,
      "manager_name": "Johann ROUSSEAU",
      "mobile_number": "06 46 24 75 85",
      "name": "SARRAIL NOGENT S SEINE",
      "owner": "SOUFFLET",
      "phone_number": "03 25 39 57 22",
      "timezone": "Europe/Paris",
      "zip_code": "10400"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nAVENUE BEAUREGARD",
      "city": "NOGENT S SEINE",
      "country": "FR",
      "email": "silo.gare-nogent@soufflet.com",
      "id": "2",
      "latitude": 48.4981,
      "longitude": 3.491312,
      "manager_name": "Patrick LAURET",
      "mobile_number": null,
      "name": "GARE NOGENT S SEINE",
      "owner": "SOUFFLET",
      "phone_number": "03 25 39 36 62",
      "timezone": "Europe/Paris",
      "zip_code": "10400"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nA L OUEST DES GRANDS CHATELLI",
      "city": "PLEURS",
      "country": "FR",
      "email": "silo.pleurs@soufflet.com",
      "id": "3",
      "latitude": 48.682765,
      "longitude": 3.875137,
      "manager_name": "Pascal SASPORTES",
      "mobile_number": null,
      "name": "PLEURS",
      "owner": "SOUFFLET",
      "phone_number": "03 26 80 12 26",
      "timezone": "Europe/Paris",
      "zip_code": "51230"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nMAINCLAY\nENTRE LES DEUX CHEMINS",
      "city": "BESSAY",
      "country": "FR",
      "email": "silo.bessay@soufflet.com",
      "id": "4",
      "latitude": 46.528677,
      "longitude": -1.158175,
      "manager_name": "Pierre RAINEREAU",
      "mobile_number": null,
      "name": "BESSAY",
      "owner": "SOUFFLET",
      "phone_number": "02 51 27 50 32",
      "timezone": "Europe/Paris",
      "zip_code": "85320"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n10 RUE COMMANDO M",
      "city": "LUYERES",
      "country": "FR",
      "email": "silo.luyeresc@soufflet.com",
      "id": "5",
      "latitude": 48.376974,
      "longitude": 4.200256,
      "manager_name": "Thierry BARRET",
      "mobile_number": "06 08 56 97 00",
      "name": "LUYERES",
      "owner": "SOUFFLET",
      "phone_number": "03 25 41 00 58",
      "timezone": "Europe/Paris",
      "zip_code": "10150"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRUE PRINCIPALE",
      "city": "AULNAY",
      "country": "FR",
      "email": "silo.aulnay@soufflet.com",
      "id": "6",
      "latitude": 48.470814,
      "longitude": 4.394961,
      "manager_name": "Xavier MAKOWIAK",
      "mobile_number": null,
      "name": "AULNAY",
      "owner": "SOUFFLET",
      "phone_number": "03 25 92 46 25",
      "timezone": "Europe/Paris",
      "zip_code": "10240"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n3 RUE CHEMIN AUX PRETRES",
      "city": "PONT S SEINE",
      "country": "FR",
      "email": "silo.pont-sur-seine@soufflet.com",
      "id": "7",
      "latitude": 48.513061,
      "longitude": 3.602219,
      "manager_name": "Pierre PILLOT",
      "mobile_number": null,
      "name": "PONT S SEINE",
      "owner": "SOUFFLET",
      "phone_number": "03 25 21 40 08",
      "timezone": "Europe/Paris",
      "zip_code": "10400"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n2 ROUTE SOYER",
      "city": "ANGLURE",
      "country": "FR",
      "email": "silo.anglure@soufflet.com",
      "id": "8",
      "latitude": 48.585383,
      "longitude": 3.801364,
      "manager_name": "Damien DEGRAND",
      "mobile_number": null,
      "name": "ANGLURE",
      "owner": "SOUFFLET",
      "phone_number": "03 26 42 70 32",
      "timezone": "Europe/Paris",
      "zip_code": "51260"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE VENDEUVRE S BARSE",
      "city": "LONGPRE LE SEC",
      "country": "FR",
      "email": "silo.longpre-le-sec@soufflet.com",
      "id": "9",
      "latitude": 48.192975,
      "longitude": 4.514715,
      "manager_name": "Dominique DRIAT",
      "mobile_number": null,
      "name": "LONGPRE LE SEC",
      "owner": "SOUFFLET",
      "phone_number": "03 25 41 38 14",
      "timezone": "Europe/Paris",
      "zip_code": "10140"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRUE FAUBOURG ST GERVAIS",
      "city": "TRAINEL",
      "country": "FR",
      "email": "silo.trainel@soufflet.com",
      "id": "10",
      "latitude": 48.418333,
      "longitude": 3.44725,
      "manager_name": "Antony LELARGE",
      "mobile_number": "06 07 26 75 29",
      "name": "TRAINEL",
      "owner": "SOUFFLET",
      "phone_number": "03 25 39 10 03",
      "timezone": "Europe/Paris",
      "zip_code": "10400"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE VILLADIN",
      "city": "MARCILLY LE HAYER",
      "country": "FR",
      "email": "silo.marcilly-le-hayer@soufflet.com",
      "id": "11",
      "latitude": 48.346546,
      "longitude": 3.640109,
      "manager_name": "Thierry THIBAULT",
      "mobile_number": null,
      "name": "MARCILLY LE HAYER",
      "owner": "SOUFFLET",
      "phone_number": "03 25 21 70 99",
      "timezone": "Europe/Paris",
      "zip_code": "10290"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n12 ROUTE DE LESMONT\nLD AUZON LES MARAIS",
      "city": "VAL D AUZON",
      "country": "FR",
      "email": "silo.auzon@soufflet.com",
      "id": "12",
      "latitude": 48.405714,
      "longitude": 4.371619,
      "manager_name": "Benjamin SEMENCE",
      "mobile_number": null,
      "name": "AUZON LES MARAIS VAL D AUZON",
      "owner": "SOUFFLET",
      "phone_number": "03 25 46 30 89",
      "timezone": "Europe/Paris",
      "zip_code": "10220"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nCOULON",
      "city": "SEMENTRON",
      "country": "FR",
      "email": "silo.sementron@soufflet.com",
      "id": "13",
      "latitude": 47.636133,
      "longitude": 3.358183,
      "manager_name": "BENOIT LETTRY",
      "mobile_number": null,
      "name": "SEMENTRON",
      "owner": "SOUFFLET",
      "phone_number": "03 86 44 20 61",
      "timezone": "Europe/Paris",
      "zip_code": "89560"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE FLEURIGNY",
      "city": "THORIGNY S OREUSE",
      "country": "FR",
      "email": "silo.thorigny-sur-oreuse@soufflet.com",
      "id": "14",
      "latitude": 48.295225,
      "longitude": 3.38879,
      "manager_name": "Frederic BOULET",
      "mobile_number": null,
      "name": "THORIGNY S OREUSE",
      "owner": "SOUFFLET",
      "phone_number": "03 86 88 45 01",
      "timezone": "Europe/Paris",
      "zip_code": "89260"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nZI SUD",
      "city": "ARTENAY",
      "country": "FR",
      "email": "silo.artenay-bineau@soufflet.com",
      "id": "15",
      "latitude": 48.073628,
      "longitude": 1.877975,
      "manager_name": "Cyrille FOUGERON",
      "mobile_number": "06 21 51 10 89",
      "name": "ARTENAY BAS",
      "owner": "SOUFFLET",
      "phone_number": "02 38 74 73 01",
      "timezone": "Europe/Paris",
      "zip_code": "45410"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nGRANDE RUE\nVIAPRES LE GRAND",
      "city": "PLANCY L ABBAYE",
      "country": "FR",
      "email": "silo.viapres-le-grand@soufflet.com",
      "id": "16",
      "latitude": 48.566235,
      "longitude": 4.010841,
      "manager_name": "Sebastien GADOT",
      "mobile_number": null,
      "name": "VIAPRES LE GRAND PLANCY L ABBAYE",
      "owner": "SOUFFLET",
      "phone_number": "03 25 37 70 32",
      "timezone": "Europe/Paris",
      "zip_code": "10380"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRD 452",
      "city": "POLISY",
      "country": "FR",
      "email": "silo.polisotc@soufflet.com",
      "id": "17",
      "latitude": 48.07118,
      "longitude": 4.383688,
      "manager_name": "Julien ETIENNE",
      "mobile_number": "06 75 84 38 08",
      "name": "POLISY",
      "owner": "SOUFFLET",
      "phone_number": "03 25 38 51 40",
      "timezone": "Europe/Paris",
      "zip_code": "10110"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRD 965",
      "city": "BRION S OURCE",
      "country": "FR",
      "email": "silo.brion-sur-ource@soufflet.com",
      "id": "18",
      "latitude": 47.910536,
      "longitude": 4.678907,
      "manager_name": "Jacques COLLOT",
      "mobile_number": null,
      "name": "BRION S OURCE",
      "owner": "SOUFFLET",
      "phone_number": "03 80 93 76 65",
      "timezone": "Europe/Paris",
      "zip_code": "21570"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRUE DE L ECOLE",
      "city": "BOURANTON",
      "country": "FR",
      "email": "silo.bouranton@soufflet.com",
      "id": "19",
      "latitude": 48.30658,
      "longitude": 4.182381,
      "manager_name": "Freddy VELGHE",
      "mobile_number": null,
      "name": "BOURANTON",
      "owner": "SOUFFLET",
      "phone_number": "03 25 80 90 36",
      "timezone": "Europe/Paris",
      "zip_code": "10270"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLE CHARME RD 34",
      "city": "BALNOT LA GRANGE",
      "country": "FR",
      "email": "silo.balnot-la-grange@soufflet.com",
      "id": "20",
      "latitude": 48.000581,
      "longitude": 4.167876,
      "manager_name": "Thomas JOLLOIS",
      "mobile_number": null,
      "name": "BALNOT LA GRANGE",
      "owner": "SOUFFLET",
      "phone_number": "03 25 70 07 33",
      "timezone": "Europe/Paris",
      "zip_code": "10210"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nVILLEGRUIS",
      "city": "LOUAN VILLEGRUIS FONTAINE",
      "country": "FR",
      "email": "silo.villegruis@soufflet.com",
      "id": "21",
      "latitude": 48.600016,
      "longitude": 3.446293,
      "manager_name": "Eddie LEMERET",
      "mobile_number": null,
      "name": "VILLEGRUIS LOUAN FONTAINE",
      "owner": "SOUFFLET",
      "phone_number": "01 64 00 82 44",
      "timezone": "Europe/Paris",
      "zip_code": "77560"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nBP 45",
      "city": "ARCIS S AUBE",
      "country": "FR",
      "email": "silo.arcis-sur-aube@soufflet.com",
      "id": "22",
      "latitude": 48.532881,
      "longitude": 4.131626,
      "manager_name": "Bruno FAURE",
      "mobile_number": null,
      "name": "ARCIS S AUBE",
      "owner": "SOUFFLET",
      "phone_number": "03 25 37 81 06",
      "timezone": "Europe/Paris",
      "zip_code": "10700"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE DIERREY ST JULIEN",
      "city": "MESNIL ST LOUP",
      "country": "FR",
      "email": "silo.mesnil-saint-loup@soufflet.com",
      "id": "23",
      "latitude": 48.302056,
      "longitude": 3.772614,
      "manager_name": "Matthieu CALAMY",
      "mobile_number": null,
      "name": "MESNIL ST LOUP",
      "owner": "SOUFFLET",
      "phone_number": "03 25 40 43 90",
      "timezone": "Europe/Paris",
      "zip_code": "10190"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRUE EUROPE",
      "city": "VILLENEUVE L ARCHEVEQUE",
      "country": "FR",
      "email": "silo.villeneuve-larcheveque@soufflet.com",
      "id": "24",
      "latitude": 48.238539,
      "longitude": 3.554014,
      "manager_name": "Jean Marc PERARD",
      "mobile_number": "06 84 95 26 18",
      "name": "VILLENEUVE L ARCHEVEQUE",
      "owner": "SOUFFLET",
      "phone_number": "03 86 86 71 12",
      "timezone": "Europe/Paris",
      "zip_code": "89190"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET",
      "city": "GRANDVILLE",
      "country": "FR",
      "email": "silo.grandville@soufflet.com",
      "id": "25",
      "latitude": 48.601447,
      "longitude": 4.229592,
      "manager_name": "Frederic SEURAT",
      "mobile_number": null,
      "name": "GRANVILLE",
      "owner": "SOUFFLET",
      "phone_number": "03 25 37 95 08",
      "timezone": "Europe/Paris",
      "zip_code": "10700"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRUE DU MOULIN",
      "city": "DIENVILLE",
      "country": "FR",
      "email": "silo.dienville@soufflet.com",
      "id": "26",
      "latitude": 48.344721,
      "longitude": 4.539331,
      "manager_name": "Stéphane HERAUD",
      "mobile_number": "06 80 88 98 10",
      "name": "DIENVILLE",
      "owner": "SOUFFLET",
      "phone_number": "03 25 92 20 45",
      "timezone": "Europe/Paris",
      "zip_code": "10500"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE LA FERTE GAUCHER",
      "city": "MONTOLIVET",
      "country": "FR",
      "email": "silo.montolivet@soufflet.com",
      "id": "27",
      "latitude": 48.828588,
      "longitude": 3.423932,
      "manager_name": "Guillaume HUET",
      "mobile_number": null,
      "name": "MONTOLIVET",
      "owner": "SOUFFLET",
      "phone_number": "01 64 03 79 90",
      "timezone": "Europe/Paris",
      "zip_code": "77320"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRD 32 SECTION",
      "city": "VILLEMORIEN",
      "country": "FR",
      "email": "silo.villemorien@soufflet.com",
      "id": "28",
      "latitude": 48.073558,
      "longitude": 4.285062,
      "manager_name": "Franck PETITET",
      "mobile_number": null,
      "name": "VILLEMORIEN",
      "owner": "SOUFFLET",
      "phone_number": "03 25 29 92 08",
      "timezone": "Europe/Paris",
      "zip_code": "10110"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n10 RUE DE CONDE\nARTONGES",
      "city": "DHUYS ET MORIN EN BRIE",
      "country": "FR",
      "email": "silo.artonges@soufflet.com",
      "id": "29",
      "latitude": 48.933392,
      "longitude": 3.554509,
      "manager_name": "Florian MERCIER",
      "mobile_number": null,
      "name": "ARTONGES",
      "owner": "SOUFFLET",
      "phone_number": "03 23 82 44 87",
      "timezone": "Europe/Paris",
      "zip_code": "02330"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n955 ROUTE DE BELLEGARDE",
      "city": "BRAY EN VAL",
      "country": "FR",
      "email": "silo.bray-en-val@soufflet.com",
      "id": "30",
      "latitude": 47.831147,
      "longitude": 2.379005,
      "manager_name": "Jean Louis RUFFIER",
      "mobile_number": "06 20 65 57 66",
      "name": "BRAY EN VAL",
      "owner": "SOUFFLET",
      "phone_number": "02 38 35 75 71",
      "timezone": "Europe/Paris",
      "zip_code": "45460"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nTREMBLAY\nROUTE D AVANT LES MARCILLY",
      "city": "AVANT LES MARCILLY",
      "country": "FR",
      "email": "silo.avant-les-marcilly@soufflet.com",
      "id": "31",
      "latitude": 48.434061,
      "longitude": 3.567075,
      "manager_name": "Guillaume MARGAS",
      "mobile_number": null,
      "name": "AVANT LES MARCILLY",
      "owner": "SOUFFLET",
      "phone_number": "03 25 39 21 74",
      "timezone": "Europe/Paris",
      "zip_code": "10400"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nCHEMIN DEPARTEMENTAL 48",
      "city": "LONGSOLS",
      "country": "FR",
      "email": "silo.longsols@soufflet.com",
      "id": "32",
      "latitude": 48.434208,
      "longitude": 4.286921,
      "manager_name": "Christian TERRYN",
      "mobile_number": null,
      "name": "LONGSOLS",
      "owner": "SOUFFLET",
      "phone_number": "03 25 37 68 67",
      "timezone": "Europe/Paris",
      "zip_code": "10210"
    },
    {
      "activities_names": "Magasin appro",
      "address": "MAGASIN APPROS SOUFFLET\nAVENUE DES MONTOIRES\nCUIRY",
      "city": "GIEN",
      "country": "FR",
      "email": "silo.gien@soufflet.com",
      "id": "33",
      "latitude": 47.70647,
      "longitude": 2.627211,
      "manager_name": "Philippe BOUCHARD",
      "mobile_number": "06 23 97 64 27",
      "name": "GIEN MA",
      "owner": "SOUFFLET",
      "phone_number": "02 38 67 41 32",
      "timezone": "Europe/Paris",
      "zip_code": "45500"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nZA LA COUPE DU ROCHER",
      "city": "CHAILLE LES MARAIS",
      "country": "FR",
      "email": "silo.chaille-les-marais@soufflet.com",
      "id": "34",
      "latitude": 46.401787,
      "longitude": -1.030446,
      "manager_name": "Martin PENISSON",
      "mobile_number": null,
      "name": "CHAILLE LES MARAIS",
      "owner": "SOUFFLET",
      "phone_number": "02 51 56 70 00",
      "timezone": "Europe/Paris",
      "zip_code": "85450"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE PARIS",
      "city": "MORMANT",
      "country": "FR",
      "email": "smormant@soufflet.com",
      "id": "35",
      "latitude": 48.613683,
      "longitude": 2.885628,
      "manager_name": "Renaud PAULON",
      "mobile_number": "06 79 27 78 99",
      "name": "MORMANT",
      "owner": "SOUFFLET",
      "phone_number": "01 64 06 82 18",
      "timezone": "Europe/Paris",
      "zip_code": "77720"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nZA DU BOIS DE L ERABLE\nRUE DU PARC",
      "city": "LIMOGES FOURCHES",
      "country": "FR",
      "email": "silo.limoges@soufflet.com",
      "id": "36",
      "latitude": 48.634076,
      "longitude": 2.66291,
      "manager_name": "Olivier MOHR",
      "mobile_number": null,
      "name": "LIMOGES FOURCHES",
      "owner": "SOUFFLET",
      "phone_number": "01 64 38 86 90",
      "timezone": "Europe/Paris",
      "zip_code": "77550"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nCHEMIN DEPARTEMENTAL 59\nLES RANGES",
      "city": "VILLENAUXE LA PETITE",
      "country": "FR",
      "email": "silo.villenauxe-la-petite@soufflet.com",
      "id": "37",
      "latitude": 48.402661,
      "longitude": 3.317622,
      "manager_name": "Hervé LEROY",
      "mobile_number": null,
      "name": "VILLENAUXE LA PETITE A",
      "owner": "SOUFFLET",
      "phone_number": "01 64 01 19 09",
      "timezone": "Europe/Paris",
      "zip_code": "77480"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nAVENUE DE LA VOULZIE",
      "city": "POIGNY",
      "country": "FR",
      "email": "silo.poigny-provins@soufflet.com",
      "id": "39",
      "latitude": 48.547159,
      "longitude": 3.285752,
      "manager_name": "Alain MAYEUX",
      "mobile_number": null,
      "name": "POIGNY",
      "owner": "SOUFFLET",
      "phone_number": "01 60 67 62 62",
      "timezone": "Europe/Paris",
      "zip_code": "77160"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nCHEMIN DEPARTEMENTAL 12",
      "city": "COURCHAMP",
      "country": "FR",
      "email": "silo.courchamp@soufflet.com",
      "id": "40",
      "latitude": 48.635651,
      "longitude": 3.296982,
      "manager_name": "François GOSSELIN",
      "mobile_number": null,
      "name": "COURCHAMP",
      "owner": "SOUFFLET",
      "phone_number": "01 64 01 07 39",
      "timezone": "Europe/Paris",
      "zip_code": "77560"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\n28 RUE DE GRASLA",
      "city": "CHAUCHE",
      "country": "FR",
      "email": "silo.st-denis-la-chevasse@soufflet.com",
      "id": "41",
      "latitude": 46.831299,
      "longitude": -1.275116,
      "manager_name": "David THOUZEAU",
      "mobile_number": "06 22 82 01 58",
      "name": "CHAUCHE",
      "owner": "SOUFFLET",
      "phone_number": "02 51 41 84 46",
      "timezone": "Europe/Paris",
      "zip_code": "85140"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nRUE DU STADE",
      "city": "CHAVAGNES LES REDOUX",
      "country": "FR",
      "email": "silo.chavagnes-les-redoux@soufflet.com",
      "id": "42",
      "latitude": 46.715292,
      "longitude": -0.913468,
      "manager_name": "Aubry MANDIN",
      "mobile_number": "06 23 30 80 39",
      "name": "CHAVAGNES LES REDOUX",
      "owner": "SOUFFLET",
      "phone_number": "02 51 92 40 36",
      "timezone": "Europe/Paris",
      "zip_code": "85390"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE ST MAURICE AUX RICHES HOMMES",
      "city": "TRANCAULT",
      "country": "FR",
      "email": "silo.trancault@soufflet.com",
      "id": "43",
      "latitude": 48.365431,
      "longitude": 3.530437,
      "manager_name": "Yannick TROCELLIER",
      "mobile_number": null,
      "name": "TRANCAULT A",
      "owner": "SOUFFLET",
      "phone_number": "03 25 21 75 80",
      "timezone": "Europe/Paris",
      "zip_code": "10290"
    },
    {
      "activities_names": "Station de Semences",
      "address": "STATION DE SEMENCES\nROUTE DE PARIS",
      "city": "NOGENT S SEINE",
      "country": "FR",
      "email": "bl.agri.station.semence@soufflet.com",
      "id": "44",
      "latitude": 48.498101,
      "longitude": 3.489508,
      "manager_name": "Francois GRENOT",
      "mobile_number": null,
      "name": "STATION SEMENCES NOGENT S SEINE",
      "owner": "SOUFFLET",
      "phone_number": "03 25 39 40 24",
      "timezone": "Europe/Paris",
      "zip_code": "10400"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n8 RUE CHAMP BERTIN",
      "city": "VILLERY",
      "country": "FR",
      "email": "silo.villery@soufflet.com",
      "id": "45",
      "latitude": 48.170126,
      "longitude": 4.023813,
      "manager_name": "Laurent BONNET",
      "mobile_number": null,
      "name": "VILLERY",
      "owner": "SOUFFLET",
      "phone_number": "03 25 40 29 19",
      "timezone": "Europe/Paris",
      "zip_code": "10320"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE PROVINS",
      "city": "PEZARCHES",
      "country": "FR",
      "email": "silo.pezarches@soufflet.com",
      "id": "46",
      "latitude": 48.735201,
      "longitude": 2.996694,
      "manager_name": "Jean Michel ZEN",
      "mobile_number": null,
      "name": "PEZARCHES",
      "owner": "SOUFFLET",
      "phone_number": "01 64 04 10 63",
      "timezone": "Europe/Paris",
      "zip_code": "77131"
    },
    {
      "activities_names": "Magasin appro",
      "address": "MAGASIN APPROS SOUFFLET\nZI\nRUE SELLIERS",
      "city": "NEUVILLE AUX BOIS",
      "country": "FR",
      "email": "silo.neuville-aux-bois@soufflet.com",
      "id": "47",
      "latitude": 48.068457,
      "longitude": 2.063696,
      "manager_name": "Jerome PERDEREAU",
      "mobile_number": "06 70 41 22 43",
      "name": "NEUVILLE AUX BOIS MA",
      "owner": "SOUFFLET",
      "phone_number": "02 38 75 52 77",
      "timezone": "Europe/Paris",
      "zip_code": "45170"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nVOIE COULMIER",
      "city": "PUITS",
      "country": "FR",
      "email": "silo.puits@soufflet.com",
      "id": "48",
      "latitude": 47.734474,
      "longitude": 4.470654,
      "manager_name": "Olivier GERMAIN",
      "mobile_number": null,
      "name": "PUITS",
      "owner": "SOUFFLET",
      "phone_number": "03 80 93 14 37",
      "timezone": "Europe/Paris",
      "zip_code": "21400"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nZI GUERCHE\nRUE DE L INDUSTRIE",
      "city": "LES HERBIERS",
      "country": "FR",
      "email": "silo.lesherbiers@soufflet.com",
      "id": "49",
      "latitude": 46.860946,
      "longitude": -1.004563,
      "manager_name": "Aubry MANDIN",
      "mobile_number": null,
      "name": "LES HERBIERS",
      "owner": "SOUFFLET",
      "phone_number": "02 51 67 08 52",
      "timezone": "Europe/Paris",
      "zip_code": "85500"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nGRANDE RUE\nROUTE DE MONTAULIN",
      "city": "MONTAULIN",
      "country": "FR",
      "email": "silo.montaulin@soufflet.com",
      "id": "50",
      "latitude": 48.259224,
      "longitude": 4.21419,
      "manager_name": "Luc CHAINE",
      "mobile_number": null,
      "name": "MONTAULIN",
      "owner": "SOUFFLET",
      "phone_number": "03 25 41 56 47",
      "timezone": "Europe/Paris",
      "zip_code": "10270"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE NOZAY",
      "city": "PREMIERFAIT",
      "country": "FR",
      "email": "silo.premierfait@soufflet.com",
      "id": "51",
      "latitude": 48.498451,
      "longitude": 4.034937,
      "manager_name": "Vincent DEBROUWER",
      "mobile_number": null,
      "name": "PREMIERFAIT",
      "owner": "SOUFFLET",
      "phone_number": "03 25 37 71 67",
      "timezone": "Europe/Paris",
      "zip_code": "10170"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nPORT AMONT",
      "city": "SOUPPES S LOING",
      "country": "FR",
      "email": "silo.souppes-sur-loing@soufflet.com",
      "id": "52",
      "latitude": 48.179883,
      "longitude": 2.724772,
      "manager_name": "Sebastien DUCASTEL",
      "mobile_number": "06 71 74 66 80",
      "name": "SOUPPES S LOING",
      "owner": "SOUFFLET",
      "phone_number": "01 64 29 73 09",
      "timezone": "Europe/Paris",
      "zip_code": "77460"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nZI\nRUE EMMANUEL LEGER",
      "city": "PATAY",
      "country": "FR",
      "email": "silo.patay-bineau@soufflet.com",
      "id": "53",
      "latitude": 48.046719,
      "longitude": 1.701349,
      "manager_name": "François COUTADEUR",
      "mobile_number": "06 17 53 45 75",
      "name": "PATAY BAS",
      "owner": "SOUFFLET",
      "phone_number": "02 38 80 80 96",
      "timezone": "Europe/Paris",
      "zip_code": "45310"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRUE DES VIGNES GATES",
      "city": "LES LUCS S BOULOGNE",
      "country": "FR",
      "email": "silo.leslucs@soufflet.com",
      "id": "55",
      "latitude": 46.845929,
      "longitude": -1.493318,
      "manager_name": "Christophe DRAPPIER",
      "mobile_number": "06 23 30 80 39",
      "name": "LES LUCS S BOULOGNE",
      "owner": "SOUFFLET",
      "phone_number": "02 51 47 82 85",
      "timezone": "Europe/Paris",
      "zip_code": "85170"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE CHATEAUNEUF",
      "city": "TIGY",
      "country": "FR",
      "email": "silo.tigy@soufflet.com",
      "id": "56",
      "latitude": 47.806963,
      "longitude": 2.20339,
      "manager_name": "Martial TURBAN",
      "mobile_number": "06 26 02 55 18",
      "name": "TIGY",
      "owner": "SOUFFLET",
      "phone_number": "02 38 58 02 30",
      "timezone": "Europe/Paris",
      "zip_code": "45510"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n8 AVENUE GEORGES CLEMENCEAU",
      "city": "MOUTIERS LES MAUXFAITS",
      "country": "FR",
      "email": "silo.moutiers@soufflet.com",
      "id": "57",
      "latitude": 46.493097,
      "longitude": -1.424227,
      "manager_name": "Nicolas RICHARD",
      "mobile_number": "06 19 25 83 39",
      "name": "MOUTIERS LES MAUXFAITS",
      "owner": "SOUFFLET",
      "phone_number": "02 51 98 94 33",
      "timezone": "Europe/Paris",
      "zip_code": "85540"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nALLEE HENRI ET MONIQUE BRIDIER",
      "city": "LA CHAPELLE ST URSIN",
      "country": "FR",
      "email": "silo.la-chapelle-saint-ursin@soufflet.com",
      "id": "58",
      "latitude": 47.049576,
      "longitude": 2.306101,
      "manager_name": "Gilles CENDRE",
      "mobile_number": "06 14 92 33 15",
      "name": "LA CHAPELLE ST URSIN",
      "owner": "SOUFFLET",
      "phone_number": "02 48 23 00 48",
      "timezone": "Europe/Paris",
      "zip_code": "18570"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nCHEMIN DEPARTEMENTAL 193",
      "city": "COURCELLES S VOIRE",
      "country": "FR",
      "email": "silo.courcelles-sur-voire@soufflet.com",
      "id": "59",
      "latitude": 48.477513,
      "longitude": 4.535766,
      "manager_name": "Alex DUSSART",
      "mobile_number": null,
      "name": "COURCELLES S VOIRE",
      "owner": "SOUFFLET",
      "phone_number": "03 25 92 13 96",
      "timezone": "Europe/Paris",
      "zip_code": "10500"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n23 RUE DE LA FILATURE",
      "city": "AUNAY SS CRECY",
      "country": "FR",
      "email": "silo.aunay@soufflet.com",
      "id": "60",
      "latitude": 48.672772,
      "longitude": 1.306461,
      "manager_name": "Ronan PEIGNE",
      "mobile_number": null,
      "name": "AUNAY SS CRECY",
      "owner": "SOUFFLET",
      "phone_number": "02 37 82 27 94",
      "timezone": "Europe/Paris",
      "zip_code": "28500"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n4 RUE MARQUIS DE TORCY",
      "city": "ST DENIS LA CHEVASSE",
      "country": "FR",
      "email": "silo.st-denis-la-chevasse@soufflet.com",
      "id": "62",
      "latitude": 46.825642,
      "longitude": -1.360735,
      "manager_name": null,
      "mobile_number": "06 22 82 01 58",
      "name": "ST DENIS LA CHEVASSE",
      "owner": "SOUFFLET",
      "phone_number": "02 51 41 39 93",
      "timezone": "Europe/Paris",
      "zip_code": "85170"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLES ESSAIS LA MOTHE ACHARD\nD978 RUE DE NANTES",
      "city": "ST GEORGES DE POINTINDOUX",
      "country": "FR",
      "email": "silo.la-mothe-achard@soufflet.com",
      "id": "63",
      "latitude": 46.626265,
      "longitude": -1.655914,
      "manager_name": "Francis BERNARD",
      "mobile_number": "06 25 70 33 25",
      "name": "LA MOTHE ACHARD ST GEORGES DE POINTINDOU",
      "owner": "SOUFFLET",
      "phone_number": "02 51 47 90 04",
      "timezone": "Europe/Paris",
      "zip_code": "85150"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n116 RUE DES PETITES JARRIES\nLIEU DIT BOISSEUIL",
      "city": "ST MARD",
      "country": "FR",
      "email": "silo.st-mard@soufflet.com",
      "id": "64",
      "latitude": 46.096049,
      "longitude": -0.671604,
      "manager_name": "Eric PHELIPPON",
      "mobile_number": null,
      "name": "ST MARD",
      "owner": "SOUFFLET",
      "phone_number": "05 46 68 99 62",
      "timezone": "Europe/Paris",
      "zip_code": "17700"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\n34 RUE DE L EGLISE\nLE BOURG",
      "city": "MONTREVERD",
      "country": "FR",
      "email": "silo.st-sulpice-le-verdon@soufflet.com",
      "id": "65",
      "latitude": 46.895624,
      "longitude": -1.422928,
      "manager_name": "Maxime ARNOUX",
      "mobile_number": "06 23 30 80 39",
      "name": "ST SULPICE LE VERDON",
      "owner": "SOUFFLET",
      "phone_number": "02 51 42 81 63",
      "timezone": "Europe/Paris",
      "zip_code": "85260"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nBOIS MARIE",
      "city": "TALMONT ST HILAIRE",
      "country": "FR",
      "email": "silo.talmont-bois-marie@soufflet.com",
      "id": "67",
      "latitude": 46.500407,
      "longitude": -1.623018,
      "manager_name": "Emmanuel GABORIEAU",
      "mobile_number": null,
      "name": "TALMONT ST HILAIRE BOIS MARIE",
      "owner": "SOUFFLET",
      "phone_number": "02 51 90 24 51",
      "timezone": "Europe/Paris",
      "zip_code": "85440"
    },
    {
      "activities_names": "Plateforme stockage céréales",
      "address": "PLATEFORME SOUFFLET\nLA BONNE AMIE",
      "city": "CURZON",
      "country": "FR",
      "email": "silo.moutiers@soufflet.com",
      "id": "71",
      "latitude": 46.462068,
      "longitude": -1.305868,
      "manager_name": "Nicolas RICHARD",
      "mobile_number": null,
      "name": "CURZON",
      "owner": "SOUFFLET",
      "phone_number": "02 51 98 93 07",
      "timezone": "Europe/Paris",
      "zip_code": "85480"
    },
    {
      "activities_names": "Plateforme stockage céréales",
      "address": "PLATEFORME SOUFFLET\nLA BARBIERE",
      "city": "TRIAIZE",
      "country": "FR",
      "email": "silo.moutiers@soufflet.com",
      "id": "72",
      "latitude": 46.356982,
      "longitude": -1.193299,
      "manager_name": "Nicolas RICHARD",
      "mobile_number": "06 03 96 09 06",
      "name": "TRIAIZE",
      "owner": "SOUFFLET",
      "phone_number": "02 51 98 93 07",
      "timezone": "Europe/Paris",
      "zip_code": "85580"
    },
    {
      "activities_names": "Silo portuaire fluvial",
      "address": "SILO SOUFFLET\n2 RUE DE LA GRANGE AUX DAMES",
      "city": "METZ",
      "country": "FR",
      "email": "silo.metz@soufflet.com",
      "id": "73",
      "latitude": 49.142231,
      "longitude": 6.192431,
      "manager_name": "Serge LECOMTE",
      "mobile_number": null,
      "name": "METZ",
      "owner": "SOUFFLET",
      "phone_number": "03 87 30 29 92",
      "timezone": "Europe/Paris",
      "zip_code": "57050"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nCHEMIN VERT",
      "city": "AUXY",
      "country": "FR",
      "email": "silo.auxy@soufflet.com",
      "id": "74",
      "latitude": 48.100618,
      "longitude": 2.484074,
      "manager_name": "Olivier HAUTEFEUILLE",
      "mobile_number": "06 30 85 28 75",
      "name": "AUXY",
      "owner": "SOUFFLET",
      "phone_number": "02 38 89 84 90",
      "timezone": "Europe/Paris",
      "zip_code": "45340"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nFERME HERBUES\nD175",
      "city": "VERPILLIERES S OURCE",
      "country": "FR",
      "email": "silo.verpilleres-sur-ource@soufflet.com",
      "id": "75",
      "latitude": 48.036408,
      "longitude": 4.565885,
      "manager_name": "Herve PITEL",
      "mobile_number": null,
      "name": "VERPILLIERES S OURCE",
      "owner": "SOUFFLET",
      "phone_number": "03 25 29 71 72",
      "timezone": "Europe/Paris",
      "zip_code": "10360"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET.\nCHAMPS DE LA JUSTICE\nCHEMIN DEPARTEMENTAL 204",
      "city": "ST DENIS LES REBAIS",
      "country": "FR",
      "email": "silo.saint-denis-les-rebais@soufflet.com",
      "id": "76",
      "latitude": 48.866829,
      "longitude": 3.206677,
      "manager_name": "Christophe CRAPART",
      "mobile_number": "06 22 39 06 47",
      "name": "ST DENIS LES REBAIS",
      "owner": "SOUFFLET",
      "phone_number": "01 64 20 97 56",
      "timezone": "Europe/Paris",
      "zip_code": "77510"
    },
    {
      "activities_names": "Plateforme stockage céréales",
      "address": "PLATEFORME SOUFFLET\nLD LA VOVE\nROUTE DE VILLEMORIEN",
      "city": "AIX VILLEMAUR PALIS",
      "country": "FR",
      "email": "silo.mesnil-b@soufflet.com",
      "id": "77",
      "latitude": 48.209202,
      "longitude": 3.752399,
      "manager_name": "Priscillia BOITEUX",
      "mobile_number": "06 14 06 16 73",
      "name": "LA VOVE AIX EN OTHE",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "10160"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE JOIGNY\nNEUILLY",
      "city": "VALRAVILLON",
      "country": "FR",
      "email": "silo.neuilly@soufflet.com",
      "id": "78",
      "latitude": 47.913713,
      "longitude": 3.428399,
      "manager_name": "Benoit LAVEAU",
      "mobile_number": null,
      "name": "NEUILLY",
      "owner": "SOUFFLET",
      "phone_number": "03 86 73 76 94",
      "timezone": "Europe/Paris",
      "zip_code": "89113"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n2 ROUTE DES FONTENOTTES",
      "city": "LUX",
      "country": "FR",
      "email": "silo.lux@soufflet.com",
      "id": "79",
      "latitude": 47.489106,
      "longitude": 5.201657,
      "manager_name": "Julien CONRAUX",
      "mobile_number": null,
      "name": "LUX",
      "owner": "SOUFFLET",
      "phone_number": "03 80 75 38 92",
      "timezone": "Europe/Paris",
      "zip_code": "21120"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nAVENUE DU 19 MARS 1962",
      "city": "VERGIGNY",
      "country": "FR",
      "email": "silo.vergigny@soufflet.com",
      "id": "80",
      "latitude": 47.9826,
      "longitude": 3.734658,
      "manager_name": "nc",
      "mobile_number": "06 85 04 23 22",
      "name": "VERGIGNY",
      "owner": "SOUFFLET",
      "phone_number": "03 86 43 47 50",
      "timezone": "Europe/Paris",
      "zip_code": "89600"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRUE ST FIACRE",
      "city": "VENIZY",
      "country": "FR",
      "email": "silo.venizy@soufflet.com",
      "id": "81",
      "latitude": 48.026206,
      "longitude": 3.710336,
      "manager_name": "Gaetan PAUL",
      "mobile_number": "06 85 04 23 22",
      "name": "VENIZY",
      "owner": "SOUFFLET",
      "phone_number": "03 86 35 08 27",
      "timezone": "Europe/Paris",
      "zip_code": "89210"
    },
    {
      "activities_names": "Plateforme stockage céréales",
      "address": "PLATEFORME SOUFFLET\nROUTE DE MONTACHER",
      "city": "ST VALERIEN",
      "country": "FR",
      "email": "silo.saint-valerien@soufflet.com",
      "id": "82",
      "latitude": 48.175894,
      "longitude": 3.071146,
      "manager_name": "Antoine PLASSARD",
      "mobile_number": "06 48 74 02 89",
      "name": "ST VALERIEN",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "89150"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE LEZINNES\nD905",
      "city": "PACY S ARMANCON",
      "country": "FR",
      "email": "silo.pacy@soufflet.com",
      "id": "84",
      "latitude": 47.778471,
      "longitude": 4.109854,
      "manager_name": "Emmanuel DUPONT",
      "mobile_number": "06 03 81 63 91",
      "name": "PACY S ARMANCON",
      "owner": "SOUFFLET",
      "phone_number": "03 86 75 60 92",
      "timezone": "Europe/Paris",
      "zip_code": "89160"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nZI LA BAGATELLE\nD144 ALLEE CLEMENT ADER",
      "city": "CLAMECY",
      "country": "FR",
      "email": "silo.clamecy@soufflet.com",
      "id": "85",
      "latitude": 47.471002,
      "longitude": 3.520377,
      "manager_name": "Lionel BONNIN",
      "mobile_number": null,
      "name": "CLAMECY",
      "owner": "SOUFFLET",
      "phone_number": "03 86 27 59 21",
      "timezone": "Europe/Paris",
      "zip_code": "58500"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nD204 ROUTE DE GIGNY",
      "city": "CRUZY LE CHATEL",
      "country": "FR",
      "email": "silo.cruzy-le-chatel@soufflet.com",
      "id": "86",
      "latitude": 47.848645,
      "longitude": 4.232284,
      "manager_name": "Jean Loup HURBAIN",
      "mobile_number": "06 33 17 70 29",
      "name": "CRUZY LE CHATEL",
      "owner": "SOUFFLET",
      "phone_number": "03 86 75 24 81",
      "timezone": "Europe/Paris",
      "zip_code": "89740"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLES PERRIERES\nROUTE DE LICHERES PRES AIGREMONT",
      "city": "CHABLIS",
      "country": "FR",
      "email": "silo.chablis@soufflet.com",
      "id": "87",
      "latitude": 47.798286,
      "longitude": 3.79692,
      "manager_name": "Stephane ROLLIN",
      "mobile_number": null,
      "name": "CHABLIS",
      "owner": "SOUFFLET",
      "phone_number": "03 86 42 10 34",
      "timezone": "Europe/Paris",
      "zip_code": "89800"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\n63 GRANDE RUE",
      "city": "SONGY",
      "country": "FR",
      "email": "silo.songy@soufflet.com",
      "id": "88",
      "latitude": 48.794456,
      "longitude": 4.510083,
      "manager_name": "x",
      "mobile_number": "06 18 70 39 19",
      "name": "SONGY",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "51240"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nD49 ROUTE DE NITRY\nSACY",
      "city": "VERMENTON",
      "country": "FR",
      "email": "silo.sacy@soufflet.com",
      "id": "89",
      "latitude": 47.672264,
      "longitude": 3.833202,
      "manager_name": "Jean Loup HURBAIN",
      "mobile_number": "06 33 17 70 29",
      "name": "SACY",
      "owner": "SOUFFLET",
      "phone_number": "03 86 81 57 50",
      "timezone": "Europe/Paris",
      "zip_code": "89270"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nD12\nDIRECTION VILLIERS LES HAUTS",
      "city": "SARRY",
      "country": "FR",
      "email": "silo.sarry@soufflet.com",
      "id": "90",
      "latitude": 47.671609,
      "longitude": 4.07775,
      "manager_name": "Valerie LORE",
      "mobile_number": null,
      "name": "SARRY",
      "owner": "SOUFFLET",
      "phone_number": "03 86 82 85 97",
      "timezone": "Europe/Paris",
      "zip_code": "89310"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nFIEF LACOURANT",
      "city": "VIX",
      "country": "FR",
      "email": "silo.vix@soufflet.com",
      "id": "91",
      "latitude": 46.36689,
      "longitude": -0.868113,
      "manager_name": "Nadine VERGNAUD",
      "mobile_number": null,
      "name": "VIX",
      "owner": "SOUFFLET",
      "phone_number": "02 51 00 60 52",
      "timezone": "Europe/Paris",
      "zip_code": "85770"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nLE FIEF DE LA POINTE\nZONE ARTISANALE",
      "city": "LANDRAIS",
      "country": "FR",
      "email": "silo.landrais@soufflet.com",
      "id": "92",
      "latitude": 46.073804,
      "longitude": -0.872318,
      "manager_name": null,
      "mobile_number": null,
      "name": "LANDRAIS",
      "owner": "SOUFFLET",
      "phone_number": "05 46 27 77 93",
      "timezone": "Europe/Paris",
      "zip_code": "17290"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n32 RTE D ANCHAIS",
      "city": "MAILLEZAIS",
      "country": "FR",
      "email": "silo.maillezais@soufflet.com",
      "id": "93",
      "latitude": 46.367243,
      "longitude": -0.731346,
      "manager_name": "Nadine VERGNAUD",
      "mobile_number": null,
      "name": "MAILLEZAIS",
      "owner": "SOUFFLET",
      "phone_number": "02 51 00 71 27",
      "timezone": "Europe/Paris",
      "zip_code": "85420"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nLE BOURG\nALLEE DU MARAIS",
      "city": "ST GEORGES DE REX",
      "country": "FR",
      "email": "silo.saint-georges-de-rex@soufflet.com",
      "id": "94",
      "latitude": 46.276287,
      "longitude": -0.647089,
      "manager_name": "Jérôme NOUZILLE",
      "mobile_number": null,
      "name": "ST GEORGES DE REX",
      "owner": "SOUFFLET",
      "phone_number": "03 25 38 50 35",
      "timezone": "Europe/Paris",
      "zip_code": "79210"
    },
    {
      "activities_names": "Usine Aliment",
      "address": "USINE SOUFFLET\nBOIS MARIE",
      "city": "TALMONT ST HILAIRE",
      "country": "FR",
      "email": "usine.talmont-bois-marie@soufflet.com",
      "id": "95",
      "latitude": 46.500407,
      "longitude": -1.623018,
      "manager_name": "Emmanuel GABORIEAU",
      "mobile_number": null,
      "name": "TALMONT ST HILAIRE USINE BM",
      "owner": "SOUFFLET",
      "phone_number": "02 51 90 24 51",
      "timezone": "Europe/Paris",
      "zip_code": "85440"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n59 RUE LES ROCHES\nLD CHEVIGNY",
      "city": "ETAIS LA SAUVIN",
      "country": "FR",
      "email": "silo.etais-la-sauvin@soufflet.com",
      "id": "96",
      "latitude": 47.509935,
      "longitude": 3.304225,
      "manager_name": "VINCENT LETTRY",
      "mobile_number": null,
      "name": "ETAIS LA SAUVIN",
      "owner": "SOUFFLET",
      "phone_number": "03 86 47 23 31",
      "timezone": "Europe/Paris",
      "zip_code": "89480"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "PLATEFORME SOUFFLET\nROUTE DE GUIGNONVILLE",
      "city": "CHARMONT EN BEAUCE",
      "country": "FR",
      "email": "silo.charmont@soufflet.com",
      "id": "97",
      "latitude": 48.224293,
      "longitude": 2.104927,
      "manager_name": "Frederic DARRE",
      "mobile_number": "06 88 21 64 30",
      "name": "CHARMONT EN BEAUCE",
      "owner": "SOUFFLET",
      "phone_number": "02 38 39 59 61",
      "timezone": "Europe/Paris",
      "zip_code": "45480"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nPLACE DES BARQUES\nBP 24",
      "city": "MARANS",
      "country": "FR",
      "email": "silo.marans@soufflet.com",
      "id": "98",
      "latitude": 46.312902,
      "longitude": -1.00001,
      "manager_name": "Benoist MOREAU",
      "mobile_number": "06 07 26 74 64",
      "name": "MARANS",
      "owner": "SOUFFLET",
      "phone_number": "05 46 68 58 94",
      "timezone": "Europe/Paris",
      "zip_code": "17320"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n1 ROUTE DE BENON",
      "city": "BOUHET",
      "country": "FR",
      "email": "silo.bouhet@soufflet.com",
      "id": "99",
      "latitude": 46.174269,
      "longitude": -0.846023,
      "manager_name": "Frédéric GENDRAUD",
      "mobile_number": null,
      "name": "BOUHET",
      "owner": "SOUFFLET",
      "phone_number": "05 46 68 20 96",
      "timezone": "Europe/Paris",
      "zip_code": "17540"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE D AUXERRE",
      "city": "CHATEL CENSOIR",
      "country": "FR",
      "email": "silo.chatel-censoir@soufflet.com",
      "id": "100",
      "latitude": 47.54395,
      "longitude": 3.633867,
      "manager_name": "Geoffroy DAUVILLAIRE",
      "mobile_number": "06 08 92 42 76",
      "name": "CHATEL CENSOIR",
      "owner": "SOUFFLET",
      "phone_number": "03 86 81 01 36",
      "timezone": "Europe/Paris",
      "zip_code": "89660"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLD CHAMPS DE LA BATAILLE\nD71 LA PRISE D EAU",
      "city": "GIVRY",
      "country": "FR",
      "email": "silo.givry@soufflet.com",
      "id": "101",
      "latitude": 47.52613,
      "longitude": 3.79078,
      "manager_name": "Clement VIE",
      "mobile_number": null,
      "name": "GIVRY",
      "owner": "SOUFFLET",
      "phone_number": "03 86 33 43 50",
      "timezone": "Europe/Paris",
      "zip_code": "89200"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nROUTE DE CLAMECY",
      "city": "COULANGES S YONNE",
      "country": "FR",
      "email": "silo.coulanges@soufflet.com",
      "id": "102",
      "latitude": 47.52091,
      "longitude": 3.540155,
      "manager_name": "Joël GIBLIN",
      "mobile_number": null,
      "name": "COULANGES S YONNE",
      "owner": "SOUFFLET",
      "phone_number": "03 86 81 70 94",
      "timezone": "Europe/Paris",
      "zip_code": "89480"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nQUAI DE LA GARE",
      "city": "ARZEMBOUY",
      "country": "FR",
      "email": "sarzembouy@soufflet.com",
      "id": "103",
      "latitude": 47.252573,
      "longitude": 3.380571,
      "manager_name": "Emmanuel LEMAIRE",
      "mobile_number": "06 19 84 36 59",
      "name": "ARZEMBOUY",
      "owner": "SOUFFLET",
      "phone_number": "03 86 60 11 21",
      "timezone": "Europe/Paris",
      "zip_code": "58700"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nROUTE DE TREMEMONT RD26\nST CHERON DES CHAMPS",
      "city": "TREMBLAY LES VILLAGES",
      "country": "FR",
      "email": "silo.saint-cheron@soufflet.com",
      "id": "104",
      "latitude": 48.577409,
      "longitude": 1.440508,
      "manager_name": "Inès FINET",
      "mobile_number": "06 21 51 10 89",
      "name": "TREMBLAY LES VILLAGES ST CHERON",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "28170"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLES FOURNEAUX\nD51 DIRECTION TONERRE",
      "city": "SERRIGNY",
      "country": "FR",
      "email": "silo.serrigny@soufflet.com",
      "id": "105",
      "latitude": 47.848165,
      "longitude": 3.916421,
      "manager_name": "Jean Charles MAINGARD",
      "mobile_number": null,
      "name": "SERRIGNY",
      "owner": "SOUFFLET",
      "phone_number": "03 86 54 42 73",
      "timezone": "Europe/Paris",
      "zip_code": "89700"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRUE DE LA MONTAGNE",
      "city": "ASCOUX",
      "country": "FR",
      "email": "silo.ascoux@soufflet.com",
      "id": "106",
      "latitude": 48.130063,
      "longitude": 2.251828,
      "manager_name": "Florian François",
      "mobile_number": null,
      "name": "ASCOUX",
      "owner": "SOUFFLET",
      "phone_number": "02 38 33 03 30",
      "timezone": "Europe/Paris",
      "zip_code": "45300"
    },
    {
      "activities_names": "Plateforme stockage céréales",
      "address": "PLATEFORME SOUFFLET\nRD 108",
      "city": "CLAVETTE",
      "country": "FR",
      "email": "silo.clavette@soufflet.com",
      "id": "107",
      "latitude": 46.145413,
      "longitude": -1.045927,
      "manager_name": "JAYME-Patrice JULIE",
      "mobile_number": "06 70 64 46 24",
      "name": "CLAVETTE",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "17220"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLES GRANDS CHAMPS",
      "city": "GEMOZAC",
      "country": "FR",
      "email": "silo.gemozacgrandschamps@soufflet.com",
      "id": "108",
      "latitude": 45.570102,
      "longitude": -0.662892,
      "manager_name": "Freddy LARCHER",
      "mobile_number": "06 07 50 11 39",
      "name": "GEMOZAC GRANDS CHAMPS",
      "owner": "SOUFFLET",
      "phone_number": "05 46 94 64 64",
      "timezone": "Europe/Paris",
      "zip_code": "17260"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nD723 RUE DE LA GRANDE MARE\nDIRECTION D921",
      "city": "PITHIVIERS LE VIEIL",
      "country": "FR",
      "email": "silo.bouzonville-en-beauce@soufflet.com",
      "id": "109",
      "latitude": 48.20534,
      "longitude": 2.239184,
      "manager_name": "Frederic DARRE",
      "mobile_number": "06 88 21 64 30",
      "name": "BOUZONVILLE EN BEAUCE PITHIVIERS LE VIEI",
      "owner": "SOUFFLET",
      "phone_number": "02 38 30 02 05",
      "timezone": "Europe/Paris",
      "zip_code": "45300"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE ROYAN",
      "city": "COZES",
      "country": "FR",
      "email": "silo.cozes@soufflet.com",
      "id": "110",
      "latitude": 45.588271,
      "longitude": -0.844822,
      "manager_name": "Christophe MOREAU",
      "mobile_number": null,
      "name": "COZES",
      "owner": "SOUFFLET",
      "phone_number": "05 46 90 70 33",
      "timezone": "Europe/Paris",
      "zip_code": "17120"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nPETIT PEU\nRD 14",
      "city": "ST SULPICE DE ROYAN",
      "country": "FR",
      "email": "silo.saint-sulpice-de-royan@soufflet.com",
      "id": "111",
      "latitude": 45.689568,
      "longitude": -1.019164,
      "manager_name": "Yohan PAPIN",
      "mobile_number": null,
      "name": "ST SULPICE DE ROYAN",
      "owner": "SOUFFLET",
      "phone_number": "05 46 22 13 81",
      "timezone": "Europe/Paris",
      "zip_code": "17200"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n42 RUE DU GRAND PRE\nLE CHAMP DU CLONE",
      "city": "CORME ROYAL",
      "country": "FR",
      "email": "silo.corme-royal@soufflet.com",
      "id": "112",
      "latitude": 45.744012,
      "longitude": -0.80745,
      "manager_name": "Philippe MURAT",
      "mobile_number": null,
      "name": "CORME ROYAL",
      "owner": "SOUFFLET",
      "phone_number": "05 46 94 42 52",
      "timezone": "Europe/Paris",
      "zip_code": "17600"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nCOUR DE LA GARE\nLE VILLAGE",
      "city": "SAINVILLE",
      "country": "FR",
      "email": "silo.sainville@soufflet.com",
      "id": "113",
      "latitude": 48.412495,
      "longitude": 1.877796,
      "manager_name": "Thierry BOUCHU",
      "mobile_number": "06 72 00 36 10",
      "name": "SAINVILLE",
      "owner": "SOUFFLET",
      "phone_number": "02 37 24 60 36",
      "timezone": "Europe/Paris",
      "zip_code": "28700"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRUE CROIX DANDONNEAU",
      "city": "MONTILS",
      "country": "FR",
      "email": "silo.montils@soufflet.com",
      "id": "114",
      "latitude": 45.653192,
      "longitude": -0.505693,
      "manager_name": "Teddy DEBAIN",
      "mobile_number": null,
      "name": "MONTILS",
      "owner": "SOUFFLET",
      "phone_number": "05 46 96 42 36",
      "timezone": "Europe/Paris",
      "zip_code": "17800"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\n4 LIMORLIN",
      "city": "BOUGNEAU",
      "country": "FR",
      "email": "silo.bougneau@soufflet.com",
      "id": "115",
      "latitude": 45.618496,
      "longitude": -0.498872,
      "manager_name": "Mickael PUJO",
      "mobile_number": null,
      "name": "BOUGNEAU",
      "owner": "SOUFFLET",
      "phone_number": "05 46 96 16 50",
      "timezone": "Europe/Paris",
      "zip_code": "17800"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n3 ROUTE DES ROCS",
      "city": "ST GEORGES DES AGOUTS",
      "country": "FR",
      "email": "silo.saint-georges-des-agouts@soufflet.com",
      "id": "116",
      "latitude": 45.359115,
      "longitude": -0.662642,
      "manager_name": "Alban BONNIN",
      "mobile_number": null,
      "name": "ST GEORGES DES AGOUTS",
      "owner": "SOUFFLET",
      "phone_number": "05 46 86 01 22",
      "timezone": "Europe/Paris",
      "zip_code": "17150"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLA COULEE DE L ARSEAU",
      "city": "PUYRAVAULT",
      "country": "FR",
      "email": "silo.puyravault@soufflet.com",
      "id": "117",
      "latitude": 46.382468,
      "longitude": -1.083071,
      "manager_name": "Martin PENISSON",
      "mobile_number": "06 09 85 47 39",
      "name": "PUYRAVAULT",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "85450"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n8 ROUTE DE MOQUESOURIS\nPLASSAC",
      "city": "EPARGNES",
      "country": "FR",
      "email": "silo.epargnes@soufflet.com",
      "id": "118",
      "latitude": 45.534718,
      "longitude": -0.810619,
      "manager_name": "Bernard BRUGGEMAN",
      "mobile_number": "06 07 26 73 91",
      "name": "EPARGNES",
      "owner": "SOUFFLET",
      "phone_number": "05 46 90 70 91",
      "timezone": "Europe/Paris",
      "zip_code": "17120"
    },
    {
      "activities_names": "Magasin appro",
      "address": "MAGASIN APPROS SOUFFLET\n10 RUE DU 19EME BATAILLON\nDE CHASSEURS A PIED",
      "city": "VERDUN",
      "country": "FR",
      "email": "silo.verdun@soufflet.com",
      "id": "119",
      "latitude": 49.164792,
      "longitude": 5.397712,
      "manager_name": "Isabelle LECRIQUE",
      "mobile_number": null,
      "name": "VERDUN MA",
      "owner": "SOUFFLET",
      "phone_number": "03 29 84 53 36",
      "timezone": "Europe/Paris",
      "zip_code": "55100"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n31 RUE DE L ARQUEBUSE",
      "city": "SCEAUX DU GATINAIS",
      "country": "FR",
      "email": "silo.sceaux-du-gatinais@soufflet.com",
      "id": "120",
      "latitude": 48.107331,
      "longitude": 2.602605,
      "manager_name": "Gaêtan PIGET",
      "mobile_number": "06 71 74 80 83",
      "name": "SCEAUX DU GATINAIS",
      "owner": "SOUFFLET",
      "phone_number": "02 38 87 42 42",
      "timezone": "Europe/Paris",
      "zip_code": "45490"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nRUE DE DREVILLE\nDREVILLE",
      "city": "SERMAISES",
      "country": "FR",
      "email": "silo.sermaises@soufflet.com",
      "id": "121",
      "latitude": 48.294347,
      "longitude": 2.215206,
      "manager_name": "Frederic DARRE",
      "mobile_number": null,
      "name": "SERMAISES",
      "owner": "SOUFFLET",
      "phone_number": "02 38 39 76 11",
      "timezone": "Europe/Paris",
      "zip_code": "45300"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE OUANNE",
      "city": "MERRY SEC",
      "country": "FR",
      "email": "silo.merry-sec@soufflet.com",
      "id": "122",
      "latitude": 47.660723,
      "longitude": 3.488795,
      "manager_name": "Ludovic PHILIPPE",
      "mobile_number": null,
      "name": "MERRY SEC",
      "owner": "SOUFFLET",
      "phone_number": "03 86 41 66 38",
      "timezone": "Europe/Paris",
      "zip_code": "89560"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n1 RUE DES VELAIS",
      "city": "BENEUVRE",
      "country": "FR",
      "email": "silo.beneuvre@soufflet.com",
      "id": "123",
      "latitude": 47.692334,
      "longitude": 4.942469,
      "manager_name": "Adrien ROUGET",
      "mobile_number": null,
      "name": "BENEUVRE CENTRE",
      "owner": "SOUFFLET",
      "phone_number": "03 80 81 00 33",
      "timezone": "Europe/Paris",
      "zip_code": "21290"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nGARE DE POINSON LES GRANCEY",
      "city": "POINSON LES GRANCEY",
      "country": "FR",
      "email": "silo.beneuvre-gare@soufflet.com",
      "id": "124",
      "latitude": 47.688317,
      "longitude": 4.974198,
      "manager_name": "Dylan NOIROT",
      "mobile_number": null,
      "name": "BENEUVRE GARE POINSON LES GRANCEY",
      "owner": "SOUFFLET",
      "phone_number": "03 80 81 00 33",
      "timezone": "Europe/Paris",
      "zip_code": "52160"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n7 RUE DE NEUILLY",
      "city": "SENS BEAUJEU",
      "country": "FR",
      "email": "silo.sensbeaujeu@soufflet.com",
      "id": "125",
      "latitude": 47.325277,
      "longitude": 2.704706,
      "manager_name": "nc",
      "mobile_number": null,
      "name": "SENS BEAUJEU",
      "owner": "SOUFFLET",
      "phone_number": "02 48 79 03 14",
      "timezone": "Europe/Paris",
      "zip_code": "18300"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nZI DE SEPT SORTS\nRUE DE LA MERLETTE",
      "city": "SEPT SORTS",
      "country": "FR",
      "email": "silo.sept-sorts@soufflet.com",
      "id": "126",
      "latitude": 48.948553,
      "longitude": 3.10374,
      "manager_name": "Thomas BERGER",
      "mobile_number": null,
      "name": "SEPT SORTS",
      "owner": "SOUFFLET",
      "phone_number": "01 60 22 07 86",
      "timezone": "Europe/Paris",
      "zip_code": "77260"
    },
    {
      "activities_names": "Magasin appro",
      "address": "MAGASIN APPROS SOUFFLET\nZI DE RHOVYL\nRUE DU FILAGE",
      "city": "TRONVILLE EN BARROIS",
      "country": "FR",
      "email": "silo.tronville-en-barrois@soufflet.com",
      "id": "127",
      "latitude": 48.718381,
      "longitude": 5.281358,
      "manager_name": " Fabrice MULLER",
      "mobile_number": null,
      "name": "TRONVILLE EN BARROIS MA",
      "owner": "SOUFFLET",
      "phone_number": "03 29 78 80 00",
      "timezone": "Europe/Paris",
      "zip_code": "55310"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n42 RTE DE MARIGNAC",
      "city": "CHADENAC",
      "country": "FR",
      "email": "silo.chadenac@soufflet.com",
      "id": "128",
      "latitude": 45.53697,
      "longitude": -0.451697,
      "manager_name": null,
      "mobile_number": null,
      "name": "CHADENAC",
      "owner": "SOUFFLET",
      "phone_number": "05 46 91 20 04",
      "timezone": "Europe/Paris",
      "zip_code": "17800"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nLES BRANDES",
      "city": "PONS",
      "country": "FR",
      "email": "silo.belluire@soufflet.com",
      "id": "129",
      "latitude": 45.541362,
      "longitude": -0.56167,
      "manager_name": "Laurent HILLAIRET",
      "mobile_number": null,
      "name": "BELLUIRE PONS",
      "owner": "SOUFFLET",
      "phone_number": "05 46 91 33 04",
      "timezone": "Europe/Paris",
      "zip_code": "17800"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nCHEZ FOURNEAU BABEUF",
      "city": "LACHAISE",
      "country": "FR",
      "email": "silo.lachaise@soufflet.com",
      "id": "130",
      "latitude": 45.521447,
      "longitude": -0.229473,
      "manager_name": "Laurent JOLIBOIS",
      "mobile_number": null,
      "name": "LACHAISE",
      "owner": "SOUFFLET",
      "phone_number": "05 45 78 72 39",
      "timezone": "Europe/Paris",
      "zip_code": "16300"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLE MAGNOT\n21 MALABRIE",
      "city": "LA TAILLEE",
      "country": "FR",
      "email": "silo.lataillee@soufflet.com",
      "id": "131",
      "latitude": 46.382576,
      "longitude": -0.942533,
      "manager_name": "Maxime CARDIN",
      "mobile_number": "06 82 67 10 65",
      "name": "LA TAILLEE",
      "owner": "SOUFFLET",
      "phone_number": "02 51 52 53 39",
      "timezone": "Europe/Paris",
      "zip_code": "85450"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n581 RUE DES BRANDES\nCHAILLE",
      "city": "ST GEORGES DU BOIS",
      "country": "FR",
      "email": "silo.chaille@soufflet.com",
      "id": "132",
      "latitude": 46.126809,
      "longitude": -0.71818,
      "manager_name": "Jérome NOUZILLE",
      "mobile_number": null,
      "name": "ST GEORGES DU BOIS",
      "owner": "SOUFFLET",
      "phone_number": "05 46 27 90 17",
      "timezone": "Europe/Paris",
      "zip_code": "17700"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLES BARRES",
      "city": "L HERMENAULT",
      "country": "FR",
      "email": "silo.lhermenault@soufflet.com",
      "id": "133",
      "latitude": 46.517531,
      "longitude": -0.90397,
      "manager_name": "Nicolas FERRET",
      "mobile_number": "06 07 26 75 09",
      "name": "L HERMENAULT",
      "owner": "SOUFFLET",
      "phone_number": "02 51 00 10 02",
      "timezone": "Europe/Paris",
      "zip_code": "85570"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRD 194\nDIRECTION RD 618",
      "city": "VIVIERS S CHIERS",
      "country": "FR",
      "email": "silo.viviers@soufflet.com",
      "id": "134",
      "latitude": 49.472011,
      "longitude": 5.600878,
      "manager_name": "Johann CHERIN",
      "mobile_number": "06 08 27 75 77",
      "name": "VIVIERS S CHIERS",
      "owner": "SOUFFLET",
      "phone_number": "03 82 39 25 80",
      "timezone": "Europe/Paris",
      "zip_code": "54260"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n1 RUE CHALAUX GARCHY",
      "city": "NUARS",
      "country": "FR",
      "email": "silo.nuars@soufflet.com",
      "id": "135",
      "latitude": 47.377969,
      "longitude": 3.698435,
      "manager_name": "Corentin BERLIN",
      "mobile_number": null,
      "name": "NUARS",
      "owner": "SOUFFLET",
      "phone_number": "03 86 24 80 76",
      "timezone": "Europe/Paris",
      "zip_code": "58190"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nBOULEVARD ADJUDANT GENERAL LETURCQ",
      "city": "BOYNES",
      "country": "FR",
      "email": "silo.boynes@soufflet.com",
      "id": "136",
      "latitude": 48.11796,
      "longitude": 2.356814,
      "manager_name": "Luc JAMOT",
      "mobile_number": "07 78 69 47 94",
      "name": "BOYNES",
      "owner": "SOUFFLET",
      "phone_number": "02 38 34 56 90",
      "timezone": "Europe/Paris",
      "zip_code": "45300"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE CHALONS",
      "city": "MONTMIRAIL",
      "country": "FR",
      "email": "silo.montmirail-b@soufflet.com",
      "id": "137",
      "latitude": 48.873439,
      "longitude": 3.574233,
      "manager_name": "Alexandra HANRIOT",
      "mobile_number": null,
      "name": "MONTMIRAIL B",
      "owner": "SOUFFLET",
      "phone_number": "03 26 81 61 12",
      "timezone": "Europe/Paris",
      "zip_code": "51210"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nZA COMMERCIALE\nROUTE DEPARTEMENTALE 9",
      "city": "LANEUVEVILLE DEVANT BAYON",
      "country": "FR",
      "email": "silo.laneuveville-devant-bayon@soufflet.com",
      "id": "138",
      "latitude": 48.468786,
      "longitude": 6.255743,
      "manager_name": "Stéphane FERRY",
      "mobile_number": "06 14 33 21 92",
      "name": "LANEUVEVILLE DEVANT BAYON",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "54740"
    },
    {
      "activities_names": "Plateforme stockage céréales",
      "address": "PLATEFORME SOUFFLET\nRUE DU VERGERS",
      "city": "MARCILLY LA CAMPAGNE",
      "country": "FR",
      "email": "silo.marcilly-la-campagne@soufflet.com",
      "id": "139",
      "latitude": 48.835221,
      "longitude": 1.192349,
      "manager_name": "Guillaume SIMONNET",
      "mobile_number": "06 09 50 31 27",
      "name": "MARCILLY LA CAMPAGNE",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "27320"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE VERTILLY",
      "city": "SERGINES",
      "country": "FR",
      "email": "silo.sergines@soufflet.com",
      "id": "140",
      "latitude": 48.3399,
      "longitude": 3.277699,
      "manager_name": "Vincent THIERRY",
      "mobile_number": "06 86 33 28 16",
      "name": "SERGINES",
      "owner": "SOUFFLET",
      "phone_number": "03 86 66 39 80",
      "timezone": "Europe/Paris",
      "zip_code": "89140"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLD LA COGNARDERIE",
      "city": "CHANTECOQ",
      "country": "FR",
      "email": "silo.chantecocq@soufflet.com",
      "id": "141",
      "latitude": 48.035377,
      "longitude": 2.962588,
      "manager_name": "Florian PAUL",
      "mobile_number": "06 71 78 94 10",
      "name": "CHANTECOQ",
      "owner": "SOUFFLET",
      "phone_number": "02 38 87 27 85",
      "timezone": "Europe/Paris",
      "zip_code": "45320"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRUE DE LA GARE",
      "city": "CHILLEURS AUX BOIS",
      "country": "FR",
      "email": "silo.chilleurs-aux-bois@soufflet.com",
      "id": "142",
      "latitude": 48.092647,
      "longitude": 2.123514,
      "manager_name": "Jerome PERDEREAU",
      "mobile_number": "06 70 41 22 43",
      "name": "CHILLEURS AUX BOIS",
      "owner": "SOUFFLET",
      "phone_number": "02 38 39 82 42",
      "timezone": "Europe/Paris",
      "zip_code": "45170"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLE PONT CROTTE",
      "city": "BOURNEZEAU",
      "country": "FR",
      "email": "silo.bournezeau@soufflet.com",
      "id": "143",
      "latitude": 46.628974,
      "longitude": -1.187856,
      "manager_name": "Anthony METAIS",
      "mobile_number": "06 03 96 09 04",
      "name": "BOURNEZEAU",
      "owner": "SOUFFLET",
      "phone_number": "02 51 40 87 87",
      "timezone": "Europe/Paris",
      "zip_code": "85480"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n7 RUE DE JERICHO",
      "city": "FONTENAY LE COMTE",
      "country": "FR",
      "email": "silo.fontenay-le-comte@soufflet.com",
      "id": "144",
      "latitude": 46.459562,
      "longitude": -0.792412,
      "manager_name": "Nadine VERGNAUD",
      "mobile_number": null,
      "name": "FONTENAY LE COMTE",
      "owner": "SOUFFLET",
      "phone_number": "02 51 69 20 24",
      "timezone": "Europe/Paris",
      "zip_code": "85200"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLES GRANDES RATONNIERES",
      "city": "ST MEDARD D AUNIS",
      "country": "FR",
      "email": "silo.stmedard@soufflet.com",
      "id": "145",
      "latitude": 46.136638,
      "longitude": -1.009019,
      "manager_name": "Gabriel BRECHOIRE",
      "mobile_number": null,
      "name": "ST MEDARD D AUNIS",
      "owner": "SOUFFLET",
      "phone_number": "05 46 35 92 51",
      "timezone": "Europe/Paris",
      "zip_code": "17220"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "PLATEFORME SOUFFLET\nRD60\nDIRECTION DOULEVANT LE CHATEAU",
      "city": "NULLY TREMILLY",
      "country": "FR",
      "email": "silo.nully@soufflet.com",
      "id": "146",
      "latitude": 48.363984,
      "longitude": 4.82773,
      "manager_name": "Sébastien DRIAT",
      "mobile_number": null,
      "name": "NULLY",
      "owner": "SOUFFLET",
      "phone_number": "03 25 55 66 97",
      "timezone": "Europe/Paris",
      "zip_code": "52110"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n4 RUE DU PLESSIS",
      "city": "CORBREUSE",
      "country": "FR",
      "email": "silo.corbreuse@soufflet.com",
      "id": "147",
      "latitude": 48.494928,
      "longitude": 1.962198,
      "manager_name": "Philippe ROYNE",
      "mobile_number": "06 28 47 04 75",
      "name": "CORBREUSE",
      "owner": "SOUFFLET",
      "phone_number": "01 64 59 40 92",
      "timezone": "Europe/Paris",
      "zip_code": "91410"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n3 RUE GAMBETTA",
      "city": "GONDREVILLE",
      "country": "FR",
      "email": "silo.gondreville-la-franche@soufflet.com",
      "id": "148",
      "latitude": 48.050301,
      "longitude": 2.65416,
      "manager_name": "Daniel COLLET",
      "mobile_number": "06 80 05 65 46",
      "name": "GONDREVILLE",
      "owner": "SOUFFLET",
      "phone_number": "02 38 89 87 90",
      "timezone": "Europe/Paris",
      "zip_code": "45490"
    },
    {
      "activities_names": "Silo portuaire fluvial",
      "address": "SILO SOUFFLET\n1 CHEMIN DU PORT",
      "city": "GRIGNY",
      "country": "FR",
      "email": "silo.grigny@soufflet.com",
      "id": "149",
      "latitude": 48.666763,
      "longitude": 2.404918,
      "manager_name": "Eric COMMON",
      "mobile_number": "06 23 85 57 27",
      "name": "GRIGNY",
      "owner": "SOUFFLET",
      "phone_number": "01 69 02 76 00",
      "timezone": "Europe/Paris",
      "zip_code": "91350"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nCHEMIN DE BRIOTTE D59\nAVANT LE CIMETIERE",
      "city": "VILLENAUXE LA PETITE",
      "country": "FR",
      "email": "silo.villenauxe-b@soufflet.com",
      "id": "150",
      "latitude": 48.403065,
      "longitude": 3.321639,
      "manager_name": "Hervé LEROY",
      "mobile_number": null,
      "name": "VILLENAUXE LA PETITE B",
      "owner": "SOUFFLET",
      "phone_number": "01 60 67 18 35",
      "timezone": "Europe/Paris",
      "zip_code": "77480"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nCHEMIN MESSE",
      "city": "HERME",
      "country": "FR",
      "email": "silo.herme@soufflet.com",
      "id": "151",
      "latitude": 48.490881,
      "longitude": 3.344926,
      "manager_name": "Cyrille DELAVACHERIE",
      "mobile_number": null,
      "name": "HERME",
      "owner": "SOUFFLET",
      "phone_number": "01 64 00 78 01",
      "timezone": "Europe/Paris",
      "zip_code": "77114"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n1 ROUTE BAILLY",
      "city": "RIGNY LA NONNEUSE",
      "country": "FR",
      "email": "silo.rigny-la-nonneuse@soufflet.com",
      "id": "152",
      "latitude": 48.403367,
      "longitude": 3.659315,
      "manager_name": "Damien BACHOT",
      "mobile_number": null,
      "name": "RIGNY LA NONNEUSE",
      "owner": "SOUFFLET",
      "phone_number": "03 25 21 63 36",
      "timezone": "Europe/Paris",
      "zip_code": "10290"
    },
    {
      "activities_names": "Silo portuaire fluvial",
      "address": "SILO SOUFFLET\n51 RUE DES ETANGS\nLE VIEUX MOUY",
      "city": "MOUY S SEINE",
      "country": "FR",
      "email": "silo.mouy@soufflet.com",
      "id": "153",
      "latitude": 48.425523,
      "longitude": 3.227539,
      "manager_name": "Eric BOURBONNEUX",
      "mobile_number": null,
      "name": "MOUY S SEINE A",
      "owner": "SOUFFLET",
      "phone_number": "01 64 01 17 02",
      "timezone": "Europe/Paris",
      "zip_code": "77480"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE SOLIGNY",
      "city": "TRANCAULT",
      "country": "FR",
      "email": "silo.trancault-b@soufflet.com",
      "id": "154",
      "latitude": 48.385037,
      "longitude": 3.52667,
      "manager_name": "Yannick TROCELLIER",
      "mobile_number": null,
      "name": "TRANCAULT B",
      "owner": "SOUFFLET",
      "phone_number": "03 25 21 73 19",
      "timezone": "Europe/Paris",
      "zip_code": "10290"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLE BOIS DU PARC",
      "city": "PLESSIS ST BENOIST",
      "country": "FR",
      "email": "silo.le-plessis-saint-benoist@soufflet.com",
      "id": "155",
      "latitude": 48.448263,
      "longitude": 2.007105,
      "manager_name": "Philippe FAUVET",
      "mobile_number": "06 76 09 66 76",
      "name": "PLESSIS ST BENOIST",
      "owner": "SOUFFLET",
      "phone_number": "01 64 95 51 45",
      "timezone": "Europe/Paris",
      "zip_code": "91410"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n10 RUE EMILE CHAPPERON",
      "city": "LEVESVILLE LA CHENARD",
      "country": "FR",
      "email": "silo.levesville-la-chenard@soufflet.com",
      "id": "156",
      "latitude": 48.303962,
      "longitude": 1.823772,
      "manager_name": "Alexis DENOUAL",
      "mobile_number": "06 23 21 34 42",
      "name": "LEVESVILLE LA CHENARD",
      "owner": "SOUFFLET",
      "phone_number": "02 37 24 60 36",
      "timezone": "Europe/Paris",
      "zip_code": "28210"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nMORSANG SUD\nROUTE DEPARTEMENTALE 63 LA MONTAGNE",
      "city": "ETAMPES",
      "country": "FR",
      "email": "silo.etampes@soufflet.com",
      "id": "158",
      "latitude": 48.404583,
      "longitude": 2.213756,
      "manager_name": "Clément HAUTEFEUILLE",
      "mobile_number": "06 71 74 75 83",
      "name": "ETAMPES LA MONTAGNE",
      "owner": "SOUFFLET",
      "phone_number": "01 64 94 19 92",
      "timezone": "Europe/Paris",
      "zip_code": "91150"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nCOUR DE LA GARE\nLE PETIT ORME",
      "city": "PARAY DOUAVILLE",
      "country": "FR",
      "email": "silo.paray-douaville@soufflet.com",
      "id": "159",
      "latitude": 48.477941,
      "longitude": 1.851777,
      "manager_name": "Nicolas TRICARD",
      "mobile_number": "06 12 46 46 54",
      "name": "PARAY DOUAVILLE",
      "owner": "SOUFFLET",
      "phone_number": "01 30 88 07 66",
      "timezone": "Europe/Paris",
      "zip_code": "78660"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nCHEMIN LATERAL\nDEPOT TOTAL",
      "city": "PUISEAUX",
      "country": "FR",
      "email": "silo.puiseaux@soufflet.com",
      "id": "160",
      "latitude": 48.206284,
      "longitude": 2.462572,
      "manager_name": "LACONCHE Vincent",
      "mobile_number": "06 71 74 66 80",
      "name": "PUISEAUX A",
      "owner": "SOUFFLET",
      "phone_number": "02 38 34 55 70",
      "timezone": "Europe/Paris",
      "zip_code": "45390"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE NERONDES\nD43 LE BOURG",
      "city": "IGNOL",
      "country": "FR",
      "email": "silo.ignol@soufflet.com",
      "id": "161",
      "latitude": 46.96859,
      "longitude": 2.844774,
      "manager_name": "Jean Jacques COCU",
      "mobile_number": "06 12 17 27 70",
      "name": "IGNOL",
      "owner": "SOUFFLET",
      "phone_number": "02 48 74 84 50",
      "timezone": "Europe/Paris",
      "zip_code": "18350"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLE REBILLATE\n2 ROUTE DE ST LOUP",
      "city": "CHAVANNES",
      "country": "FR",
      "email": "silo.chavannes@soufflet.com",
      "id": "162",
      "latitude": 46.851288,
      "longitude": 2.376195,
      "manager_name": "Alexandre BRY",
      "mobile_number": "06 03 81 63 97",
      "name": "CHAVANNES",
      "owner": "SOUFFLET",
      "phone_number": "02 48 60 57 30",
      "timezone": "Europe/Paris",
      "zip_code": "18190"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRUE DE LA LIBERATION\nLIEU-DIT LA VOIE DE MARIGNY",
      "city": "ORVILLIERS ST JULIEN",
      "country": "FR",
      "email": "silo.orvilliers@soufflet.com",
      "id": "163",
      "latitude": 48.436435,
      "longitude": 3.814018,
      "manager_name": "Quentin DABKOWSKI",
      "mobile_number": null,
      "name": "ORVILLIERS ST JULIEN",
      "owner": "SOUFFLET",
      "phone_number": "03 25 24 66 51",
      "timezone": "Europe/Paris",
      "zip_code": "10170"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRD 6 LA COMBE",
      "city": "PONT LA VILLE",
      "country": "FR",
      "email": "silo.pont-la-ville@soufflet.com",
      "id": "164",
      "latitude": 48.078308,
      "longitude": 4.888503,
      "manager_name": "Jean Pierre PRINCET",
      "mobile_number": "06 29 87 54 51",
      "name": "PONT LA VILLE",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "52120"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n92 RUE DE ST JEAN",
      "city": "ST GEORGES DU VIEVRE",
      "country": "FR",
      "email": "silo.saint-georges-du-vievre@soufflet.com",
      "id": "166",
      "latitude": 49.239822,
      "longitude": 0.582699,
      "manager_name": "Gaylord BOUCKAERT",
      "mobile_number": "06 75 62 71 07",
      "name": "ST GEORGES DU VIEVRE",
      "owner": "SOUFFLET",
      "phone_number": "02 32 20 02 58",
      "timezone": "Europe/Paris",
      "zip_code": "27450"
    },
    {
      "activities_names": "Magasin appro",
      "address": "MAGASIN APPROS SOUFFLET\n50 RUE DES ETANGS",
      "city": "MOUY S SEINE",
      "country": "FR",
      "email": "silo.mouyengrais@soufflet.com",
      "id": "167",
      "latitude": 48.42547,
      "longitude": 3.227909,
      "manager_name": "André POSTHUMUS",
      "mobile_number": "06 33 19 56 47",
      "name": "MOUY S SEINE B MA",
      "owner": "SOUFFLET",
      "phone_number": "01 60 67 10 50",
      "timezone": "Europe/Paris",
      "zip_code": "77480"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nZONE ARTISANALE\nD386",
      "city": "POILLY",
      "country": "FR",
      "email": "silo.poilly@soufflet.com",
      "id": "169",
      "latitude": 49.219016,
      "longitude": 3.813866,
      "manager_name": "Damien NOIZET",
      "mobile_number": "06 12 52 73 30",
      "name": "POILLY",
      "owner": "SOUFFLET",
      "phone_number": "03 26 61 80 84",
      "timezone": "Europe/Paris",
      "zip_code": "51170"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nD106",
      "city": "ETON",
      "country": "FR",
      "email": "silo.eton@soufflet.com",
      "id": "170",
      "latitude": 49.271094,
      "longitude": 5.667438,
      "manager_name": " Geoffrey VEBER",
      "mobile_number": ".",
      "name": "ETON",
      "owner": "SOUFFLET",
      "phone_number": "03 29 83 73 36",
      "timezone": "Europe/Paris",
      "zip_code": "55240"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE GRANGE L EVEQUE\nROUTE DEPARTEMENTALE 15",
      "city": "ST LYE",
      "country": "FR",
      "email": "silo.saint-lye@soufflet.com",
      "id": "171",
      "latitude": 48.34484,
      "longitude": 3.981378,
      "manager_name": "Herve MATRAT",
      "mobile_number": null,
      "name": "ST LYE",
      "owner": "SOUFFLET",
      "phone_number": "03 25 41 00 18",
      "timezone": "Europe/Paris",
      "zip_code": "10180"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE VILLERS LE CHATEAU",
      "city": "MATOUGUES",
      "country": "FR",
      "email": "silo.matougues@soufflet.com",
      "id": "172",
      "latitude": 48.981112,
      "longitude": 4.252749,
      "manager_name": "Victor ADNET",
      "mobile_number": null,
      "name": "MATOUGUES",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "51510"
    },
    {
      "activities_names": "Plateforme stockage céréales",
      "address": "STOCKAGE SOUFFLET\n7 PLACE DES TILLEULS",
      "city": "OSMOY",
      "country": "FR",
      "email": "silo.osmoy@soufflet.com",
      "id": "173",
      "latitude": 48.869324,
      "longitude": 1.71603,
      "manager_name": "Paul PETILLON",
      "mobile_number": "06 75 23 48 42",
      "name": "OSMOY",
      "owner": "SOUFFLET",
      "phone_number": "01 34 87 23 57",
      "timezone": "Europe/Paris",
      "zip_code": "78910"
    },
    {
      "activities_names": "Plateforme stockage céréales",
      "address": "SILO SOUFFLET\n9 RUE DE LA GRANDCHEMONT",
      "city": "MORIENVAL",
      "country": "FR",
      "email": "silo.morienval@soufflet.com",
      "id": "174",
      "latitude": 49.303272,
      "longitude": 2.920488,
      "manager_name": "nc",
      "mobile_number": "06 01 00 13 58",
      "name": "MORIENVAL",
      "owner": "SOUFFLET",
      "phone_number": "03 44 39 72 90",
      "timezone": "Europe/Paris",
      "zip_code": "60127"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n1 CHEMIN MOULANT",
      "city": "ST MARDS DE BLACARVILLE",
      "country": "FR",
      "email": "silo.saint-mards-de-blacarville@soufflet.com",
      "id": "175",
      "latitude": 49.384745,
      "longitude": 0.534026,
      "manager_name": "Raynald DEUVE",
      "mobile_number": "06 61 38 33 67",
      "name": "ST MARDS DE BLACARVILLE",
      "owner": "SOUFFLET",
      "phone_number": "02 32 42 05 13",
      "timezone": "Europe/Paris",
      "zip_code": "27500"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLE POMMEREY\nROUTE DEPARTEMENTALE  94",
      "city": "ROUGEMONTIERS",
      "country": "FR",
      "email": "silo.rougemontiers@soufflet.com",
      "id": "176",
      "latitude": 49.358264,
      "longitude": 0.722644,
      "manager_name": "Alexis COSTILS",
      "mobile_number": "06 33 34 88 79",
      "name": "ROUGEMONTIERS",
      "owner": "SOUFFLET",
      "phone_number": "02 32 20 15 00",
      "timezone": "Europe/Paris",
      "zip_code": "27350"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nBOIS DE L HOPITAL",
      "city": "MESSEME",
      "country": "FR",
      "email": "silo.messeme@soufflet.com",
      "id": "178",
      "latitude": 47.010253,
      "longitude": 0.14685,
      "manager_name": "Romain AUGUIER",
      "mobile_number": null,
      "name": "MESSEME",
      "owner": "SOUFFLET",
      "phone_number": "05 49 98 04 63",
      "timezone": "Europe/Paris",
      "zip_code": "86200"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n71 RUE EDMOND HUBERT",
      "city": "EGREVILLE",
      "country": "FR",
      "email": "silo.egreville@soufflet.com",
      "id": "182",
      "latitude": 48.176621,
      "longitude": 2.865232,
      "manager_name": "Eric QUINAULT",
      "mobile_number": null,
      "name": "EGREVILLE",
      "owner": "SOUFFLET",
      "phone_number": "01 64 29 57 11",
      "timezone": "Europe/Paris",
      "zip_code": "77620"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE VOULX",
      "city": "ESMANS",
      "country": "FR",
      "email": "silo.petitfossard@soufflet.com",
      "id": "183",
      "latitude": 48.354487,
      "longitude": 2.95762,
      "manager_name": "CANAULT Yann",
      "mobile_number": "06 86 86 96 69",
      "name": "ESMANS",
      "owner": "SOUFFLET",
      "phone_number": "01 64 32 22 04",
      "timezone": "Europe/Paris",
      "zip_code": "77940"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLE MOULIN DE PIERRE",
      "city": "PITHIVIERS LE VIEIL",
      "country": "FR",
      "email": "silo.pithiviers1@soufflet.com",
      "id": "184",
      "latitude": 48.16826,
      "longitude": 2.223508,
      "manager_name": "Yannick ROULLEAU",
      "mobile_number": "07 56 19 71 97",
      "name": "PITHIVIERS LE VIEIL B",
      "owner": "SOUFFLET",
      "phone_number": "02 38 30 24 29",
      "timezone": "Europe/Paris",
      "zip_code": "45300"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLA VILLEDIEU",
      "city": "LAONS",
      "country": "FR",
      "email": "silo.villedieu@soufflet.com",
      "id": "185",
      "latitude": 48.679906,
      "longitude": 1.190474,
      "manager_name": "Sebastien LESAGE",
      "mobile_number": "06 20 77 59 58",
      "name": "LAONS VILLEDIEU",
      "owner": "SOUFFLET",
      "phone_number": "02 37 38 18 87",
      "timezone": "Europe/Paris",
      "zip_code": "28270"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n1 RUE DE DOURDAIGNE",
      "city": "HUISSEAU S MAUVES",
      "country": "FR",
      "email": "silo.huisseau@soufflet.com",
      "id": "187",
      "latitude": 47.888253,
      "longitude": 1.716216,
      "manager_name": "Julien LAURET",
      "mobile_number": "06 17 94 72 37",
      "name": "HUISSEAU S MAUVES",
      "owner": "SOUFFLET",
      "phone_number": "02 38 80 59 80",
      "timezone": "Europe/Paris",
      "zip_code": "45130"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nCHEZ M BONLIEU\nD39 DIRECTION CHAILLY EN GATINAIS   LA G",
      "city": "THIMORY",
      "country": "FR",
      "email": "silo.thimory@soufflet.com",
      "id": "188",
      "latitude": 47.925281,
      "longitude": 2.584321,
      "manager_name": "Philippe BOUCHARD",
      "mobile_number": "06 87 13 69 43",
      "name": "THIMORY",
      "owner": "SOUFFLET",
      "phone_number": "02 38 35 75 71",
      "timezone": "Europe/Paris",
      "zip_code": "45260"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nBONTENY",
      "city": "TERNAY",
      "country": "FR",
      "email": "silo.ternay@soufflet.com",
      "id": "189",
      "latitude": 47.036569,
      "longitude": -0.036739,
      "manager_name": "Romain AUGUIER",
      "mobile_number": "06 08 98 79 79",
      "name": "TERNAY",
      "owner": "SOUFFLET",
      "phone_number": "05 49 22 93 77",
      "timezone": "Europe/Paris",
      "zip_code": "86120"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nLA MALTERIE\nD726 ROUTE DE TOURY",
      "city": "PITHIVIERS LE VIEIL",
      "country": "FR",
      "email": "silo.pithiviers-le-vieil@soufflet.com",
      "id": "190",
      "latitude": 48.170846,
      "longitude": 2.234141,
      "manager_name": "Marc GROSSIER",
      "mobile_number": "06 70 41 29 77",
      "name": "PITHIVIERS LE VIEIL A",
      "owner": "SOUFFLET",
      "phone_number": "02 38 34 06 92",
      "timezone": "Europe/Paris",
      "zip_code": "45300"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n52 ROUTE DE DIJON",
      "city": "BRAZEY EN PLAINE",
      "country": "FR",
      "email": "silo.brazey@soufflet.com",
      "id": "191",
      "latitude": 47.139619,
      "longitude": 5.214771,
      "manager_name": "Jeremy JEANSON",
      "mobile_number": "06 86 26 61 04",
      "name": "BRAZEY EN PLAINE",
      "owner": "SOUFFLET",
      "phone_number": "03 80 77 90 87",
      "timezone": "Europe/Paris",
      "zip_code": "21470"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n2 RUE DE LA BASCULE",
      "city": "NEUVILLE DE POITOU",
      "country": "FR",
      "email": "silo.neuville-poitou@soufflet.com",
      "id": "192",
      "latitude": 46.680705,
      "longitude": 0.247807,
      "manager_name": "Ludovic BARREAU",
      "mobile_number": null,
      "name": "NEUVILLE DE POITOU",
      "owner": "SOUFFLET",
      "phone_number": "05 49 51 21 02",
      "timezone": "Europe/Paris",
      "zip_code": "86170"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n59 RUE DE LA GARE",
      "city": "VILLIERS ST GEORGES",
      "country": "FR",
      "email": "silo.villiers-saint-georges@soufflet.com",
      "id": "193",
      "latitude": 48.650315,
      "longitude": 3.411608,
      "manager_name": "Dominique ROLLET",
      "mobile_number": null,
      "name": "VILLIERS ST GEORGES",
      "owner": "SOUFFLET",
      "phone_number": "01 64 01 90 38",
      "timezone": "Europe/Paris",
      "zip_code": "77560"
    },
    {
      "activities_names": "Plateforme stockage céréales",
      "address": "PLATEFORME SOUFFLET\nROUTE DES CROIX",
      "city": "BUSSY LE REPOS",
      "country": "FR",
      "email": "silo.bussy-le-repos@soufflet.com",
      "id": "195",
      "latitude": 48.056621,
      "longitude": 3.239051,
      "manager_name": "Guillaume CACHON",
      "mobile_number": null,
      "name": "BUSSY LE REPOS",
      "owner": "SOUFFLET",
      "phone_number": "03 86 83 09 84",
      "timezone": "Europe/Paris",
      "zip_code": "89500"
    },
    {
      "activities_names": "Plateforme stockage céréales",
      "address": "PLATEFORME SOUFFLET\nRD98\nDIRECTION D AUGER ST VINCENT",
      "city": "ORMOY VILLERS",
      "country": "FR",
      "email": "silo.ormoyvilliers@soufflet.com",
      "id": "196",
      "latitude": 49.200492,
      "longitude": 2.834963,
      "manager_name": "Noelle GOUVEIA",
      "mobile_number": "06 08 74 18 33",
      "name": "ORMOY VILLERS",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "60800"
    },
    {
      "activities_names": "Plateforme stockage céréales",
      "address": "PLATEFORME SOUFFLET\nROUTE DES AIX D ANGUILLON",
      "city": "RIANS",
      "country": "FR",
      "email": "silo.rians@soufflet.com",
      "id": "198",
      "latitude": 47.19216,
      "longitude": 2.60336,
      "manager_name": "François CHATAGNON",
      "mobile_number": "06 16 49 15 96",
      "name": "RIANS",
      "owner": "SOUFFLET",
      "phone_number": "02 48 25 55 64",
      "timezone": "Europe/Paris",
      "zip_code": "18220"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "STOCKAGE SOUFFLET\nCHEMIN DU MOULIN DU LANQUENEST",
      "city": "PRESSIGNY",
      "country": "FR",
      "email": "silo.pressigny@soufflet.com",
      "id": "199",
      "latitude": 47.748667,
      "longitude": 5.657034,
      "manager_name": "Adrien MAILLOT",
      "mobile_number": null,
      "name": "PRESSIGNY STK",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "52500"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "STOCKAGE SOUFFLET\nCHEZ EARL DE SEUCHEY\nHAMEAU FERME DE SEUCHEY",
      "city": "SAULLES",
      "country": "FR",
      "email": "silo.seuchey@soufflet.com",
      "id": "200",
      "latitude": 47.688112,
      "longitude": 5.525975,
      "manager_name": "Vianney FEVRE",
      "mobile_number": null,
      "name": "SAULLES SEUCHEY STK",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "52500"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n45 RUE DE VAUDRAN\nZONE ARTISANALE",
      "city": "DAMPIERRE S SALON",
      "country": "FR",
      "email": "silo.dampierre-sur-salon@soufflet.com",
      "id": "202",
      "latitude": 47.564179,
      "longitude": 5.670734,
      "manager_name": "Thierry MORLOT",
      "mobile_number": "06 70 00 79 19",
      "name": "DAMPIERRE S SALON",
      "owner": "SOUFFLET",
      "phone_number": "03 84 32 38 05",
      "timezone": "Europe/Paris",
      "zip_code": "70180"
    },
    {
      "activities_names": "Magasin appro",
      "address": "MAGASIN APPROS SOUFFLET\n31 ROUTE DE CHITRY",
      "city": "ST BRIS LE VINEUX",
      "country": "FR",
      "email": "silo.st-bris@soufflet.com",
      "id": "203",
      "latitude": 47.746778,
      "longitude": 3.659625,
      "manager_name": "Mathieu MOREAU",
      "mobile_number": null,
      "name": "ST BRIS LE VINEUX MA",
      "owner": "SOUFFLET",
      "phone_number": "03 86 53 69 74",
      "timezone": "Europe/Paris",
      "zip_code": "89530"
    },
    {
      "activities_names": "Plateforme stockage céréales",
      "address": "PLATEFORME SOUFFLET\nD18E3\nAVENUE DES TILLEULS",
      "city": "SOMMESOUS",
      "country": "FR",
      "email": "silo.sommesous@soufflet.com",
      "id": "204",
      "latitude": 48.731425,
      "longitude": 4.202157,
      "manager_name": "Candice ROYER",
      "mobile_number": null,
      "name": "SOMMESOUS",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "51320"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLA DAVIERE",
      "city": "VENANSAULT",
      "country": "FR",
      "email": "silo.venansault@soufflet.com",
      "id": "205",
      "latitude": 46.709108,
      "longitude": -1.517078,
      "manager_name": "Francis BERNARD",
      "mobile_number": "06 25 70 33 25",
      "name": "VENANSAULT",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "85190"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRTE DE COUSSAY",
      "city": "CHOUPPES",
      "country": "FR",
      "email": "silo.chouppes@soufflet.com",
      "id": "207",
      "latitude": 46.804019,
      "longitude": 0.193073,
      "manager_name": "Thomas CHAPILLON",
      "mobile_number": null,
      "name": "CHOUPPES",
      "owner": "SOUFFLET",
      "phone_number": "05 49 50 89 89",
      "timezone": "Europe/Paris",
      "zip_code": "86110"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRTE DE LA VILLEDIEU",
      "city": "NIEUIL L ESPOIR",
      "country": "FR",
      "email": "silo.nieuil-lespoir@soufflet.com",
      "id": "208",
      "latitude": 46.483038,
      "longitude": 0.437806,
      "manager_name": "Pierre-Luc LAMACHERE",
      "mobile_number": null,
      "name": "NIEUIL L ESPOIR",
      "owner": "SOUFFLET",
      "phone_number": "05 49 42 64 49",
      "timezone": "Europe/Paris",
      "zip_code": "86340"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLA CHATAIGNERAIE",
      "city": "VICQ S GARTEMPE",
      "country": "FR",
      "email": "silo.vicq-sur-gartempe@soufflet.com",
      "id": "209",
      "latitude": 46.735402,
      "longitude": 0.846262,
      "manager_name": "Adrien ROBIN",
      "mobile_number": null,
      "name": "VICQ S GARTEMPE",
      "owner": "SOUFFLET",
      "phone_number": "05 49 23 19 23",
      "timezone": "Europe/Paris",
      "zip_code": "86260"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\n12 RUE HUILERIE",
      "city": "MAILLE",
      "country": "FR",
      "email": "silo.maille@soufflet.com",
      "id": "210",
      "latitude": 46.676855,
      "longitude": 0.093568,
      "manager_name": "Kevin LANDREAU",
      "mobile_number": null,
      "name": "MAILLE",
      "owner": "SOUFFLET",
      "phone_number": "05 49 60 17 24",
      "timezone": "Europe/Paris",
      "zip_code": "86190"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLA PINELIERE",
      "city": "BENASSAY",
      "country": "FR",
      "email": "silo.la-pineliere@soufflet.com",
      "id": "211",
      "latitude": 46.587804,
      "longitude": 0.0592,
      "manager_name": "Romain BARRIQUAULT",
      "mobile_number": null,
      "name": "LA PINELIERE",
      "owner": "SOUFFLET",
      "phone_number": "05 49 57 52 42",
      "timezone": "Europe/Paris",
      "zip_code": "86470"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRUE DU CHILLOU",
      "city": "BOIVRE LA VALLEE",
      "country": "FR",
      "email": "silo.le-chillou@soufflet.com",
      "id": "212",
      "latitude": 46.516027,
      "longitude": 0.049589,
      "manager_name": "Mickael SOUCHE",
      "mobile_number": null,
      "name": "LE CHILLOU",
      "owner": "SOUFFLET",
      "phone_number": "05 49 53 09 09",
      "timezone": "Europe/Paris",
      "zip_code": "86470"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n2 RUE DU CHATEAU D EAU",
      "city": "THIEBLEMONT FAREMONT",
      "country": "FR",
      "email": "silo.thieblemont@soufflet.com",
      "id": "214",
      "latitude": 48.692314,
      "longitude": 4.714997,
      "manager_name": "MAXIME PLAISANT",
      "mobile_number": "06 84 48 34 94",
      "name": "THIEBLEMONT FAREMONT",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "51300"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n13 RUE ST NICOLAS",
      "city": "VITRY LA VILLE",
      "country": "FR",
      "email": "silo.vitry-la-ville@soufflet.com",
      "id": "217",
      "latitude": 48.844232,
      "longitude": 4.459819,
      "manager_name": "Christophe SONGY",
      "mobile_number": null,
      "name": "VITRY LA VILLE",
      "owner": "SOUFFLET",
      "phone_number": "03 26 67 38 71",
      "timezone": "Europe/Paris",
      "zip_code": "51240"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE FONTAINEBLEAU",
      "city": "NANGIS",
      "country": "FR",
      "email": "silo.nangis@soufflet.com",
      "id": "218",
      "latitude": 48.547623,
      "longitude": 2.997446,
      "manager_name": "Frédéric BOILEAU",
      "mobile_number": null,
      "name": "NANGIS",
      "owner": "SOUFFLET",
      "phone_number": "01 64 08 14 45",
      "timezone": "Europe/Paris",
      "zip_code": "77370"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRUE DU GENERAL DE GAULLE",
      "city": "POGNY",
      "country": "FR",
      "email": "silo.pogny@soufflet.com",
      "id": "219",
      "latitude": 48.863798,
      "longitude": 4.474257,
      "manager_name": "Baptiste CHAINE",
      "mobile_number": null,
      "name": "POGNY",
      "owner": "SOUFFLET",
      "phone_number": "03 26 67 70 04",
      "timezone": "Europe/Paris",
      "zip_code": "51240"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRUE DE LA LIBERATION",
      "city": "MARSON",
      "country": "FR",
      "email": "silo.marson@soufflet.com",
      "id": "220",
      "latitude": 48.908668,
      "longitude": 4.521966,
      "manager_name": "Jeremie RAULET",
      "mobile_number": null,
      "name": "MARSON",
      "owner": "SOUFFLET",
      "phone_number": "03 26 67 90 12",
      "timezone": "Europe/Paris",
      "zip_code": "51240"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRUE DE MONTSUZON\nFONTAINE COOLE",
      "city": "FAUX VESIGNEUL",
      "country": "FR",
      "email": "silo.faux-vesigneul@soufflet.com",
      "id": "221",
      "latitude": 48.796343,
      "longitude": 4.385317,
      "manager_name": "Vincent DOBIAS",
      "mobile_number": null,
      "name": "FAUX VESIGNEUL",
      "owner": "SOUFFLET",
      "phone_number": "03 26 70 60 05",
      "timezone": "Europe/Paris",
      "zip_code": "51320"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nD 14\nROUTE DE L ORME NOIX",
      "city": "HUIRON",
      "country": "FR",
      "email": "silo.huiron@soufflet.com",
      "id": "222",
      "latitude": 48.693232,
      "longitude": 4.508219,
      "manager_name": "julien BOIVIN",
      "mobile_number": null,
      "name": "HUIRON",
      "owner": "SOUFFLET",
      "phone_number": "03 26 74 22 24",
      "timezone": "Europe/Paris",
      "zip_code": "51300"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nD1\nRUE ST HILAIRE",
      "city": "LE FRESNE",
      "country": "FR",
      "email": "silo.le-fresne@soufflet.com",
      "id": "223",
      "latitude": 48.911379,
      "longitude": 4.650908,
      "manager_name": "Antoine JACQUIER",
      "mobile_number": null,
      "name": "LE FRESNE",
      "owner": "SOUFFLET",
      "phone_number": "03 26 67 90 57",
      "timezone": "Europe/Paris",
      "zip_code": "51240"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n15 RUE DE BASSU",
      "city": "VANAULT LE CHATEL",
      "country": "FR",
      "email": "silo.vanault-le-chatel@soufflet.com",
      "id": "224",
      "latitude": 48.85871,
      "longitude": 4.721777,
      "manager_name": "Raphael BOURGOIN",
      "mobile_number": null,
      "name": "VANAULT LE CHATEL",
      "owner": "SOUFFLET",
      "phone_number": "03 26 73 33 74",
      "timezone": "Europe/Paris",
      "zip_code": "51330"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE D AULNAY\nD60 LES CHAMPS DORMAT",
      "city": "LA CHAUSSEE S MARNE",
      "country": "FR",
      "email": "silo.la-chaussee-sur-marne@soufflet.com",
      "id": "225",
      "latitude": 48.830123,
      "longitude": 4.541977,
      "manager_name": "Gilles ADNET",
      "mobile_number": null,
      "name": "LA CHAUSSEE S MARNE",
      "owner": "SOUFFLET",
      "phone_number": "03 26 72 96 03",
      "timezone": "Europe/Paris",
      "zip_code": "51240"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLES CHAMPS DES DAURONS",
      "city": "ST PALAIS",
      "country": "FR",
      "email": "silo.saint-palais@soufflet.com",
      "id": "226",
      "latitude": 47.256921,
      "longitude": 2.393924,
      "manager_name": "Quentin ARCHAMBAULT",
      "mobile_number": "06 79 54 93 28",
      "name": "ST PALAIS",
      "owner": "SOUFFLET",
      "phone_number": "02 48 23 28 84",
      "timezone": "Europe/Paris",
      "zip_code": "18110"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nROUTE DE LA DIVE",
      "city": "ST MICHEL EN L HERM",
      "country": "FR",
      "email": "silo.st-michel-en-lherm@soufflet.com",
      "id": "227",
      "latitude": 46.32239,
      "longitude": -1.231384,
      "manager_name": "Nicolas RICHARD",
      "mobile_number": "06 03 96 09 06",
      "name": "ST MICHEL EN L HERM",
      "owner": "SOUFFLET",
      "phone_number": "02 51 97 60 96",
      "timezone": "Europe/Paris",
      "zip_code": "85580"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nHAMEAU DE NEZE",
      "city": "MEZIERES EN VEXIN",
      "country": "FR",
      "email": "silo.mezieres-en-vexin@soufflet.com",
      "id": "228",
      "latitude": 49.184502,
      "longitude": 1.501324,
      "manager_name": "Frederic MARC",
      "mobile_number": "06 16 23 49 13",
      "name": "MEZIERES EN VEXIN",
      "owner": "SOUFFLET",
      "phone_number": "02 32 52 35 45",
      "timezone": "Europe/Paris",
      "zip_code": "27510"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n1 LE SILO\nLA GRANDE GORCE",
      "city": "LE CHAY",
      "country": "FR",
      "email": "silo.le-chay@soufflet.com",
      "id": "229",
      "latitude": 45.642416,
      "longitude": -0.905971,
      "manager_name": "Yohan PAPIN",
      "mobile_number": null,
      "name": "LE CHAY",
      "owner": "SOUFFLET",
      "phone_number": "05 46 02 84 94",
      "timezone": "Europe/Paris",
      "zip_code": "17600"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nLE BOURG",
      "city": "BALANZAC",
      "country": "FR",
      "email": "silo.balanzac@soufflet.com",
      "id": "230",
      "latitude": 45.730856,
      "longitude": -0.840172,
      "manager_name": "Philippe MURAT",
      "mobile_number": null,
      "name": "BALANZAC",
      "owner": "SOUFFLET",
      "phone_number": "05 46 94 41 90",
      "timezone": "Europe/Paris",
      "zip_code": "17600"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nZA LES OUCHES\nROUTE DE HONVILLE",
      "city": "BOISVILLE LA ST PERE",
      "country": "FR",
      "email": "silo.boisville@soufflet.com",
      "id": "232",
      "latitude": 48.332928,
      "longitude": 1.692566,
      "manager_name": "Reynald HUET",
      "mobile_number": "06 23 21 34 42",
      "name": "BOISVILLE LA ST PERE",
      "owner": "SOUFFLET",
      "phone_number": "02 37 99 31 08",
      "timezone": "Europe/Paris",
      "zip_code": "28150"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE SEPMES LA BROSSE\nBP 17",
      "city": "STE MAURE DE TOURAINE",
      "country": "FR",
      "email": "silo.stmaure@soufflet.com",
      "id": "233",
      "latitude": 47.099675,
      "longitude": 0.62138,
      "manager_name": "Philippe GARROT",
      "mobile_number": "06 07 26 55 09",
      "name": "STE MAURE DE TOURAINE",
      "owner": "SOUFFLET",
      "phone_number": "02 47 72 30 05",
      "timezone": "Europe/Paris",
      "zip_code": "37800"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n7 RUE DES MINIMES\nBELLEVUE",
      "city": "ST JEAN DE LIVERSAY",
      "country": "FR",
      "email": "silo.saint-jean-de-liversay@soufflet.com",
      "id": "234",
      "latitude": 46.271196,
      "longitude": -0.882011,
      "manager_name": "Philippe PRUGNAUD",
      "mobile_number": null,
      "name": "ST JEAN DE LIVERSAY",
      "owner": "SOUFFLET",
      "phone_number": "05 46 01 99 19",
      "timezone": "Europe/Paris",
      "zip_code": "17170"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nLE VIEUX MAILLE",
      "city": "LA RONDE",
      "country": "FR",
      "email": "silo.laronde@soufflet.com",
      "id": "235",
      "latitude": 46.303695,
      "longitude": -0.818023,
      "manager_name": "Philippe PRUGNAUD",
      "mobile_number": null,
      "name": "LA RONDE",
      "owner": "SOUFFLET",
      "phone_number": "05 46 27 88 11",
      "timezone": "Europe/Paris",
      "zip_code": "17170"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nLA JUSTICE",
      "city": "NOYANT DE TOURAINE",
      "country": "FR",
      "email": "silo.noyant@soufflet.com",
      "id": "236",
      "latitude": 47.112202,
      "longitude": 0.576305,
      "manager_name": "Laurent MERLE",
      "mobile_number": null,
      "name": "NOYANT DE TOURAINE",
      "owner": "SOUFFLET",
      "phone_number": "02 47 73 50 24",
      "timezone": "Europe/Paris",
      "zip_code": "37800"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nCHEMIN DU PUY GAUTHIER",
      "city": "STE HERMINE",
      "country": "FR",
      "email": "silo.sainte-hermine@soufflet.com",
      "id": "237",
      "latitude": 46.548415,
      "longitude": -1.063793,
      "manager_name": "David GILBERT",
      "mobile_number": null,
      "name": "STE HERMINE",
      "owner": "SOUFFLET",
      "phone_number": "02 51 27 36 02",
      "timezone": "Europe/Paris",
      "zip_code": "85210"
    },
    {
      "activities_names": "Magasin appro",
      "address": "MAGASIN APPROS SOUFFLET\nCHEMIN DES DOCKS",
      "city": "CREPY EN VALOIS",
      "country": "FR",
      "email": "silo.crepy-en-valois@soufflet.com",
      "id": "238",
      "latitude": 49.229971,
      "longitude": 2.887541,
      "manager_name": "Laurent DUFAY",
      "mobile_number": "06 75 62 08 42",
      "name": "CREPY EN VALOIS MA",
      "owner": "SOUFFLET",
      "phone_number": "03 44 39 39 00",
      "timezone": "Europe/Paris",
      "zip_code": "60800"
    },
    {
      "activities_names": "Magasin appro",
      "address": "MAGASIN APPROS SOUFFLET\n4 RUE DE LA GARE DES MARCHANDISES",
      "city": "PUISEAUX",
      "country": "FR",
      "email": "silo.puiseaux-bineau@soufflet.com",
      "id": "239",
      "latitude": 48.205613,
      "longitude": 2.459338,
      "manager_name": "Laurent BRUNEAU",
      "mobile_number": "06 45 69 27 95",
      "name": "PUISEAUX BINEAU MA",
      "owner": "SOUFFLET",
      "phone_number": "02 38 33 60 77",
      "timezone": "Europe/Paris",
      "zip_code": "45390"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "PLATEFORME SOUFFLET\nLA CASTINIERE\nRD 1 ENTRE GARCHY ET CHAMPCELLEE",
      "city": "SUILLY LA TOUR",
      "country": "FR",
      "email": "silo.suilly-la-tour@soufflet.com",
      "id": "240",
      "latitude": 47.311227,
      "longitude": 3.081717,
      "manager_name": "Matthieu BITAULT",
      "mobile_number": null,
      "name": "SUILLY LA TOUR",
      "owner": "SOUFFLET",
      "phone_number": "03 86 24 46 17",
      "timezone": "Europe/Paris",
      "zip_code": "58150"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE BILLANCELLE",
      "city": "COURVILLE S EURE",
      "country": "FR",
      "email": "silo.courville@soufflet.com",
      "id": "241",
      "latitude": 48.459529,
      "longitude": 1.229495,
      "manager_name": "Sébastien MONTAUDOUIN",
      "mobile_number": "06 89 36 21 72",
      "name": "COURVILLE S EURE",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "28190"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "PLATEFORME SOUFFLET\nCHEZ MR PETILLON FREDERIC\n5 RUE DE VER",
      "city": "EVE",
      "country": "FR",
      "email": "silo.eve@soufflet.com",
      "id": "242",
      "latitude": 49.09319,
      "longitude": 2.702777,
      "manager_name": "Laurent DUFAY",
      "mobile_number": "06 01 00 13 58",
      "name": "EVE",
      "owner": "SOUFFLET",
      "phone_number": "03 44 60 18 10",
      "timezone": "Europe/Paris",
      "zip_code": "60330"
    },
    {
      "activities_names": "Plateforme stockage céréales",
      "address": "PLATEFORME SOUFFLET\nROUTE DE RUMILLY LES VAUDES",
      "city": "VAUDES",
      "country": "FR",
      "email": "silo.vaudes@soufflet.com",
      "id": "243",
      "latitude": 48.178617,
      "longitude": 4.185281,
      "manager_name": "Ludovic FARINET",
      "mobile_number": "06 86 21 99 33",
      "name": "VAUDES",
      "owner": "SOUFFLET",
      "phone_number": "03 25 42 88 47",
      "timezone": "Europe/Paris",
      "zip_code": "10260"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nLA BILLETTE",
      "city": "ST EPAIN",
      "country": "FR",
      "email": "silo.stepain@soufflet.com",
      "id": "244",
      "latitude": 47.158832,
      "longitude": 0.580518,
      "manager_name": "Thomas MAUCLERC",
      "mobile_number": null,
      "name": "ST EPAIN",
      "owner": "SOUFFLET",
      "phone_number": "02 47 65 81 11",
      "timezone": "Europe/Paris",
      "zip_code": "37800"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n2 CHEMIN ANCIENNE GARE\nZI",
      "city": "SAUSSAY LA CAMPAGNE",
      "country": "FR",
      "email": "silo.saussay-la-campagne@soufflet.com",
      "id": "246",
      "latitude": 49.314063,
      "longitude": 1.504643,
      "manager_name": "Thierry ARNAL",
      "mobile_number": "06 25 74 93 44",
      "name": "SAUSSAY LA  CAMPAGNE",
      "owner": "SOUFFLET",
      "phone_number": "02 32 55 82 31",
      "timezone": "Europe/Paris",
      "zip_code": "27150"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nLA CROIX",
      "city": "MANTHELAN",
      "country": "FR",
      "email": "silo.manthelan@soufflet.com",
      "id": "247",
      "latitude": 47.12916,
      "longitude": 0.777623,
      "manager_name": "Thomas MAUCLERC",
      "mobile_number": null,
      "name": "MANTHELAN",
      "owner": "SOUFFLET",
      "phone_number": "02 47 92 80 76",
      "timezone": "Europe/Paris",
      "zip_code": "37240"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nLE CORPS DE GARDE",
      "city": "LA CELLE ST AVANT",
      "country": "FR",
      "email": "silo.lacelle@soufflet.com",
      "id": "248",
      "latitude": 47.013531,
      "longitude": 0.599488,
      "manager_name": "Laurent MERLE",
      "mobile_number": "06 07 26 55 85",
      "name": "LA CELLE ST AVANT",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "37160"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nZI DE ST USTRES",
      "city": "INGRANDES",
      "country": "FR",
      "email": "silo.ingrandes@soufflet.com",
      "id": "249",
      "latitude": 46.895786,
      "longitude": 0.582827,
      "manager_name": "Laurent MERLE",
      "mobile_number": null,
      "name": "INGRANDES",
      "owner": "SOUFFLET",
      "phone_number": "05 49 02 73 77",
      "timezone": "Europe/Paris",
      "zip_code": "86220"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nROUTE DE BOURNAN",
      "city": "SEPMES",
      "country": "FR",
      "email": "silo.sepmes@soufflet.com",
      "id": "250",
      "latitude": 47.065559,
      "longitude": 0.684517,
      "manager_name": "Thomas MAUCLERC",
      "mobile_number": null,
      "name": "SEPMES",
      "owner": "SOUFFLET",
      "phone_number": "02 47 65 44 39",
      "timezone": "Europe/Paris",
      "zip_code": "37800"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLES PACAGES D ARGENSON\nROUTE DE MAILLE",
      "city": "NOUATRE",
      "country": "FR",
      "email": "silo.nouatre@soufflet.com",
      "id": "251",
      "latitude": 47.046659,
      "longitude": 0.562711,
      "manager_name": "Eric MILCENT",
      "mobile_number": null,
      "name": "NOUATRE",
      "owner": "SOUFFLET",
      "phone_number": "02 47 65 30 72",
      "timezone": "Europe/Paris",
      "zip_code": "37800"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "STOCKAGE SOUFFLET\nROUTE CHAPELAINE",
      "city": "SOMSOIS",
      "country": "FR",
      "email": "silo.somsois@soufflet.com",
      "id": "252",
      "latitude": 48.590105,
      "longitude": 4.498991,
      "manager_name": "Hervé Petit",
      "mobile_number": "06 48 74 02 61",
      "name": "SOMSOIS TRANSP VAL DE SOUDE STK",
      "owner": "SOUFFLET",
      "phone_number": "03 26 74 22 52",
      "timezone": "Europe/Paris",
      "zip_code": "51290"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLE GRIGNON",
      "city": "DESCARTES",
      "country": "FR",
      "email": "silo.descartes@soufflet.com",
      "id": "253",
      "latitude": 47.003538,
      "longitude": 0.644056,
      "manager_name": "Hubert COURTINE",
      "mobile_number": null,
      "name": "DESCARTES",
      "owner": "SOUFFLET",
      "phone_number": "02 47 92 45 27",
      "timezone": "Europe/Paris",
      "zip_code": "37160"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET\nLES GIRARDIERES",
      "city": "SORIGNY",
      "country": "FR",
      "email": "silo.sorigny@soufflet.com",
      "id": "254",
      "latitude": 47.193257,
      "longitude": 0.693894,
      "manager_name": "Marion POMMIER",
      "mobile_number": null,
      "name": "SORIGNY",
      "owner": "SOUFFLET",
      "phone_number": "02 47 26 96 62",
      "timezone": "Europe/Paris",
      "zip_code": "37250"
    },
    {
      "activities_names": "Silo portuaire fluvial",
      "address": "SILO SOUFFLET\nRUE DE LA SUCRERIE",
      "city": "BRAY S SEINE",
      "country": "FR",
      "email": "silo.braysurseine@soufflet.com",
      "id": "255",
      "latitude": 48.416259,
      "longitude": 3.229937,
      "manager_name": "Maximilien BADIN",
      "mobile_number": null,
      "name": "BRAY S SEINE",
      "owner": "SOUFFLET",
      "phone_number": "01 60 52 64 15",
      "timezone": "Europe/Paris",
      "zip_code": "77480"
    },
    {
      "activities_names": "Plateforme stockage céréales",
      "address": "STOCKAGE SOUFFLET\nCHEZ MR MAIGNIEL\nLD BOISSET HANNEQUIN",
      "city": "ST VINCENT DES BOIS",
      "country": "FR",
      "email": "silo.boisset@soufflet.com",
      "id": "256",
      "latitude": 49.05307,
      "longitude": 1.391481,
      "manager_name": "nc",
      "mobile_number": "06 23 27 54 10",
      "name": "ST VINCENT DES BOIS",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "27950"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nLD LA GARENNE",
      "city": "GIVERVILLE",
      "country": "FR",
      "email": "silo.giverville@soufflet.com",
      "id": "257",
      "latitude": 49.184788,
      "longitude": 0.572357,
      "manager_name": "Romain REIGNIER",
      "mobile_number": "06 28 47 05 52",
      "name": "GIVERVILLE",
      "owner": "SOUFFLET",
      "phone_number": "02 32 45 93 47",
      "timezone": "Europe/Paris",
      "zip_code": "27560"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nPLAINE DE MARTAINVILLE",
      "city": "LE CORMIER",
      "country": "FR",
      "email": "silo.le-cormier@soufflet.com",
      "id": "258",
      "latitude": 48.990417,
      "longitude": 1.298005,
      "manager_name": "Arnaud RENOULT",
      "mobile_number": "06 73 18 07 27",
      "name": "LE CORMIER",
      "owner": "SOUFFLET",
      "phone_number": "02 32 30 79 73",
      "timezone": "Europe/Paris",
      "zip_code": "27120"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE ST VINCENT DU BOULAY\nRD 138 DIRECTION THIBERVILLE",
      "city": "ST MARTIN DU TILLEUL",
      "country": "FR",
      "email": "silo.saint-martin-du-tilleul@soufflet.com",
      "id": "259",
      "latitude": 49.109582,
      "longitude": 0.512926,
      "manager_name": "Ludovic AUDREN",
      "mobile_number": "06 48 74 03 17",
      "name": "ST MARTIN DU TILLEUL",
      "owner": "SOUFFLET",
      "phone_number": "02 32 46 46 52",
      "timezone": "Europe/Paris",
      "zip_code": "27300"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n4 RUE DU DANEMARK",
      "city": "CANTELEU",
      "country": "FR",
      "email": "psoufflet@soufflet.com",
      "id": "260",
      "latitude": 49.424363,
      "longitude": 1.020228,
      "manager_name": "Pascal SOUFFLET",
      "mobile_number": null,
      "name": "DIEPPEDALLE CROISSET CANTELEU",
      "owner": "SOUFFLET",
      "phone_number": "02 35 36 30 50",
      "timezone": "Europe/Paris",
      "zip_code": "76380"
    },
    {
      "activities_names": "Plateforme stockage céréales",
      "address": "PLATEFORME SOUFFLET\nZA LA MAINBORGERE\nRUE DE LA MAROTTE",
      "city": "CHATEAU GUIBERT",
      "country": "FR",
      "email": "silo.bournezeau@soufflet.com",
      "id": "261",
      "latitude": 46.56704,
      "longitude": -1.276601,
      "manager_name": "Romain ROY",
      "mobile_number": "06 19 25 83 39",
      "name": "CHATEAU GUIBERT",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "85320"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nZI LES BUTZ",
      "city": "MARTAINNEVILLE",
      "country": "FR",
      "email": "silo.martainneville@soufflet.com",
      "id": "262",
      "latitude": 50.011739,
      "longitude": 1.718883,
      "manager_name": "Antoine Foudrinier",
      "mobile_number": "06 27 09 35 83",
      "name": "MARTAINNEVILLE",
      "owner": "SOUFFLET",
      "phone_number": "03 22 24 47 69",
      "timezone": "Europe/Paris",
      "zip_code": "80140"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRTE DE ST JUST",
      "city": "FOUQUEROLLES",
      "country": "FR",
      "email": "silo.fouquerolles@soufflet.com",
      "id": "263",
      "latitude": 49.459018,
      "longitude": 2.217107,
      "manager_name": "Florian VALTENAIRE",
      "mobile_number": null,
      "name": "FOUQUEROLLES",
      "owner": "SOUFFLET",
      "phone_number": "03 44 10 51 00",
      "timezone": "Europe/Paris",
      "zip_code": "60510"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n1 ROUTE DEPARTEMENTALE",
      "city": "OROER",
      "country": "FR",
      "email": "silo.oroer@soufflet.com",
      "id": "264",
      "latitude": 49.500039,
      "longitude": 2.163462,
      "manager_name": "Julien LESEUTE",
      "mobile_number": "06 03 26 36 66",
      "name": "OROER",
      "owner": "SOUFFLET",
      "phone_number": "03 44 79 24 59",
      "timezone": "Europe/Paris",
      "zip_code": "60510"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nZI RTE NATIONALE",
      "city": "QUEVAUVILLERS",
      "country": "FR",
      "email": "silo.quevauvillers@soufflet.com",
      "id": "265",
      "latitude": 49.819418,
      "longitude": 2.077265,
      "manager_name": "Mathieu PIGNON",
      "mobile_number": "06 27 09 35 92",
      "name": "QUEVAUVILLERS",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "80710"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n7 QUAI DE L APPORT PARIS",
      "city": "CORBEIL ESSONNES",
      "country": "FR",
      "email": "silo.corbeil@soufflet.com",
      "id": "266",
      "latitude": 48.615146,
      "longitude": 2.479824,
      "manager_name": "YANNICK CAILLETEAU",
      "mobile_number": "06 76 09 25 28",
      "name": "CORBEIL ESSONNES",
      "owner": "SOUFFLET",
      "phone_number": "01 60 90 41 24",
      "timezone": "Europe/Paris",
      "zip_code": "91100"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nRUE DU MOULIN",
      "city": "BONNARD",
      "country": "FR",
      "email": "silo.bonnard@soufflet.com",
      "id": "268",
      "latitude": 47.923015,
      "longitude": 3.535764,
      "manager_name": "Anthony MICHAUD",
      "mobile_number": "06 82 56 55 51",
      "name": "BONNARD",
      "owner": "SOUFFLET",
      "phone_number": "03 86 73 23 95",
      "timezone": "Europe/Paris",
      "zip_code": "89400"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "SILO SOUFFLET BIO\n4 RUE DE LA MALTERIE",
      "city": "ARCIS S AUBE",
      "country": "FR",
      "email": "silo.arcis-sur-aube@soufflet.com",
      "id": "269",
      "latitude": 48.532881,
      "longitude": 4.131626,
      "manager_name": "Gabriel BARRIER",
      "mobile_number": null,
      "name": "ARCIS S AUBE BIO",
      "owner": "SOUFFLET",
      "phone_number": "03 25 37 81 06",
      "timezone": "Europe/Paris",
      "zip_code": "10700"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE MALESHERBES",
      "city": "PUISEAUX",
      "country": "FR",
      "email": "silo.puiseaux1@soufflet.com",
      "id": "271",
      "latitude": 48.214251,
      "longitude": 2.45922,
      "manager_name": "Eric JAQUEMONT",
      "mobile_number": "06 76 09 03 72",
      "name": "PUISEAUX HUREL",
      "owner": "SOUFFLET",
      "phone_number": "02 38 33 53 27",
      "timezone": "Europe/Paris",
      "zip_code": "45390"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE D ORMESSON",
      "city": "CHATENOY",
      "country": "FR",
      "email": "silo.chatenoy@soufflet.com",
      "id": "272",
      "latitude": 48.232348,
      "longitude": 2.634404,
      "manager_name": "Sebastien DUCASTEL",
      "mobile_number": "06 45 69 62 14",
      "name": "CHATENOY",
      "owner": "SOUFFLET",
      "phone_number": "01 64 45 54 56",
      "timezone": "Europe/Paris",
      "zip_code": "77167"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n18 RUE DE LA FORET",
      "city": "BINAS",
      "country": "FR",
      "email": "silo.binas@soufflet.com",
      "id": "274",
      "latitude": 47.901638,
      "longitude": 1.459371,
      "manager_name": "Christophe BLET",
      "mobile_number": "06 12 85 36 24",
      "name": "BINAS",
      "owner": "SOUFFLET",
      "phone_number": "02 54 82 41 28",
      "timezone": "Europe/Paris",
      "zip_code": "41240"
    },
    {
      "activities_names": "Magasin appro",
      "address": "MAGASIN APPROS SOUFFLET\nRUE DE L ARTISANAT",
      "city": "VIBRAYE",
      "country": "FR",
      "email": "silo.vibraye@soufflet.com",
      "id": "276",
      "latitude": 48.071105,
      "longitude": 0.736479,
      "manager_name": "Elise CALLU",
      "mobile_number": "06 34 53 01 47",
      "name": "VIBRAYE MA",
      "owner": "SOUFFLET",
      "phone_number": "02 43 71 89 19",
      "timezone": "Europe/Paris",
      "zip_code": "72320"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\n127 ROUTE DE LA FERTE\nLE RETARD",
      "city": "FEROLLES",
      "country": "FR",
      "email": "silo.ferolles@soufflet.com",
      "id": "277",
      "latitude": 47.829092,
      "longitude": 2.09969,
      "manager_name": "Dominique ALLARD",
      "mobile_number": "06 17 91 40 96",
      "name": "FEROLLES",
      "owner": "SOUFFLET",
      "phone_number": "02 38 46 80 14",
      "timezone": "Europe/Paris",
      "zip_code": "45150"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "SILO SOUFFLET\nROUTE DE LA CROIX CHAILLAT",
      "city": "VICQ EXEMPLET",
      "country": "FR",
      "email": "silo.vicq-exemplet@soufflet.com",
      "id": "278",
      "latitude": 46.94679,
      "longitude": 2.34974,
      "manager_name": "Philippe DESSOUBRAIS",
      "mobile_number": "06 09 90 68 40",
      "name": "VICQ EXEMPLET",
      "owner": "SOUFFLET",
      "phone_number": "02 54 30 04 80",
      "timezone": "Europe/Paris",
      "zip_code": "36400"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "STOCKAGE SOUFFLET\nCHEZ SCEA DU DOU BRAY",
      "city": "DOUVREND",
      "country": "FR",
      "email": "silo.douvrend@soufflet.com",
      "id": "291",
      "latitude": 49.876646,
      "longitude": 1.308474,
      "manager_name": "Cyril TOURET",
      "mobile_number": "06 13 22 43 00",
      "name": "DOUVREND",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "76630"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "STOCKAGE SOUFFLET\nCENTRE EREALES\nVGE DU GRAND CHEMIN",
      "city": "LEVET",
      "country": "FR",
      "email": "silo.levet@soufflet.com",
      "id": "292",
      "latitude": 46.564851,
      "longitude": 2.210011,
      "manager_name": "Julien BERNARD",
      "mobile_number": "06 03 81 63 97",
      "name": "LEVET",
      "owner": "SOUFFLET",
      "phone_number": "02 48 23 00 48",
      "timezone": "Europe/Paris",
      "zip_code": "18340"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "PLATEFORME SOUFFLET\nLIEU DIT LA BUTTE AU COQ\nMAINVILLIERS",
      "city": "LE MALESHERBOIS",
      "country": "FR",
      "email": "silo.mainvilliers@soufflet.com",
      "id": "301",
      "latitude": 48.296126,
      "longitude": 2.317836,
      "manager_name": "Clément HAUTEFEUILLE",
      "mobile_number": "06 71 74 75 83",
      "name": "MAINVILLIERS",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "45330"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "STOCKAGE SOUFFLET\n25 BIS RUE D ALVA",
      "city": "DURY",
      "country": "FR",
      "email": "silo.dury@soufflet.com",
      "id": "303",
      "latitude": 49.744235,
      "longitude": 3.134563,
      "manager_name": "nc",
      "mobile_number": "06 11 17 73 74",
      "name": "DURY",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "02480"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "STOCKAGE SOUFFLET\nCHEZ LETANG NEGOCE\nROUTE DE SOISSONS",
      "city": "OULCHY LE CHATEAU",
      "country": "FR",
      "email": "silo.oulchylechateau@soufflet.com",
      "id": "307",
      "latitude": 49.211704,
      "longitude": 3.369608,
      "manager_name": "nc",
      "mobile_number": "06 72 28 86 30",
      "name": "OULCHY LE CHATEAU LETANG NEGOCE STK",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "02210"
    },
    {
      "activities_names": "Silos stockage céréales",
      "address": "STOCKAGE SOUFFLET\n8 RUE D ACONIN",
      "city": "NOYANT ET ACONIN",
      "country": "FR",
      "email": "silo.noyant-aconin@soufflet.com",
      "id": "308",
      "latitude": 49.326211,
      "longitude": 3.324879,
      "manager_name": "nc",
      "mobile_number": "06 72 28 86 30",
      "name": "NOYANT ET ACONIN DAUDRE STK",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "02200"
    },
    {
      "activities_names": "Site stockage appro",
      "address": "Zlechovska 1699",
      "city": "Stare Mesto",
      "country": "CZ",
      "email": "vhrubos@soufflet.com",
      "id": "312",
      "latitude": 49.0698083,
      "longitude": 17.4127,
      "manager_name": "Vlastimil HRUBOS",
      "mobile_number": null,
      "name": "Stare mesto",
      "owner": "SOUFFLET",
      "phone_number": null,
      "region": "Moravia",
      "timezone": "Europe/Prague",
      "zip_code": "686 02"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "U Výkupního strediska 218",
      "city": "Praha 5 - Reporyje",
      "country": "CZ",
      "email": "lsmejkalova@soufflet.com",
      "id": "313",
      "latitude": 50.0334833,
      "longitude": 14.3065972,
      "manager_name": "Lenka SMEJKALOVA",
      "mobile_number": null,
      "name": "Reporyje",
      "owner": "SOUFFLET",
      "phone_number": null,
      "region": "Bohemia",
      "timezone": "Europe/Prague",
      "zip_code": "155 00"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Skalice nad Svitavou 157",
      "city": "Skalice nad Svitavou",
      "country": "CZ",
      "email": "jfiala@soufflet.com",
      "id": "314",
      "latitude": 49.481986,
      "longitude": 16.59905,
      "manager_name": "Jiri FIALA",
      "mobile_number": null,
      "name": "Skalice",
      "owner": "SOUFFLET",
      "phone_number": null,
      "region": "Bohemia",
      "timezone": "Europe/Prague",
      "zip_code": "679 01"
    },
    {
      "activities_names": "Site Mixte Céréales Semences",
      "address": "Krenovska 1375",
      "city": "Kojetín",
      "country": "CZ",
      "email": "jhorvathova@soufflet.com",
      "id": "315",
      "latitude": 49.3390917,
      "longitude": 17.294278,
      "manager_name": "Jana HORVATHOVA",
      "mobile_number": null,
      "name": "Kojetin",
      "owner": "SOUFFLET",
      "phone_number": null,
      "region": "Moravia",
      "timezone": "Europe/Prague",
      "zip_code": "752 01"
    },
    {
      "activities_names": "Site Mixte Appros Semences",
      "address": "Litovicka 672",
      "city": "Hostivice u Prahy",
      "country": "CZ",
      "email": "onovotny@soufflet.com",
      "id": "316",
      "latitude": 50.074381,
      "longitude": 14.222619,
      "manager_name": "Oldrich NOVOTNY",
      "mobile_number": null,
      "name": "Litovice",
      "owner": "SOUFFLET",
      "phone_number": null,
      "region": "Moravia",
      "timezone": "Europe/Prague",
      "zip_code": "253 01"
    },
    {
      "activities_names": "Plateforme stockage céréales",
      "address": "STOCKAGE SOUFFLET\nROUTE D ANZELY\nCIZELY",
      "city": "BILLY CHEVANNES",
      "country": "FR",
      "email": "silo.billychevannes@soufflet.com",
      "id": "317",
      "latitude": 47.003165,
      "longitude": 3.284941,
      "manager_name": "Vincent LECLERC",
      "mobile_number": "06 86 70 00 02",
      "name": "BILLY CHEVANNES CROIX DE CRIENS CHATELA",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "58270"
    },
    {
      "activities_names": "Plateforme stockage céréales",
      "address": "STOCKAGE SOUFFLET\n9 RUE DES BARRATS\nLES MORINS",
      "city": "GERMIGNY S LOIRE",
      "country": "FR",
      "email": "silo.germigny@soufflet.com",
      "id": "318",
      "latitude": 47.040517,
      "longitude": 3.035434,
      "manager_name": "Vincent LECLERC",
      "mobile_number": "06 86 70 00 02",
      "name": "GERMIGNY S LOIRE RAMEAU STK",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "58320"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Ivana Boguna 4",
      "city": "Tomashpil",
      "country": "UA",
      "email": "O.Urbanskiy@akzd.com.ua",
      "id": "320",
      "latitude": 48.536414,
      "longitude": 28.519321,
      "manager_name": null,
      "mobile_number": "674320787",
      "name": "Agrocomplex Zelena dolyna",
      "owner": "EXT",
      "phone_number": null,
      "region": "Vinnits'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "24200"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Vynnychenka 105",
      "city": "Gorodenka",
      "country": "UA",
      "email": "ripak2@ukr.net",
      "id": "334",
      "latitude": 48.682747,
      "longitude": 25.474924,
      "manager_name": null,
      "mobile_number": "380673067120",
      "name": "Agrofirma Vilhivtsi",
      "owner": "EXT",
      "phone_number": null,
      "region": "Ivano-Frankivs'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "78100"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Yershova 11",
      "city": "Lutsk",
      "country": "UA",
      "email": "krysko@pankurchak.com.ua",
      "id": "342",
      "latitude": 50.76901,
      "longitude": 25.370716,
      "manager_name": null,
      "mobile_number": "676780320",
      "name": "Agtekhnika",
      "owner": "EXT",
      "phone_number": null,
      "region": "Volins'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "43025"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Shoseina 1",
      "city": "Zdanove",
      "country": "UA",
      "email": "privolnoehzp@gmail.com",
      "id": "354",
      "latitude": 48.229875,
      "longitude": 34.75795,
      "manager_name": null,
      "mobile_number": "970344797",
      "name": "Pryvilnianske HPP",
      "owner": "EXT",
      "phone_number": null,
      "region": "Dnipropetrovs'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "52402"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Parkova 28",
      "city": "Radyvyliv",
      "country": "UA",
      "email": "izakharchuk@agroprosperis.com",
      "id": "357",
      "latitude": 50.132559,
      "longitude": 25.246917,
      "manager_name": null,
      "mobile_number": "975404546",
      "name": "Radyvylivskiy elevator",
      "owner": "EXT",
      "phone_number": null,
      "region": "Rivnens'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "35500"
    },
    {
      "activities_names": "to delete",
      "address": "Zviagelska 19 A",
      "city": "Oliivka",
      "country": "UA",
      "email": "KotsiubynskyiO@rise.ua",
      "id": "369",
      "latitude": 50.343212,
      "longitude": 28.688265,
      "manager_name": null,
      "mobile_number": "673274775",
      "name": "Zernoprom Agro",
      "owner": "EXT",
      "phone_number": null,
      "region": "Zhitomirs'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "12402"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Nezalezhnosti 56",
      "city": "Piatydni",
      "country": "UA",
      "email": "tzov.pjatudni@gmail.com",
      "id": "372",
      "latitude": 50.850664,
      "longitude": 24.220012,
      "manager_name": null,
      "mobile_number": "675645339",
      "name": "Piatydni",
      "owner": "EXT",
      "phone_number": null,
      "region": "Volins'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "44730"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Pushkina 85",
      "city": "Pokrovske",
      "country": "UA",
      "email": "zat_kontraktova@ukr.net",
      "id": "375",
      "latitude": 47.96921,
      "longitude": 36.210426,
      "manager_name": null,
      "mobile_number": "502294802",
      "name": "Agrofirma Kontraktova",
      "owner": "EXT",
      "phone_number": null,
      "region": "Dnipropetrovs'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "53600"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Proizdnyi 11",
      "city": "Dubno",
      "country": "UA",
      "email": "marchenkos@ulf.com.ua",
      "id": "376",
      "latitude": 50.367547,
      "longitude": 25.762798,
      "manager_name": null,
      "mobile_number": "672407197",
      "name": "Zahidnyi TDP",
      "owner": "EXT",
      "phone_number": null,
      "region": "Rivnens'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "35600"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Lutska 15",
      "city": "Kovel",
      "country": "UA",
      "email": "kovelbaza@ukr.net",
      "id": "379",
      "latitude": 51.202792,
      "longitude": 24.742113,
      "manager_name": null,
      "mobile_number": null,
      "name": "Kovelska realizatsiyina baza hliboprodyktiv",
      "owner": "EXT",
      "phone_number": null,
      "region": "Volins'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "45000"
    },
    {
      "activities_names": "Site stockage appro",
      "address": "Vokzalna 1",
      "city": "Zhashkiv",
      "country": "UA",
      "email": "Gelevator@meta.ua",
      "id": "387",
      "latitude": 49.245427,
      "longitude": 30.09287,
      "manager_name": "Nina PALIONKO",
      "mobile_number": null,
      "name": "Input Soufflet WH Zhaskiv",
      "owner": "SOUFFLET",
      "phone_number": null,
      "region": "Cherkas'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "19200"
    },
    {
      "activities_names": "Site stockage appro",
      "address": "Pryvokzalna 7",
      "city": "Karolina",
      "country": "UA",
      "email": "vtraydakalo@soufflet.com",
      "id": "388",
      "latitude": 48.93181,
      "longitude": 28.95807,
      "manager_name": "Victor TRAYDAKALO",
      "mobile_number": "504615996",
      "name": "Input Soufflet WH Karolina",
      "owner": "SOUFFLET",
      "phone_number": null,
      "region": "Vinnits'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "22850"
    },
    {
      "activities_names": "Site stockage appro",
      "address": "Zelena 1",
      "city": "Gorodok",
      "country": "UA",
      "email": "ihnibeda@soufflet.com",
      "id": "389",
      "latitude": 49.167638,
      "longitude": 26.597484,
      "manager_name": "Illia HNYBIDA",
      "mobile_number": "380504382479",
      "name": "Input Soufflet WH Gorodok",
      "owner": "SOUFFLET",
      "phone_number": null,
      "region": "Hmel'nits'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "32002"
    },
    {
      "activities_names": "Site stockage appro",
      "address": "Yurkivska 14-T",
      "city": "Yarun",
      "country": "UA",
      "email": "amryglod@soufflet.com",
      "id": "390",
      "latitude": 50.5208351,
      "longitude": 27.5473914,
      "manager_name": null,
      "mobile_number": "380503051589",
      "name": "Input Soufflet WH YARUN",
      "owner": "SOUFFLET",
      "phone_number": null,
      "region": "Zhitomirs'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "11762"
    },
    {
      "activities_names": "Site Mixte Céréales Semences",
      "address": "Vokzalna 1",
      "city": "Zhashkiv",
      "country": "UA",
      "email": "npalyonko@soufflet.com",
      "id": "391",
      "latitude": 49.245427,
      "longitude": 30.09287,
      "manager_name": "Nina PALIONKO",
      "mobile_number": "504361296",
      "name": "Zhashkivskiy elevator SAU (grain silo)",
      "owner": "SOUFFLET",
      "phone_number": "4747 6-11-90",
      "region": "Cherkas'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "19200"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Pryvokzalna 7",
      "city": "Karolina",
      "country": "UA",
      "email": "vtraydakalo@soufflet.com",
      "id": "392",
      "latitude": 48.93181,
      "longitude": 28.95807,
      "manager_name": "Victor TRAYDAKALO",
      "mobile_number": "50 461-50-30",
      "name": "Karolinskiy elevator SAU (grain silo)",
      "owner": "SOUFFLET",
      "phone_number": "04331 3-72-43",
      "region": "Vinnits'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "22850"
    },
    {
      "activities_names": "Site Mixte Céréales Semences",
      "address": "Zelena 1",
      "city": "Gorodok",
      "country": "UA",
      "email": "ihnibeda@soufflet.com",
      "id": "393",
      "latitude": 49.167638,
      "longitude": 26.597484,
      "manager_name": "Illia HNYBIDA",
      "mobile_number": "504143000",
      "name": "Gorodotskiy elevator SAU (grain silo)",
      "owner": "SOUFFLET",
      "phone_number": null,
      "region": "Hmel'nits'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "32002"
    },
    {
      "activities_names": "Site stockage appro",
      "address": "KM 10 Dreapta 1",
      "city": "Giarmata",
      "country": "RO",
      "email": "ihint@soufflet.com",
      "id": "398",
      "latitude": 45.834461,
      "longitude": 21.294572,
      "manager_name": "Ioana HINT",
      "mobile_number": null,
      "name": "Indus Giarmata",
      "owner": "EXT",
      "phone_number": null,
      "region": "Timis",
      "timezone": "Europe/Bucharest",
      "zip_code": "307210"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Islaz Teleorman, Corabiei 949",
      "city": "Islaz",
      "country": "RO",
      "email": "soufflet.agro.romania@soufflet.com",
      "id": "403",
      "latitude": 43.775558,
      "longitude": 24.487198,
      "manager_name": "Bogdan Dordea",
      "mobile_number": "0748133340",
      "name": "Refdan Islaz",
      "owner": "EXT",
      "phone_number": null,
      "region": "Teleorman",
      "timezone": "Europe/Bucharest",
      "zip_code": "147160"
    },
    {
      "activities_names": "Site Mixte Céréales Appros",
      "address": "Str Garii 88",
      "city": "Tandarei",
      "country": "RO",
      "email": "istan@soufflet.com",
      "id": "414",
      "latitude": 44.656471,
      "longitude": 27.643521,
      "manager_name": "Ion Stan",
      "mobile_number": null,
      "name": "Silo Tandarei",
      "owner": "SOUFFLET",
      "phone_number": null,
      "region": "Ialomita",
      "timezone": "Europe/Bucharest",
      "zip_code": "925200"
    },
    {
      "activities_names": "Site Mixte Céréales Semences",
      "address": "Sos Baldovinesti 9",
      "city": "Braila",
      "country": "RO",
      "email": "itoma@soufflet.com",
      "id": "415",
      "latitude": 45.306735,
      "longitude": 27.9346,
      "manager_name": "Ionela-Daniela TOMA",
      "mobile_number": null,
      "name": "Silo Braila",
      "owner": "SOUFFLET",
      "phone_number": null,
      "region": "Braila",
      "timezone": "Europe/Bucharest",
      "zip_code": "810167"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "DN 6, KM 587+180 stanga",
      "city": "Biled",
      "country": "RO",
      "email": "fstanila@soufflet.com",
      "id": "416",
      "latitude": 45.903898,
      "longitude": 20.930515,
      "manager_name": "Florin Stanila",
      "mobile_number": null,
      "name": "Silo Biled",
      "owner": "SOUFFLET",
      "phone_number": null,
      "region": "Timis",
      "timezone": "Europe/Bucharest",
      "zip_code": "307060"
    },
    {
      "activities_names": "Silo de collecte externe",
      "address": "Za Drahou 4332/4",
      "city": "Prostejov",
      "country": "CZ",
      "email": "obchod@moragro.cz",
      "id": "420",
      "latitude": 49.4730625,
      "longitude": 17.1424375,
      "manager_name": "Hana Pospisilova",
      "mobile_number": "+420 737 288 062",
      "name": "Moragro Prostejov",
      "owner": "EXT",
      "phone_number": null,
      "region": "Moravia",
      "timezone": "Europe/Prague",
      "zip_code": "796 01"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Laskov 5",
      "city": "Laskov",
      "country": "CZ",
      "email": "obchod@moragro.cz",
      "id": "421",
      "latitude": 49.5870503,
      "longitude": 17.0030908,
      "manager_name": "Pospisilova",
      "mobile_number": "+420 737 288 062",
      "name": "Moragro Laskov",
      "owner": "EXT",
      "phone_number": null,
      "region": "Moravia",
      "timezone": "Europe/Prague",
      "zip_code": "798 57"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Libichov 7",
      "city": "Lustenice",
      "country": "CZ",
      "email": "pavlicek.libichov@seznam.cz",
      "id": "422",
      "latitude": 50.3639628,
      "longitude": 14.9373494,
      "manager_name": "Pavlicek",
      "mobile_number": "+420 604 234 860",
      "name": "Sycina",
      "owner": "EXT",
      "phone_number": null,
      "region": "Bohemia",
      "timezone": "Europe/Prague",
      "zip_code": "294 42"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Hodonice",
      "city": "Hodonice",
      "country": "CZ",
      "email": "libor.prochazka@navos-km.cz",
      "id": "423",
      "latitude": 48.845765,
      "longitude": 16.1616806,
      "manager_name": "Prochazka",
      "mobile_number": "+420 777 800 635",
      "name": "Navos Hodonice",
      "owner": "EXT",
      "phone_number": null,
      "region": "Moravia",
      "timezone": "Europe/Prague",
      "zip_code": "671 25"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "ZD Olsany-Hablov",
      "city": "Olsany u Prostejova",
      "country": "CZ",
      "email": "zdolsany@quick.cz",
      "id": "424",
      "latitude": 49.5336239,
      "longitude": 17.1620472,
      "manager_name": "Lezak",
      "mobile_number": "+420 602 755 961",
      "name": "Olsany",
      "owner": "EXT",
      "phone_number": null,
      "region": "Moravia",
      "timezone": "Europe/Prague",
      "zip_code": "798 14"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Namest na Hane 338",
      "city": "Namest na Hane",
      "country": "CZ",
      "email": "borutamirek@seznam.cz",
      "id": "425",
      "latitude": 49.5967736,
      "longitude": 17.0697025,
      "manager_name": "Boruta",
      "mobile_number": "+420 737 332 898",
      "name": "Namest na Hane",
      "owner": "EXT",
      "phone_number": null,
      "region": "Moravia",
      "timezone": "Europe/Prague",
      "zip_code": "783 44"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Jihoslovanska 326/10",
      "city": "Olomouc",
      "country": "CZ",
      "email": "zemanek.vlastislav@seznam.cz",
      "id": "426",
      "latitude": 49.5825290541,
      "longitude": 17.2469683489,
      "manager_name": "Zemanek",
      "mobile_number": "+420 603 265 012",
      "name": "Povel Olomouc",
      "owner": "EXT",
      "phone_number": null,
      "region": "Moravia",
      "timezone": "Europe/Prague",
      "zip_code": "779 00"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Oslavanska 941",
      "city": "Ivancice",
      "country": "CZ",
      "email": "ladislav.kopta@navos-km.cz",
      "id": "427",
      "latitude": 49.1073336,
      "longitude": 16.3545014,
      "manager_name": "Kopta",
      "mobile_number": "+420 720 967 168",
      "name": "Ivancice",
      "owner": "EXT",
      "phone_number": null,
      "region": "Moravia",
      "timezone": "Europe/Prague",
      "zip_code": "664 91"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Trida 1. maje 106/8",
      "city": "Breclav",
      "country": "CZ",
      "email": "dvorak@tlak.smolik.cz",
      "id": "428",
      "latitude": 48.7532403,
      "longitude": 16.8670131,
      "manager_name": "Dvorak",
      "mobile_number": "+420 608 770 843",
      "name": "Postorna",
      "owner": "EXT",
      "phone_number": null,
      "region": "Moravia",
      "timezone": "Europe/Prague",
      "zip_code": "691 41"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Vinorska 254",
      "city": "Radonice",
      "country": "CZ",
      "email": "s.nemec@seznam.cz",
      "id": "429",
      "latitude": 50.174195,
      "longitude": 14.5578858,
      "manager_name": "Nemec",
      "mobile_number": "+420 602 217 209",
      "name": "Velen",
      "owner": "EXT",
      "phone_number": null,
      "region": "Bohemia",
      "timezone": "Europe/Prague",
      "zip_code": "250 73"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Vinorska 254",
      "city": "Radonice",
      "country": "CZ",
      "email": "s.nemec@seznam.cz",
      "id": "430",
      "latitude": 50.1430897,
      "longitude": 14.5909592,
      "manager_name": "Nemec",
      "mobile_number": "+420 602 217 209",
      "name": "Radonice",
      "owner": "EXT",
      "phone_number": null,
      "region": "Bohemia",
      "timezone": "Europe/Prague",
      "zip_code": "250 73"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Predboj 140",
      "city": "Predboj",
      "country": "CZ",
      "email": "zevos.predboj@seznam.cz",
      "id": "431",
      "latitude": 50.2221758,
      "longitude": 14.4764811,
      "manager_name": "Jelinek",
      "mobile_number": "+420 602 389 202",
      "name": "Predboj",
      "owner": "EXT",
      "phone_number": null,
      "region": "Bohemia",
      "timezone": "Europe/Prague",
      "zip_code": "250 72"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Liblice 145",
      "city": "Liblice",
      "country": "CZ",
      "email": "agroliblice@centrum.cz",
      "id": "432",
      "latitude": 50.3164289,
      "longitude": 14.5911569,
      "manager_name": "Hluze",
      "mobile_number": "+420 603 182 625",
      "name": "Liblice",
      "owner": "EXT",
      "phone_number": null,
      "region": "Bohemia",
      "timezone": "Europe/Prague",
      "zip_code": "277 32"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Nebovidy 73",
      "city": "Kolin",
      "country": "CZ",
      "email": "silo@poline.eu",
      "id": "433",
      "latitude": 49.9928731,
      "longitude": 15.2253639,
      "manager_name": "Hermankova",
      "mobile_number": "+420 734 504 442",
      "name": "Nebovidy",
      "owner": "EXT",
      "phone_number": null,
      "region": "Bohemia",
      "timezone": "Europe/Prague",
      "zip_code": "280 02"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Farma Kmetinevez",
      "city": "Hospozin",
      "country": "CZ",
      "email": "farmaspomysl@seznam.cz",
      "id": "434",
      "latitude": 50.3394964,
      "longitude": 14.3627456,
      "manager_name": "Janikova",
      "mobile_number": "+420 724 557 120",
      "name": "Spomysl",
      "owner": "EXT",
      "phone_number": null,
      "region": "Bohemia",
      "timezone": "Europe/Prague",
      "zip_code": "273 22"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Sytno 76",
      "city": "Sytno",
      "country": "CZ",
      "email": "sychraspol@seznam.cz",
      "id": "435",
      "latitude": 49.741065,
      "longitude": 13.0363264,
      "manager_name": "Hrad",
      "mobile_number": "+420 374 624 422",
      "name": "Sytno",
      "owner": "EXT",
      "phone_number": null,
      "region": "Bohemia",
      "timezone": "Europe/Prague",
      "zip_code": "349 01"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Zaluzi 157",
      "city": "Zaluzi",
      "country": "CZ",
      "email": "zdmorina@zdmorina.cz",
      "id": "436",
      "latitude": 49.8480522,
      "longitude": 13.8641286,
      "manager_name": "Knotek",
      "mobile_number": "+420 603 169 719",
      "name": "Morina /Zaluzi/",
      "owner": "EXT",
      "phone_number": null,
      "region": "Bohemia",
      "timezone": "Europe/Prague",
      "zip_code": "267 61"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Tlustice 33",
      "city": "Tlustice",
      "country": "CZ",
      "email": "zdmorina@zdmorina.cz",
      "id": "437",
      "latitude": 49.8506842,
      "longitude": 13.8897603,
      "manager_name": "Knotek",
      "mobile_number": "+420 603 169 719",
      "name": "Morina /Tlustice/",
      "owner": "EXT",
      "phone_number": null,
      "region": "Bohemia",
      "timezone": "Europe/Prague",
      "zip_code": "268 01"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Stichovice 24",
      "city": "Stichovice",
      "country": "CZ",
      "email": "zdvstichovice@volny.cz",
      "id": "438",
      "latitude": 49.9800219,
      "longitude": 13.3032081,
      "manager_name": "Bulin",
      "mobile_number": "+420 602 130 727",
      "name": "Stichovice",
      "owner": "EXT",
      "phone_number": null,
      "region": "Bohemia",
      "timezone": "Europe/Prague",
      "zip_code": "331 41"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Pod Kostelem 55",
      "city": "Hostoun",
      "country": "CZ",
      "email": "novotnyhostoun@email.cz",
      "id": "439",
      "latitude": 50.1077283,
      "longitude": 14.1881739,
      "manager_name": "Novotny",
      "mobile_number": "603183271",
      "name": "Hostoun",
      "owner": "EXT",
      "phone_number": null,
      "region": "Bohemia",
      "timezone": "Europe/Prague",
      "zip_code": "273 53"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Velke Chvalovice 122",
      "city": "Pecky",
      "country": "CZ",
      "email": "info@bartakmf.cz",
      "id": "440",
      "latitude": 50.0986486,
      "longitude": 15.0144689,
      "manager_name": "Bartak",
      "mobile_number": "+420 603 463 687",
      "name": "Bartak",
      "owner": "EXT",
      "phone_number": null,
      "region": "Bohemia",
      "timezone": "Europe/Prague",
      "zip_code": "289 11"
    },
    {
      "activities_names": "Site Mixte Céréales Semences",
      "address": "Zabkowicka 80",
      "city": "Strzelin",
      "country": "PL",
      "email": "mcierpucha@soufflet.com",
      "id": "448",
      "latitude": 50.759111,
      "longitude": 17.041889,
      "manager_name": "Marek CIERPUCHA",
      "mobile_number": "+48 696 068 933",
      "name": "Soufflet Silo in Strzelinie",
      "owner": "SOUFFLET",
      "phone_number": null,
      "region": "Dolnoslaskie",
      "timezone": "Europe/Warsaw",
      "zip_code": "57-100"
    },
    {
      "activities_names": "Site Mixte Céréales Semences",
      "address": "Gostynska 59",
      "city": "Koscian",
      "country": "PL",
      "email": "lnowaczyk@soufflet.com",
      "id": "449",
      "latitude": 52.079861,
      "longitude": 16.663583,
      "manager_name": "Lukasz NOWACZYK",
      "mobile_number": "+48 660 670 615",
      "name": "Soufflet Silo in Koscian",
      "owner": "SOUFFLET",
      "phone_number": null,
      "region": "Wielkopolskie",
      "timezone": "Europe/Warsaw",
      "zip_code": "64-000"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Beregovaya Street 30",
      "city": "Rostov-on-Don",
      "country": "RU",
      "email": "rostov-port@yandex.ru",
      "id": "451",
      "latitude": 47.22004,
      "longitude": 39.750092,
      "manager_name": null,
      "mobile_number": null,
      "name": "Rostov Port",
      "owner": "EXT",
      "phone_number": null,
      "region": "The Rostov Area",
      "timezone": "Europe/Moscow",
      "zip_code": "344019"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "The 9th of May 116",
      "city": "Ertil",
      "country": "RU",
      "email": "v.ovsyannikov@dominantsugar.ru",
      "id": "452",
      "latitude": 51.849387,
      "longitude": 40.819923,
      "manager_name": null,
      "mobile_number": null,
      "name": "Ertilskiy Silo",
      "owner": "EXT",
      "phone_number": "8 (47345) 2-44-36",
      "region": "The Voronezh Area",
      "timezone": "Europe/Moscow",
      "zip_code": "397030"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Elevatornaya Street 1",
      "city": "Tula",
      "country": "RU",
      "email": "kolosok_2@efremov.tula.net",
      "id": "454",
      "latitude": 53.171004,
      "longitude": 38.140646,
      "manager_name": null,
      "mobile_number": null,
      "name": "Efremovskiy Silo ? 2",
      "owner": "EXT",
      "phone_number": "7(48741)64595",
      "region": "The Tula Area",
      "timezone": "Europe/Moscow",
      "zip_code": "301844"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Lenin Street 1 A",
      "city": "Lipetsk",
      "country": "RU",
      "email": "info@agroinvest.com",
      "id": "455",
      "latitude": 51.437713,
      "longitude": 38.741491,
      "manager_name": null,
      "mobile_number": null,
      "name": "Agroterminal Silo",
      "owner": "EXT",
      "phone_number": null,
      "region": "The Lipetsk Area",
      "timezone": "Europe/Moscow",
      "zip_code": "399350"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Elevatornaya Street 1",
      "city": "Livni",
      "country": "RU",
      "email": "lmka.liv@mail.ru",
      "id": "456",
      "latitude": 52.438832,
      "longitude": 37.598681,
      "manager_name": null,
      "mobile_number": null,
      "name": "LivMel`Kombinat",
      "owner": "EXT",
      "phone_number": "(48677)7-31-92",
      "region": "The Oryol Area",
      "timezone": "Europe/Moscow",
      "zip_code": "303850"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Krotevicha Street 30",
      "city": "Elets",
      "country": "RU",
      "email": "elhb30@yelets.lipetsk.ru",
      "id": "457",
      "latitude": 52.61656,
      "longitude": 38.582457,
      "manager_name": null,
      "mobile_number": null,
      "name": "Eletskaya HBZO Silo",
      "owner": "EXT",
      "phone_number": "7(47467)20215/23124",
      "region": "The Lipetsk Area",
      "timezone": "Europe/Moscow",
      "zip_code": "399776"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "The 1st of May 32",
      "city": "Ryazan",
      "country": "RU",
      "email": "Ssergeev19831983@mail.ru",
      "id": "459",
      "latitude": 53.702583,
      "longitude": 40.961245,
      "manager_name": null,
      "mobile_number": null,
      "name": "Ryazanskie  Kombikorma",
      "owner": "EXT",
      "phone_number": "8 (910) 900-07-88",
      "region": "The Ryazan Area",
      "timezone": "Europe/Moscow",
      "zip_code": "391860"
    },
    {
      "activities_names": "Site Mixte Céréales Semences",
      "address": "Khlebozavodskaya Street 7",
      "city": "Griazy",
      "country": "RU",
      "email": "silogriazy@soufflet-agro.ru",
      "id": "462",
      "latitude": 52.485301,
      "longitude": 39.939843,
      "manager_name": null,
      "mobile_number": null,
      "name": "Soufflet Silo",
      "owner": "SOUFFLET",
      "phone_number": "7(47461)30269",
      "region": "The Lipetsk Area",
      "timezone": "Europe/Moscow",
      "zip_code": "399059"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Zaliznychna 18",
      "city": "Krasne",
      "country": "UA",
      "email": "krasne.khp@ukr.net",
      "id": "463",
      "latitude": 49.920913,
      "longitude": 24.627339,
      "manager_name": null,
      "mobile_number": "0975159510",
      "name": "Krasnianskiy KHP",
      "owner": "EXT",
      "phone_number": null,
      "region": "L'vivska",
      "timezone": "Europe/Kiev",
      "zip_code": "80560"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Zahidna 19",
      "city": "Vilshanka",
      "country": "UA",
      "email": "buh.aik@agro-ik.com.ua",
      "id": "467",
      "latitude": 50.016058,
      "longitude": 28.12611,
      "manager_name": null,
      "mobile_number": "67-411-99-03",
      "name": "Chudnivskiy AIK",
      "owner": "EXT",
      "phone_number": null,
      "region": "Zhitomirs'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "13232"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Zavodska 18a",
      "city": "Partyzanske",
      "country": "UA",
      "email": "kravchenkod@const.dp.ua",
      "id": "470",
      "latitude": 48.58585,
      "longitude": 34.812915,
      "manager_name": null,
      "mobile_number": "67-567-65-76",
      "name": "Imperiya Grandis LLC (Balivskiy elevator)",
      "owner": "EXT",
      "phone_number": null,
      "region": "Dnipropetrovs'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "52012"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "DN2B KM 9 + 900 M",
      "city": "BUZAU",
      "country": "RO",
      "email": "iungureanu@soufflet.com",
      "id": "471",
      "latitude": 45.134898,
      "longitude": 26.863927,
      "manager_name": "Ionut Ungureanu",
      "mobile_number": "0740250642",
      "name": "Soufflet Malt & Agro Romania",
      "owner": "SOUFFLET",
      "phone_number": "0740250642",
      "region": "Buzau",
      "timezone": "Europe/Bucharest",
      "zip_code": "120118"
    },
    {
      "activities_names": "Silo de collecte externe",
      "address": "Industrialna zona",
      "city": "Byala Slatina",
      "country": "BL",
      "email": "papasmel@papas-olio.com",
      "id": "473",
      "latitude": 43.48,
      "longitude": 23.928333,
      "manager_name": "Zlati Zlatev",
      "mobile_number": null,
      "name": "Byala Slatina",
      "owner": "EXT",
      "phone_number": "0915 82 104",
      "region": "Vratsa",
      "timezone": "Europe/Sofia",
      "zip_code": "3200"
    },
    {
      "activities_names": "Silo de collecte externe",
      "address": "Shipka 1",
      "city": "Vratsa",
      "country": "BL",
      "email": "atrico@atridi.com",
      "id": "474",
      "latitude": 43.209326,
      "longitude": 23.56263,
      "manager_name": "Lilia Goranova",
      "mobile_number": "888 51 53 08",
      "name": "Vratsa",
      "owner": "EXT",
      "phone_number": null,
      "region": "Vratsa",
      "timezone": "Europe/Sofia",
      "zip_code": "3000"
    },
    {
      "activities_names": "Silo de collecte externe",
      "address": "Patriarh Evtimii 80",
      "city": "Svishtov",
      "country": "BL",
      "email": "martexood@abv.bg",
      "id": "475",
      "latitude": 43.60871,
      "longitude": 25.369023,
      "manager_name": "Misho Georgiev",
      "mobile_number": "898 98 52 50",
      "name": "Svishtov",
      "owner": "EXT",
      "phone_number": null,
      "region": "Veliko Tarnovo",
      "timezone": "Europe/Sofia",
      "zip_code": "5250"
    },
    {
      "activities_names": "Silo de collecte externe",
      "address": "Osvobojdenie 71",
      "city": "Parvomai",
      "country": "BL",
      "email": "blend.evgenihadjiev@abv.bg",
      "id": "477",
      "latitude": 42.090406,
      "longitude": 25.190977,
      "manager_name": "Evgeni Hadjiev",
      "mobile_number": "+359 885 77 99 77",
      "name": "Debar",
      "owner": "EXT",
      "phone_number": null,
      "region": "Plovdiv",
      "timezone": "Europe/Sofia",
      "zip_code": "4270"
    },
    {
      "activities_names": "Site stockage appro",
      "address": "-",
      "city": "Pordim",
      "country": "BL",
      "email": "whpordim@gmail.com",
      "id": "478",
      "latitude": 43.377747,
      "longitude": 24.837508,
      "manager_name": "Ivan Dobrev",
      "mobile_number": "887 34 35 66",
      "name": "Pordim",
      "owner": "EXT",
      "phone_number": null,
      "region": "Pleven",
      "timezone": "Europe/Sofia",
      "zip_code": "5898"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Vit 9",
      "city": "Pleven",
      "country": "BL",
      "email": "hvankov@soufflet.com",
      "id": "479",
      "latitude": 43.422361,
      "longitude": 24.633952,
      "manager_name": "Hristo Vankov",
      "mobile_number": "893 34 040 30",
      "name": "Pleven",
      "owner": "SOUFFLET",
      "phone_number": null,
      "region": "Pleven",
      "timezone": "Europe/Sofia",
      "zip_code": "5800"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "North Industrial Zone",
      "city": "Haskovo",
      "country": "BL",
      "email": "ppetrov@soufflet.com",
      "id": "480",
      "latitude": 41.966483,
      "longitude": 25.560785,
      "manager_name": "Petko Petrov",
      "mobile_number": "898 77 41 33",
      "name": "Haskovo",
      "owner": "SOUFFLET",
      "phone_number": null,
      "region": "Haskovo",
      "timezone": "Europe/Sofia",
      "zip_code": "6300"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Sat Badeni\nSat Badeni\nSat Badeni",
      "city": "CLuj",
      "country": "RO",
      "email": "iungureanu@soufflet.com",
      "id": "481",
      "latitude": 46.503689,
      "longitude": 23.740369,
      "manager_name": "Ionut Ungureanu",
      "mobile_number": "0748133340",
      "name": "Agroturdean Badeni",
      "owner": "EXT",
      "phone_number": null,
      "region": "Cluj",
      "timezone": "Europe/Bucharest",
      "zip_code": "407431"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Sat Magura , Judet Teleorman\nSat Magura , Judet Teleorman\nSat Magura , Judet Teleorman",
      "city": "Alexandria",
      "country": "RO",
      "email": "acataonu@soufflet.com",
      "id": "482",
      "latitude": 44.023132,
      "longitude": 25.39856,
      "manager_name": "Alina Cataonu",
      "mobile_number": "0742147329",
      "name": "Magra SRL",
      "owner": "EXT",
      "phone_number": null,
      "region": "Teleorman",
      "timezone": "Europe/Bucharest",
      "zip_code": "147190"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Str. Hatman Arbore , nr 13B\nStr. Hatman Arbore , nr 13B\nStr. Hatman Arbore , nr 13B",
      "city": "Constanta",
      "country": "RO",
      "email": "iungureanu@soufflet.com",
      "id": "483",
      "latitude": 43.891237,
      "longitude": 28.310864,
      "manager_name": "Ionut Ungureanu",
      "mobile_number": "0748133340",
      "name": "Unigrains Trading siloz Comana",
      "owner": "EXT",
      "phone_number": null,
      "region": "Constanta",
      "timezone": "Europe/Bucharest",
      "zip_code": "900091"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nCHEZ MR MAUDRY PATRICK\n3 RUE DE LA GARE LAROCHE",
      "city": "TRACY S LOIRE",
      "country": "FR",
      "email": "silo.tracy-sur-loire@soufflet.com",
      "id": "484",
      "latitude": 47.333633,
      "longitude": 2.926379,
      "manager_name": "nc",
      "mobile_number": "06 20 12 63 90",
      "name": "TRACY S LOIRE MAUDRY STK",
      "owner": "SOUFFLET",
      "phone_number": "03 86 26 12 62",
      "timezone": "Europe/Paris",
      "zip_code": "58150"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nLA GRANDE VERGNE\nCHEZ MR ABILLARD",
      "city": "ST CHRISTOPHE DU LIGNERON",
      "country": "FR",
      "email": "cdrappier@soufflet.com",
      "id": "486",
      "latitude": 46.807353,
      "longitude": -1.784131,
      "manager_name": "nc",
      "mobile_number": "06 70 88 78 87",
      "name": "ST CHRISTOPHE DU LIGNERON ABILLARD STK",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "85670"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\n11 DOMAINE DE BONNE VOISINE\nLD BONNE VOISINE",
      "city": "CHAMPFLEURY",
      "country": "FR",
      "email": "silo.bonne-voisine@soufflet.com",
      "id": "498",
      "latitude": 48.621627,
      "longitude": 4.050346,
      "manager_name": "nc",
      "mobile_number": "06 67 28 51 36",
      "name": "CHAMPFLEURY BONNE VOISINE ARIES STK",
      "owner": "SOUFFLET",
      "phone_number": "03 25 37 41 03",
      "timezone": "Europe/Paris",
      "zip_code": "10700"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nCHEZ MR GREAU JEAN LUC\nLES TOUILLERES",
      "city": "TALMONT ST HILAIRE",
      "country": "FR",
      "email": "egaborieau@soufflet.com",
      "id": "501",
      "latitude": 46.458923,
      "longitude": -1.579574,
      "manager_name": "nc",
      "mobile_number": "06 09 48 30 71",
      "name": "TALMONT ST HILAIRE LES TOUILLERES STK",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "85440"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nFERME DU CHATEAU DU BUISSON\nSILOS LES BASTIONS",
      "city": "STE GENEVIEVE DES BOIS",
      "country": "FR",
      "email": "silo.les-bastions@soufflet.com",
      "id": "512",
      "latitude": 47.833008,
      "longitude": 2.780125,
      "manager_name": "nc",
      "mobile_number": "06 76 09 03 72",
      "name": "STE GENEVIEVE DES BOIS LES BASTIONS STK",
      "owner": "SOUFFLET",
      "phone_number": "02 38 97 60 84",
      "timezone": "Europe/Paris",
      "zip_code": "45230"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nCHEZ MR PILET\nL AUBREE",
      "city": "PUY DU LAC",
      "country": "FR",
      "email": "silo.laubree@soufflet.com",
      "id": "513",
      "latitude": 45.963728,
      "longitude": -0.766804,
      "manager_name": "nc",
      "mobile_number": "06 76 60 44 38",
      "name": "PUY DU LAC L AUBREE PILET STK",
      "owner": "SOUFFLET",
      "phone_number": "05 46 33 24 14",
      "timezone": "Europe/Paris",
      "zip_code": "17380"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nCHEZ MR PLESSIS\nLA TOUCHE CHEMIN DE LA MORINERIE",
      "city": "ST GERMAIN DE PRINCAY",
      "country": "FR",
      "email": "silo.bournezeau@soufflet.com",
      "id": "514",
      "latitude": 46.715962,
      "longitude": -1.039168,
      "manager_name": "nc",
      "mobile_number": "06 82 73 02 58",
      "name": "ST GERMAIN DE PRINCAY PLESSIS STK",
      "owner": "SOUFFLET",
      "phone_number": "02 51 46 96 69",
      "timezone": "Europe/Paris",
      "zip_code": "85110"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nCHEZ MR MENET\n40 AVENUE DE VILLENEUVE",
      "city": "ST AGNANT",
      "country": "FR",
      "email": "jmassol@soufflet.com",
      "id": "515",
      "latitude": 45.898596,
      "longitude": -0.966671,
      "manager_name": "nc",
      "mobile_number": null,
      "name": "ST AGNANT MENET STK",
      "owner": "SOUFFLET",
      "phone_number": "05 46 84 20 03",
      "timezone": "Europe/Paris",
      "zip_code": "17620"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nCHEZ MR AGAT\n3 ROUTE DU MAINE NEUF",
      "city": "ALLAS BOCAGE",
      "country": "FR",
      "email": "jmassol@soufflet.com",
      "id": "527",
      "latitude": 45.387733,
      "longitude": -0.519618,
      "manager_name": "nc",
      "mobile_number": null,
      "name": "ALLAS BOCAGE AGAT STK  1",
      "owner": "SOUFFLET",
      "phone_number": "05 46 48 38 49",
      "timezone": "Europe/Paris",
      "zip_code": "17150"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nCHEZ MR BITEAU BERNARD\nLES VIOLLIERES",
      "city": "TALMONT ST HILAIRE",
      "country": "FR",
      "email": "egaboriau@soufflet.com",
      "id": "532",
      "latitude": 46.485044,
      "longitude": -1.657417,
      "manager_name": "nc",
      "mobile_number": null,
      "name": "TALMONT ST HILAIRE LES VIOLLIERES STK",
      "owner": "SOUFFLET",
      "phone_number": "02 51 90 24 51",
      "timezone": "Europe/Paris",
      "zip_code": "85440"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "DEPOT\nCHEZ MR RABILLER TONY\nLA PENARDIERE",
      "city": "APREMONT",
      "country": "FR",
      "email": "cdrappier@soufflet.com",
      "id": "537",
      "latitude": 46.753833,
      "longitude": -1.763601,
      "manager_name": "nc",
      "mobile_number": null,
      "name": "APREMONT RABILLER STK",
      "owner": "SOUFFLET",
      "phone_number": "02 51 31 21 14",
      "timezone": "Europe/Paris",
      "zip_code": "85220"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nCHEZ M GROIZELEAU PASCAL\nLES ALOUETTES ROUGES",
      "city": "MARANS",
      "country": "FR",
      "email": "cpelletier@soufflet.com",
      "id": "549",
      "latitude": 46.341113,
      "longitude": -1.000665,
      "manager_name": "nc",
      "mobile_number": null,
      "name": "MARANS GROIZELEAU STK",
      "owner": "SOUFFLET",
      "phone_number": "05 46 01 64 75",
      "timezone": "Europe/Paris",
      "zip_code": "17230"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nCHEZ MRS GUILBAUD M ET SUIRE J MICHEL\nROUTE DE ST AUBIN",
      "city": "STE HERMINE",
      "country": "FR",
      "email": "silo.sainte-hermine@soufflet.com",
      "id": "551",
      "latitude": 46.541929,
      "longitude": -1.039819,
      "manager_name": "nc",
      "mobile_number": null,
      "name": "STE HERMINE GUILBAUD SUIRE STK",
      "owner": "SOUFFLET",
      "phone_number": "02 51 27 36 02",
      "timezone": "Europe/Paris",
      "zip_code": "85210"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nCHEZ MRS PELLETIER N ET RUCHAUD P\nLES LANDES",
      "city": "VAIRE",
      "country": "FR",
      "email": "silo.venansault@soufflet.com",
      "id": "552",
      "latitude": 46.613134,
      "longitude": -1.741871,
      "manager_name": "nc",
      "mobile_number": null,
      "name": "VAIRE PELLETIER RUCHAUD STK",
      "owner": "SOUFFLET",
      "phone_number": "02 51 05 60 94",
      "timezone": "Europe/Paris",
      "zip_code": "85150"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nCHEZ MRS FRANCHETEAU M ET MOLLE F\nZA LES BARBOTINES",
      "city": "LE BERNARD",
      "country": "FR",
      "email": "silo.le-bernard@soufflet.com",
      "id": "553",
      "latitude": 46.421844,
      "longitude": -1.463945,
      "manager_name": "nc",
      "mobile_number": null,
      "name": "BERNARD FRANCHETEAU MOLLE STK",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "85560"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nFERME DE MONTAUGER\nMONTAUGER D67",
      "city": "COUBLANC",
      "country": "FR",
      "email": "silo.montauger@soufflet.com",
      "id": "566",
      "latitude": 47.681162,
      "longitude": 5.415771,
      "manager_name": "nc",
      "mobile_number": null,
      "name": "COUBLANC MONTAUGER THIRION STK",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "52500"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nCHEZ EARL LA GRANDE METAIRIE",
      "city": "STE FLAIVE DES LOUPS",
      "country": "FR",
      "email": "silo.venansault@soufflet.com",
      "id": "568",
      "latitude": 46.61105,
      "longitude": -1.592969,
      "manager_name": "nc",
      "mobile_number": null,
      "name": "STE FLAIVE DES LOUPS METAIRIE STK",
      "owner": "SOUFFLET",
      "phone_number": "02 51 47 90 04",
      "timezone": "Europe/Paris",
      "zip_code": "85150"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nM PIGEON PF\n5 GRANDE RUE",
      "city": "CHAUFFOUR LES ETRECHY",
      "country": "FR",
      "email": "f.pigeon2@orange.fr",
      "id": "581",
      "latitude": 48.50221,
      "longitude": 2.169374,
      "manager_name": "nc",
      "mobile_number": "07 56 19 48 38",
      "name": "CHAUFFOUR LES ETRECHY PIGEON STK",
      "owner": "SOUFFLET",
      "phone_number": "01 60 80 56 89",
      "timezone": "Europe/Paris",
      "zip_code": "91580"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\n52 RUE CROIX DE CHALONS\nCHEZ MR CHAGNOLEAU",
      "city": "LE GUA",
      "country": "FR",
      "email": "silo.le-gua@soufflet.com",
      "id": "583",
      "latitude": 45.731772,
      "longitude": -0.955954,
      "manager_name": "nc",
      "mobile_number": "06 09 67 63 08",
      "name": "LE GUA CHAGNOLEAU STK",
      "owner": "SOUFFLET",
      "phone_number": "05 46 22 89 85",
      "timezone": "Europe/Paris",
      "zip_code": "17600"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nCHEZ GAEC D EPENNES\n10 BIS EPENNES",
      "city": "BOURNAND",
      "country": "FR",
      "email": "silo.bournand@soufflet.com",
      "id": "595",
      "latitude": 47.0869,
      "longitude": 0.066667,
      "manager_name": "nc",
      "mobile_number": "06 81 61 67 59",
      "name": "BOURNAND LES EPENNES STK",
      "owner": "SOUFFLET",
      "phone_number": "05 49 98 04 63",
      "timezone": "Europe/Paris",
      "zip_code": "86120"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nCHEZ PRESTA GRAINS\n12 RTE STE CESAIRE",
      "city": "SASSEY",
      "country": "FR",
      "email": "silo.le-cormier@soufflet.com",
      "id": "596",
      "latitude": 49.05266,
      "longitude": 1.224024,
      "manager_name": "nc",
      "mobile_number": "06 22 73 11 54",
      "name": "SASSEY LEMAITRE STK",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "27930"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nRUE MARCEL D ASSAULT",
      "city": "PUITS LA VALLEE",
      "country": "FR",
      "email": "silo.puits-la-vallee@soufflet.com",
      "id": "598",
      "latitude": 49.582115,
      "longitude": 2.193454,
      "manager_name": "nc",
      "mobile_number": null,
      "name": "PUITS LA VALLEE DOUAY STK",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "60480"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nRTE DE MERU",
      "city": "LABOISSIERE EN THELLE",
      "country": "FR",
      "email": "silo.laboissiere-en-thelle@soufflet.com",
      "id": "600",
      "latitude": 49.284933,
      "longitude": 2.162179,
      "manager_name": "nc",
      "mobile_number": null,
      "name": "LABOISSIERE STK",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "60570"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nCHEZ EARL LA PLANCHE\nLA PLANCHE",
      "city": "GEAY",
      "country": "FR",
      "email": "jmassol@soufflet.com",
      "id": "605",
      "latitude": 45.86275,
      "longitude": -0.726431,
      "manager_name": "nc",
      "mobile_number": "06 15 21 71 89",
      "name": "LA PLANCHE GEAY STK",
      "owner": "SOUFFLET",
      "phone_number": "05 46 95 53 14",
      "timezone": "Europe/Paris",
      "zip_code": "17250"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nM ZEHR DAVID\n8 GRANDE RUE",
      "city": "COURCELLES S AIRE",
      "country": "FR",
      "email": "silo.la-vaux-marie@soufflet.com",
      "id": "610",
      "latitude": 48.93176910581378,
      "longitude": 5.205914496327751,
      "manager_name": "nc",
      "mobile_number": "06 07 80 21 02",
      "name": "COURCELLES S AIRE LA VAUX MARIE STK",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "55260"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nM MARCHAND MICKAEL\nGAGNAGE LA PAIX",
      "city": "DROYES",
      "country": "FR",
      "email": "silo.droyes@soufflet.com",
      "id": "614",
      "latitude": 48.528598,
      "longitude": 4.745302,
      "manager_name": "nc",
      "mobile_number": "06 14 11 39 02",
      "name": "DROYES MARCHAND STK",
      "owner": "SOUFFLET",
      "phone_number": "03 25 05 69 23",
      "timezone": "Europe/Paris",
      "zip_code": "52220"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nMAROT MACHAULT\n7 RUE DE LA FORGE",
      "city": "ST JUST EN BRIE",
      "country": "FR",
      "email": "marotaymeric@aol.com",
      "id": "622",
      "latitude": 48.6192,
      "longitude": 3.1165,
      "manager_name": "nc",
      "mobile_number": "06 81 34 09 51",
      "name": "ST JUST EN BRIE MAROT MACHAULT STK",
      "owner": "SOUFFLET",
      "phone_number": "01 64 01 69 33",
      "timezone": "Europe/Paris",
      "zip_code": "77370"
    },
    {
      "activities_names": "Stockage Tiers",
      "address": "STOCKAGE SOUFFLET\nCHEZ VECTEN\n1 RUE DU CORPS DE GARDE COURTAVANT",
      "city": "BARBUISE",
      "country": "FR",
      "email": "silo.courtavant@soufflet.com",
      "id": "624",
      "latitude": 48.586595,
      "longitude": 3.43653,
      "manager_name": "nc",
      "mobile_number": "06 12 31 08 49",
      "name": "BARBUISE COURTAVANT VECTEN STK",
      "owner": "SOUFFLET",
      "phone_number": null,
      "timezone": "Europe/Paris",
      "zip_code": "10400"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Privokzalna 10",
      "city": "Vendychany",
      "country": "UA",
      "email": "o.stetsenko@agro-corp.com.ua",
      "id": "637",
      "latitude": 48.6184,
      "longitude": 27.8023,
      "manager_name": null,
      "mobile_number": "067-43-08-149",
      "name": "LLC \"SHK Vinnytska promyslova groupa\" (Epicentr K)",
      "owner": "EXT",
      "phone_number": null,
      "region": "Vinnits'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "24032"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Vokzalna 31",
      "city": "Zolochiv",
      "country": "UA",
      "email": "zolochivzp@meta.ua",
      "id": "639",
      "latitude": 49.793311,
      "longitude": 24.883067,
      "manager_name": null,
      "mobile_number": "380975438935",
      "name": "\"Zolochivskiy elevator\"",
      "owner": "EXT",
      "phone_number": null,
      "region": "L'vivska",
      "timezone": "Europe/Kiev",
      "zip_code": "80700"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Hreshevskogo 1",
      "city": "Gnizdychiv",
      "country": "UA",
      "email": "nleybik1982@gmail.com",
      "id": "642",
      "latitude": 49.329942,
      "longitude": 24.100612,
      "manager_name": null,
      "mobile_number": null,
      "name": "\"Gnizdychiv\"",
      "owner": "EXT",
      "phone_number": null,
      "region": "L'vivska",
      "timezone": "Europe/Kiev",
      "zip_code": "81740"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Vatutina 2B",
      "city": "Zaporizhzhia",
      "country": "UA",
      "email": "m.dimitrov@art-agro.net",
      "id": "651",
      "latitude": 47.64797,
      "longitude": 36.16476,
      "manager_name": null,
      "mobile_number": null,
      "name": "ART 009",
      "owner": "EXT",
      "phone_number": null,
      "region": "Zaporiz'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "69041"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Myru 74 A",
      "city": "Derazhnia",
      "country": "UA",
      "email": "derhpp@gmail.com",
      "id": "652",
      "latitude": 49.26728,
      "longitude": 27.43214,
      "manager_name": null,
      "mobile_number": null,
      "name": "Derazhnianske HPP",
      "owner": "EXT",
      "phone_number": null,
      "region": "Hmel'nits'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "32200"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Kolhospna 8B",
      "city": "Velykiy Mydsk",
      "country": "UA",
      "email": "kyemtseva@qagro.com",
      "id": "653",
      "latitude": 50.87906,
      "longitude": 26.44232,
      "manager_name": null,
      "mobile_number": null,
      "name": "Zahid Agroprom",
      "owner": "EXT",
      "phone_number": null,
      "region": "Rivnens'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "35012"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Ivana Honty 3",
      "city": "Zdolbuniv",
      "country": "UA",
      "email": "olehk.tradex@gmail.com",
      "id": "654",
      "latitude": 50.50891,
      "longitude": 26.25664,
      "manager_name": null,
      "mobile_number": null,
      "name": "Tradeks Agri",
      "owner": "EXT",
      "phone_number": null,
      "region": "Rivnens'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "35705"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Kolhospna 42",
      "city": "Tarakaniv",
      "country": "UA",
      "email": "olehk.tradex@gmail.com",
      "id": "656",
      "latitude": 50.38386,
      "longitude": 25.70852,
      "manager_name": null,
      "mobile_number": null,
      "name": "Dubenska agrarna kompania",
      "owner": "EXT",
      "phone_number": null,
      "region": "Rivnens'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "35641"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Tkacha 1",
      "city": "Holoby",
      "country": "UA",
      "email": "grandil9@ukr.net",
      "id": "657",
      "latitude": 51.081381,
      "longitude": 25.012917,
      "manager_name": null,
      "mobile_number": null,
      "name": "Grand Invest limited",
      "owner": "EXT",
      "phone_number": null,
      "region": "Volins'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "45070"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Prystantsionna 10",
      "city": "Varvarivka",
      "country": "UA",
      "email": "buh.varvarivka@gr-agro.com",
      "id": "659",
      "latitude": 48.074333,
      "longitude": 33.496142,
      "manager_name": null,
      "mobile_number": null,
      "name": "Firma Advers",
      "owner": "EXT",
      "phone_number": null,
      "region": "Dnipropetrovs'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "51325"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Prylutska 19",
      "city": "Ivkivtsi",
      "country": "UA",
      "email": "babych.evgeniy@elevatoragro.com.ua",
      "id": "660",
      "latitude": 50.53173,
      "longitude": 32.49068,
      "manager_name": null,
      "mobile_number": null,
      "name": "Elevator-Agro",
      "owner": "EXT",
      "phone_number": null,
      "region": "Kievs'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "17580"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Privokzalna 9b",
      "city": "Pavlysh",
      "country": "UA",
      "email": "gdzyuba@qagro.com",
      "id": "661",
      "latitude": 48.919688,
      "longitude": 33.353784,
      "manager_name": null,
      "mobile_number": null,
      "name": "LLC Veres",
      "owner": "EXT",
      "phone_number": null,
      "region": "Kievs'ka",
      "timezone": "Europe/Kiev",
      "zip_code": "28110"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Trzesow 7",
      "city": "Grebocice",
      "country": "PL",
      "email": "elewator@trzesow.pl",
      "id": "662",
      "latitude": 51.5935097,
      "longitude": 16.2996517,
      "manager_name": null,
      "mobile_number": "+48 783 839 393",
      "name": "Grano Silo Sp. z o.o.",
      "owner": "EXT",
      "phone_number": "+48 783 839 393",
      "region": "Dolnoslaskie",
      "timezone": "Europe/Warsaw",
      "zip_code": "59-150"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Portowa 8",
      "city": "Olawa",
      "country": "PL",
      "email": "baran_a@bzkgroup.pl",
      "id": "663",
      "latitude": 50.93725,
      "longitude": 17.325722,
      "manager_name": null,
      "mobile_number": null,
      "name": "Polskie Mlyny S.A.",
      "owner": "EXT",
      "phone_number": "+48 71 313 24 17",
      "region": "Dolnoslaskie",
      "timezone": "Europe/Warsaw",
      "zip_code": "55-200"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "Armii Krajowej 34",
      "city": "Zarow",
      "country": "PL",
      "email": "biuro@agromat.pl",
      "id": "664",
      "latitude": 50.9396573,
      "longitude": 16.4994518,
      "manager_name": null,
      "mobile_number": "665 890 098",
      "name": "P.H.P.U AGRO-MAT",
      "owner": "EXT",
      "phone_number": "665 890 098",
      "region": "Dolnoslaskie",
      "timezone": "Europe/Warsaw",
      "zip_code": "58-130"
    },
    {
      "activities_names": "Silo de collecte externe",
      "address": "Speshnevo-ivanovskiy selsovet",
      "city": "Dankov",
      "country": "RU",
      "email": "info@mail-uni.ru",
      "id": "673",
      "latitude": 53.28672,
      "longitude": 39.10142,
      "manager_name": null,
      "mobile_number": null,
      "name": "Agro-elevator, LLC",
      "owner": "EXT",
      "phone_number": null,
      "region": "The Lipetsk Area",
      "timezone": "Europe/Moscow",
      "zip_code": "399825"
    },
    {
      "activities_names": "Silo de collecte externe",
      "address": "Profsoyuznaya st. 13",
      "city": "Dobrinka",
      "country": "RU",
      "email": "elevator48@mail.ru",
      "id": "674",
      "latitude": 53.28656,
      "longitude": 39.103,
      "manager_name": null,
      "mobile_number": null,
      "name": "Dobrinskiy elevator, OAO",
      "owner": "EXT",
      "phone_number": "+7(474) 622-12-22",
      "region": "The Lipetsk Area",
      "timezone": "Europe/Moscow",
      "zip_code": "399430"
    },
    {
      "activities_names": "Silo de collecte externe",
      "address": "Revoluzii st.",
      "city": "Ukholovo",
      "country": "RU",
      "email": "uhpp62@yandex.ru",
      "id": "675",
      "latitude": 53.78988,
      "longitude": 40.47366,
      "manager_name": "Nikolay",
      "mobile_number": null,
      "name": "Ukholovokhleboprodukt AO",
      "owner": "EXT",
      "phone_number": "+7 491 545-17-02",
      "region": "The Ryazan Area",
      "timezone": "Europe/Moscow",
      "zip_code": "391920"
    },
    {
      "activities_names": "Silo de collecte externe",
      "address": "Rabochaya 43",
      "city": "Znamenka",
      "country": "RU",
      "email": "tdzernotex@mail.ru",
      "id": "676",
      "latitude": 52.43326,
      "longitude": 41.50894,
      "manager_name": "Alexandr",
      "mobile_number": null,
      "name": "Karian-Stroganovskiy elevator, ZAO",
      "owner": "EXT",
      "phone_number": "+7 475 522-61-77",
      "region": "The Tambov Area",
      "timezone": "Europe/Moscow",
      "zip_code": "393401"
    },
    {
      "activities_names": "Silo de collecte externe",
      "address": "pereulock Zemetchinskiy",
      "city": "Vernadovka",
      "country": "RU",
      "email": "veles393970@mail.ru",
      "id": "677",
      "latitude": 51.1818,
      "longitude": 42.2317,
      "manager_name": "Dmitriy Gorokh",
      "mobile_number": null,
      "name": "Veles, OOO",
      "owner": "EXT",
      "phone_number": null,
      "region": "The Tambov Area",
      "timezone": "Europe/Moscow",
      "zip_code": "393995"
    },
    {
      "activities_names": "Silo de collecte externe",
      "address": "Khlebnaya 1",
      "city": "Morshansk",
      "country": "RU",
      "email": "o.nikolenko@agroinvest.com",
      "id": "678",
      "latitude": 53.44295,
      "longitude": 41.76656,
      "manager_name": "Elena Vyacheslavovna",
      "mobile_number": null,
      "name": "Rakshinskiy HPP",
      "owner": "EXT",
      "phone_number": null,
      "region": "The Tambov Area",
      "timezone": "Europe/Moscow",
      "zip_code": "393950"
    },
    {
      "activities_names": "Silo de collecte externe",
      "address": "Srednyaa st.",
      "city": "Michurinsk",
      "country": "RU",
      "email": "o-vitman@mail.ru",
      "id": "679",
      "latitude": 52.90453,
      "longitude": 40.47618,
      "manager_name": "Vitman Olga Alexandrovna",
      "mobile_number": "+79036438895",
      "name": "NIva Chernozemya, OOO",
      "owner": "EXT",
      "phone_number": null,
      "region": "The Tambov Area",
      "timezone": "Europe/Moscow",
      "zip_code": "393764"
    },
    {
      "activities_names": "Plateforme stockage céréales",
      "address": "Solnechnaya",
      "city": "Morshansk",
      "country": "RU",
      "email": "a.turapin@agroinvest.com",
      "id": "680",
      "latitude": 53.4467,
      "longitude": 41.766,
      "manager_name": "Turapin Alexandr",
      "mobile_number": null,
      "name": "Morshanskiy silo",
      "owner": "EXT",
      "phone_number": "+74753346310",
      "region": "The Tambov Area",
      "timezone": "Europe/Moscow",
      "zip_code": "393956"
    },
    {
      "activities_names": "Silo de collecte externe",
      "address": "Lipoltice 104",
      "city": "Lipoltice",
      "country": "CZ",
      "email": "silo@liponova.cz",
      "id": "681",
      "latitude": 49.98469,
      "longitude": 15.57087,
      "manager_name": "Ivana Cermakova",
      "mobile_number": "+420 731 506 929",
      "name": "Lipoltice",
      "owner": "EXT",
      "phone_number": null,
      "region": "Bohemia",
      "timezone": "Europe/Prague",
      "zip_code": "533 64"
    },
    {
      "activities_names": "Silo stockage céréales",
      "address": "U Cukrovaru 144",
      "city": "Slatinany",
      "country": "CZ",
      "email": "chrbolka.tomas@seznam.cz",
      "id": "682",
      "latitude": 49.92532,
      "longitude": 15.81124,
      "manager_name": "Tomas Chrbolka",
      "mobile_number": "604 387 500",
      "name": "Slatinany",
      "owner": "EXT",
      "phone_number": null,
      "region": "Bohemia",
      "timezone": "Europe/Prague",
      "zip_code": "538 21"
    }
  ]
}

Validation #1224

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultOpeningHour_562": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "afternoon_end": {
          "anyOf": [
            {
              "description": "heure en UTC à convertir à partir de la timezone du silo",
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "afternoon_start": {
          "anyOf": [
            {
              "description": "heure en UTC à convertir à partir de la timezone du silo",
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "date": {
          "format": "date",
          "type": "string"
        },
        "morning_end": {
          "anyOf": [
            {
              "description": "heure en UTC à convertir à partir de la timezone du silo",
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "morning_start": {
          "anyOf": [
            {
              "description": "heure en UTC à convertir à partir de la timezone du silo",
              "format": "date-time",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "opening_periods": {
          "description": "Format:\r\n%Y-%m-%dT%H:%M:%S+00:00/%Y-%m-%dT%H:%M:%S+00:00",
          "items": {
            "type": "string"
          },
          "maxItems": 2,
          "minItems": 0,
          "type": "array"
        },
        "status": {
          "description": "1=Ouvert = morningStart; morningEnd; afternoonStart; afternoonEnd\r\n2=Ouvert à la demande = RAS\r\n3=Fermé = RAS\r\n4=Férié = RAS\r\n5=Ouvert sans interruption = morningStart ; afternoonEnd\r\n6=Ouvert seulement la matinée = morningStart ; morningEnd\r\n7=Ouvert seulement l'après-midi = afternoonStart ; afternoonEnd\r\n8=Ouvert 24h/24h",
          "maximum": 8,
          "minimum": 1,
          "type": "integer"
        }
      },
      "required": [
        "afternoon_end",
        "afternoon_start",
        "date",
        "morning_end",
        "morning_start",
        "opening_periods",
        "status"
      ],
      "title": "OpeningHour - DefaultOpeningHour",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "silos": {
      "items": {
        "additionalProperties": false,
        "properties": {
          "activities_names": {
            "type": "string"
          },
          "address": {
            "type": "string"
          },
          "city": {
            "type": "string"
          },
          "country": {
            "type": "string"
          },
          "email": {
            "format": "email",
            "type": "string"
          },
          "id": {
            "pattern": "\\d*",
            "type": "string"
          },
          "latitude": {
            "maximum": 90,
            "minimum": -90,
            "type": "number"
          },
          "longitude": {
            "maximum": 180,
            "minimum": -180,
            "type": "number"
          },
          "manager_name": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "mobile_number": {
            "anyOf": [
              {
                "description": "J'ai supprimé le scheme phone number, car nous pouvions avoir des 00 00 00 00 00 qui ne matchent pas le scheme",
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "name": {
            "type": "string"
          },
          "opening_hours": {
            "items": {
              "$ref": "#/definitions/DefaultOpeningHour_562",
              "type": "object"
            },
            "maxItems": 8,
            "minItems": 0,
            "type": "array"
          },
          "owner": {
            "type": "string"
          },
          "phone_number": {
            "anyOf": [
              {
                "description": "J'ai supprimé le scheme phone number, car nous pouvions avoir des numéros étranges qui ne matchent pas le scheme",
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "region": {
            "type": "string"
          },
          "timezone": {
            "type": "string"
          },
          "zip_code": {
            "description": "j'ai supprimé le scheme zipcode car on avait des zipcode à 6 chiffres ou 4 chiffres parfois",
            "type": "string"
          }
        },
        "required": [
          "activities_names",
          "address",
          "city",
          "country",
          "email",
          "id",
          "latitude",
          "longitude",
          "manager_name",
          "mobile_number",
          "name",
          "owner",
          "phone_number",
          "timezone",
          "zip_code"
        ],
        "type": "object"
      },
      "type": "array"
    }
  },
  "required": [
    "silos"
  ],
  "title": "Silo - DefaultSilo",
  "type": "object"
}

JSON instance

{
  "silos": [
    {
      "activities_names": "in enim tempor",
      "address": "ut Duis ullamco",
      "city": "dolore eiusmod cupidatat enim labor",
      "country": "proident sed anim",
      "email": "R73wUCBt@kpjFhimLebn.qewv",
      "id": "1945374",
      "latitude": -40.30855264642974,
      "longitude": 110.01375887454816,
      "manager_name": "incididunt",
      "mobile_number": "magna non Duis sit",
      "name": "in in",
      "owner": "id elit minim sit",
      "phone_number": "qui ex dolor laboris",
      "timezone": "in consequat amet ipsum ani",
      "zip_code": "ea dolor commodo"
    },
    {
      "activities_names": "reprehenderit incididunt Excepteur qui",
      "address": "consequat adipisicing ad",
      "city": "sit",
      "country": "adipisicing Ut",
      "email": "xABurLuXn@vLIzbOpxqMLNBDDrLzsxWDQipIzZmYF.bx",
      "id": "168526334",
      "latitude": -83.71414583681917,
      "longitude": 91.61392907937068,
      "manager_name": null,
      "mobile_number": "sunt",
      "name": "nisi",
      "owner": "voluptate enim eu",
      "phone_number": "cupidatat proident cillum",
      "timezone": "sint deserunt",
      "zip_code": "laboris adipisicing"
    },
    {
      "activities_names": "incididunt",
      "address": "sunt dolor occaecat pariatur",
      "city": "sint dolore proident consectetur",
      "country": "est incididunt",
      "email": "YHt0te@sAJxvfllcNpan.seu",
      "id": "1",
      "latitude": -30.731241261178404,
      "longitude": -128.65151906130637,
      "manager_name": null,
      "mobile_number": "sunt in ullamco velit pariatur",
      "name": "aute Duis in ",
      "owner": "anim ut nos",
      "phone_number": null,
      "timezone": "nulla tempor in magna",
      "zip_code": "sunt do sint pariatur exercitation"
    },
    {
      "activities_names": "non laboris reprehenderit",
      "address": "nulla eu ad velit cillum",
      "city": "do consectetur sit ad qui",
      "country": "sunt laboris reprehenderit",
      "email": "SfubC34mTkAbL@XdPrmQyNxxdLovu.ur",
      "id": "",
      "latitude": -0.17041270703450095,
      "longitude": 56.943975900057154,
      "manager_name": "minim",
      "mobile_number": "eiusmod ad in dese",
      "name": "velit",
      "owner": "aute velit nostrud sed",
      "phone_number": null,
      "timezone": "voluptate ",
      "zip_code": "laborum in do"
    }
  ]
}

Validation #1223

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "SuggestedFarm_1502": {
      "additionalProperties": false,
      "properties": {
        "can_be_added": {
          "description": "isOwner",
          "type": "boolean"
        },
        "corporate_name": {
          "description": "raisonSociale",
          "type": "string"
        }
      },
      "required": [
        "can_be_added",
        "corporate_name"
      ],
      "title": "Farm - SuggestedFarm",
      "type": "object"
    }
  },
  "properties": {
    "data": {
      "additionalProperties": false,
      "properties": {
        "confirmed": {
          "type": "boolean"
        },
        "country_code": {
          "type": "string"
        },
        "email": {
          "format": "email",
          "type": "string"
        },
        "eula_version": {
          "anyOf": [
            {
              "pattern": "^(\\d+)(\\.\\d+)(\\.\\d+)?$",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "first_name": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "id": {
          "minimum": 0,
          "type": "integer"
        },
        "is_guest": {
          "type": "boolean"
        },
        "language": {
          "type": "string"
        },
        "last_name": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "mobile_number": {
          "anyOf": [
            {
              "maxLength": 10,
              "minLength": 9,
              "pattern": "\\d+",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "phone_number": {
          "anyOf": [
            {
              "pattern": "^(?:(?:\\+|00)[1-9]{0,3}|0)\\s*[1-9](?:[\\s.-]*\\d{2}){4}",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "provider": {
          "type": "string"
        },
        "suggested_farms": {
          "items": {
            "$ref": "#/definitions/SuggestedFarm_1502",
            "type": "object"
          },
          "type": "array"
        },
        "type": {
          "enum": [
            "Guest",
            "Lead",
            "Customer",
            "Commercial",
            "ChefRegion",
            "DskCol",
            "Admin"
          ],
          "type": "string"
        },
        "typology_value": {
          "maximum": 2,
          "minimum": 0,
          "type": "integer"
        },
        "uid": {
          "type": "string"
        },
        "zip_code": {
          "anyOf": [
            {
              "pattern": "^(([0-8][0-9])|(9[0-5])|(2[ab]))[0-9]{3}$",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        }
      },
      "required": [
        "confirmed",
        "country_code",
        "email",
        "eula_version",
        "id",
        "last_name",
        "provider",
        "suggested_farms",
        "type",
        "typology_value",
        "uid",
        "zip_code"
      ],
      "type": "object"
    },
    "status": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    }
  },
  "required": [
    "data"
  ],
  "title": "User - AuthentifiedUser",
  "type": "object"
}

JSON instance

{
  "data": {
    "confirmed": true,
    "country_code": "FR",
    "email": "xtab17@gmail.com",
    "eula_version": "5.0.0",
    "first_name": "Xavier",
    "id": 306,
    "last_name": "TABUTEAU",
    "provider": "email",
    "suggested_farms": [],
    "type": "Admin",
    "typology_value": 2,
    "uid": "eHRhYjE3QGdtYWlsLmNvbQ==",
    "zip_code": "17430"
  },
  "status": "success"
}

Validation #1222

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultAggregatedValue_3400": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "time_step": {
          "description": "in ms",
          "type": "integer"
        },
        "value": {
          "description": "in Hz",
          "type": "integer"
        }
      },
      "required": [
        "time_step",
        "value"
      ],
      "title": "frequency_aggregated_value - DefaultAggregatedValue",
      "type": "object"
    },
    "DefaultEnergySample_3397": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "dB": {
          "type": "number"
        },
        "ms": {
          "type": "integer"
        }
      },
      "required": [
        "dB",
        "ms"
      ],
      "title": "energy_sample - DefaultEnergySample",
      "type": "object"
    },
    "DefaultFrequencySummary_3401": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "max": {
          "$ref": "#/definitions/DefaultAggregatedValue_3400",
          "type": "object"
        },
        "mean": {
          "$ref": "#/definitions/DefaultAggregatedValue_3400",
          "type": "object"
        },
        "min": {
          "$ref": "#/definitions/DefaultAggregatedValue_3400",
          "type": "object"
        }
      },
      "required": [
        "max",
        "mean",
        "min"
      ],
      "title": "frequency_summary - DefaultFrequencySummary",
      "type": "object"
    },
    "DefaultHesitationStampsSummary_3403": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "duration_mean": {
          "type": "integer"
        },
        "number_found": {
          "type": "integer"
        },
        "ratio": {
          "anyOf": [
            {
              "description": "nb hesitations / min",
              "type": "integer"
            },
            {
              "type": "null"
            }
          ]
        },
        "stamps": {
          "items": {
            "$ref": "#/definitions/DefaultStamp_3399",
            "type": "object"
          },
          "type": "array"
        }
      },
      "required": [
        "duration_mean",
        "number_found",
        "ratio",
        "stamps"
      ],
      "title": "hesitation_stamps_summary - DefaultHesitationStampsSummary",
      "type": "object"
    },
    "DefaultLoudnessAggregatedValue_3409": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "time_step": {
          "description": "in ms",
          "type": "integer"
        },
        "value": {
          "description": "in dB",
          "type": "number"
        }
      },
      "required": [
        "time_step",
        "value"
      ],
      "title": "loudness_aggregated_value - DefaultLoudnessAggregatedValue",
      "type": "object"
    },
    "DefaultLoudnessSummary_3402": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "max": {
          "$ref": "#/definitions/DefaultLoudnessAggregatedValue_3409",
          "type": "object"
        },
        "mean": {
          "$ref": "#/definitions/DefaultLoudnessAggregatedValue_3409",
          "type": "object"
        },
        "min": {
          "$ref": "#/definitions/DefaultLoudnessAggregatedValue_3409",
          "type": "object"
        }
      },
      "required": [
        "max",
        "mean",
        "min"
      ],
      "title": "loudness_summary - DefaultLoudnessSummary",
      "type": "object"
    },
    "DefaultProsodyAnalysis_3406": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "created_at": {
          "format": "date-time",
          "type": "string"
        },
        "energy_samples": {
          "anyOf": [
            {
              "items": {
                "$ref": "#/definitions/DefaultEnergySample_3397",
                "type": "object"
              },
              "type": "array"
            },
            {
              "type": "null"
            }
          ]
        },
        "error_code": {
          "anyOf": [
            {
              "enum": [
                "internal_server_error",
                "analysis_failed"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "id": {
          "type": "integer"
        },
        "status": {
          "enum": [
            "queued",
            "processing",
            "success",
            "failure"
          ],
          "type": "string"
        },
        "summary": {
          "anyOf": [
            {
              "$ref": "#/definitions/DefaultSummary_3405",
              "type": "object"
            },
            {
              "type": "null"
            }
          ]
        },
        "updated_at": {
          "format": "date-time",
          "type": "string"
        }
      },
      "required": [
        "created_at",
        "energy_samples",
        "error_code",
        "id",
        "status",
        "summary",
        "updated_at"
      ],
      "title": "prosody_analysis - DefaultProsodyAnalysis",
      "type": "object"
    },
    "DefaultSilenceStampsSummary_3404": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "duration_mean": {
          "type": "integer"
        },
        "number_found": {
          "type": "integer"
        },
        "ratio": {
          "anyOf": [
            {
              "description": "nb silences / min",
              "type": "integer"
            },
            {
              "type": "null"
            }
          ]
        },
        "stamps": {
          "items": {
            "$ref": "#/definitions/DefaultStamp_3399",
            "type": "object"
          },
          "type": "array"
        }
      },
      "required": [
        "duration_mean",
        "number_found",
        "ratio",
        "stamps"
      ],
      "title": "silence_stamps_summary - DefaultSilenceStampsSummary",
      "type": "object"
    },
    "DefaultStamp_3399": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "length": {
          "description": "in ms",
          "type": "integer"
        },
        "start": {
          "description": "in ms",
          "type": "integer"
        }
      },
      "required": [
        "length",
        "start"
      ],
      "title": "stamp - DefaultStamp",
      "type": "object"
    },
    "DefaultSummary_3405": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "f0": {
          "$ref": "#/definitions/DefaultFrequencySummary_3401",
          "type": "object"
        },
        "file_length": {
          "description": "in ms",
          "type": "integer"
        },
        "hesitation_stamps": {
          "$ref": "#/definitions/DefaultHesitationStampsSummary_3403",
          "type": "object"
        },
        "loudness": {
          "$ref": "#/definitions/DefaultLoudnessSummary_3402",
          "type": "object"
        },
        "silence_stamps": {
          "$ref": "#/definitions/DefaultSilenceStampsSummary_3404",
          "type": "object"
        },
        "syllables": {
          "$ref": "#/definitions/DefaultSyllablesSummary_3395",
          "type": "object"
        },
        "total_silence": {
          "description": "in ms",
          "type": "integer"
        }
      },
      "required": [
        "f0",
        "file_length",
        "hesitation_stamps",
        "loudness",
        "silence_stamps",
        "syllables",
        "total_silence"
      ],
      "title": "summary - DefaultSummary",
      "type": "object"
    },
    "DefaultSyllablesSummary_3395": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "ratio": {
          "description": "nb syllables / min",
          "type": "integer"
        },
        "total": {
          "type": "integer"
        }
      },
      "required": [
        "ratio",
        "total"
      ],
      "title": "syllables_summary - DefaultSyllablesSummary",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "prosody_training": {
      "additionalProperties": false,
      "properties": {
        "analysis": {
          "$ref": "#/definitions/DefaultProsodyAnalysis_3406",
          "type": "object"
        },
        "analysis_type": {
          "description": "determined with prosody exercise",
          "enum": [
            "frequency",
            "energy",
            "speech_rate",
            "pauses"
          ],
          "type": "string"
        },
        "ended_at": {
          "description": "if null will match the persistance datetime but it is recommended to provide a value (to handle temporary connection loss for example)",
          "format": "date-time",
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "prosody_exercise_id": {
          "type": "integer"
        }
      },
      "required": [
        "analysis",
        "analysis_type",
        "ended_at",
        "id",
        "prosody_exercise_id"
      ],
      "type": "object"
    }
  },
  "required": [
    "prosody_training"
  ],
  "title": "prosody_training - DefaultProsodyTraining",
  "type": "object"
}

JSON instance

{
  "prosody_training": {
    "analysis": {
      "created_at": "2021-10-11T11:46:22.844Z",
      "energy_samples": [
        {
          "dB": -65.64,
          "ms": 0
        },
        {
          "dB": -62.52,
          "ms": 24
        },
        {
          "dB": -61.09,
          "ms": 48
        },
        {
          "dB": -42.54,
          "ms": 72
        },
        {
          "dB": -25.89,
          "ms": 96
        },
        {
          "dB": -23.6,
          "ms": 120
        },
        {
          "dB": -23.5,
          "ms": 144
        },
        {
          "dB": -23.53,
          "ms": 168
        },
        {
          "dB": -27.14,
          "ms": 192
        },
        {
          "dB": -37.56,
          "ms": 216
        },
        {
          "dB": -23.01,
          "ms": 240
        },
        {
          "dB": -19.23,
          "ms": 264
        },
        {
          "dB": -17.82,
          "ms": 288
        },
        {
          "dB": -16.93,
          "ms": 312
        },
        {
          "dB": -17.34,
          "ms": 336
        },
        {
          "dB": -18.44,
          "ms": 360
        },
        {
          "dB": -18.66,
          "ms": 384
        },
        {
          "dB": -18.51,
          "ms": 408
        },
        {
          "dB": -18.89,
          "ms": 432
        },
        {
          "dB": -19.33,
          "ms": 456
        },
        {
          "dB": -18.7,
          "ms": 480
        },
        {
          "dB": -18.54,
          "ms": 504
        },
        {
          "dB": -18.51,
          "ms": 528
        },
        {
          "dB": -18.92,
          "ms": 552
        },
        {
          "dB": -21.41,
          "ms": 576
        },
        {
          "dB": -24.19,
          "ms": 600
        },
        {
          "dB": -24.46,
          "ms": 624
        },
        {
          "dB": -23.4,
          "ms": 648
        },
        {
          "dB": -23.3,
          "ms": 672
        },
        {
          "dB": -24.7,
          "ms": 696
        },
        {
          "dB": -28.05,
          "ms": 720
        },
        {
          "dB": -35.37,
          "ms": 744
        },
        {
          "dB": -29.28,
          "ms": 768
        },
        {
          "dB": -26.33,
          "ms": 792
        },
        {
          "dB": -25.12,
          "ms": 816
        },
        {
          "dB": -24.91,
          "ms": 840
        },
        {
          "dB": -26.52,
          "ms": 864
        },
        {
          "dB": -26.77,
          "ms": 888
        },
        {
          "dB": -21.76,
          "ms": 912
        },
        {
          "dB": -21.18,
          "ms": 936
        },
        {
          "dB": -21.13,
          "ms": 960
        },
        {
          "dB": -21.73,
          "ms": 984
        },
        {
          "dB": -28.46,
          "ms": 1008
        },
        {
          "dB": -26.8,
          "ms": 1032
        },
        {
          "dB": -22.41,
          "ms": 1056
        },
        {
          "dB": -20.24,
          "ms": 1080
        },
        {
          "dB": -20.09,
          "ms": 1104
        },
        {
          "dB": -20.92,
          "ms": 1128
        },
        {
          "dB": -23.63,
          "ms": 1152
        },
        {
          "dB": -25.82,
          "ms": 1176
        },
        {
          "dB": -22.23,
          "ms": 1200
        },
        {
          "dB": -21.31,
          "ms": 1224
        },
        {
          "dB": -21.31,
          "ms": 1248
        },
        {
          "dB": -22.71,
          "ms": 1272
        },
        {
          "dB": -27.8,
          "ms": 1296
        },
        {
          "dB": -37.28,
          "ms": 1320
        },
        {
          "dB": -27.88,
          "ms": 1344
        },
        {
          "dB": -26.62,
          "ms": 1368
        },
        {
          "dB": -26.58,
          "ms": 1392
        },
        {
          "dB": -26.58,
          "ms": 1416
        },
        {
          "dB": -30.48,
          "ms": 1440
        },
        {
          "dB": -30.33,
          "ms": 1464
        },
        {
          "dB": -26.12,
          "ms": 1488
        },
        {
          "dB": -25.8,
          "ms": 1512
        },
        {
          "dB": -26.2,
          "ms": 1536
        },
        {
          "dB": -27.46,
          "ms": 1560
        },
        {
          "dB": -35.54,
          "ms": 1584
        },
        {
          "dB": -32.79,
          "ms": 1608
        },
        {
          "dB": -27.38,
          "ms": 1632
        },
        {
          "dB": -24.74,
          "ms": 1656
        },
        {
          "dB": -23.26,
          "ms": 1680
        },
        {
          "dB": -22.79,
          "ms": 1704
        },
        {
          "dB": -22.97,
          "ms": 1728
        },
        {
          "dB": -23.29,
          "ms": 1752
        },
        {
          "dB": -23.69,
          "ms": 1776
        },
        {
          "dB": -24.11,
          "ms": 1800
        },
        {
          "dB": -25.51,
          "ms": 1824
        },
        {
          "dB": -27.8,
          "ms": 1848
        },
        {
          "dB": -31.68,
          "ms": 1872
        },
        {
          "dB": -41.18,
          "ms": 1896
        },
        {
          "dB": -44.09,
          "ms": 1920
        },
        {
          "dB": -46.42,
          "ms": 1944
        },
        {
          "dB": -47.43,
          "ms": 1968
        },
        {
          "dB": -45.66,
          "ms": 1992
        },
        {
          "dB": -44.01,
          "ms": 2016
        },
        {
          "dB": -43.11,
          "ms": 2040
        },
        {
          "dB": -42.78,
          "ms": 2064
        },
        {
          "dB": -43.46,
          "ms": 2088
        },
        {
          "dB": -44.98,
          "ms": 2112
        },
        {
          "dB": -47.34,
          "ms": 2136
        },
        {
          "dB": -50.72,
          "ms": 2160
        },
        {
          "dB": -55.07,
          "ms": 2184
        },
        {
          "dB": -51.26,
          "ms": 2208
        },
        {
          "dB": -41.31,
          "ms": 2232
        },
        {
          "dB": -32.89,
          "ms": 2256
        },
        {
          "dB": -31.07,
          "ms": 2280
        },
        {
          "dB": -31.02,
          "ms": 2304
        },
        {
          "dB": -31.38,
          "ms": 2328
        },
        {
          "dB": -35.34,
          "ms": 2352
        },
        {
          "dB": -34.09,
          "ms": 2376
        },
        {
          "dB": -29.24,
          "ms": 2400
        },
        {
          "dB": -26.99,
          "ms": 2424
        },
        {
          "dB": -26.92,
          "ms": 2448
        },
        {
          "dB": -27.61,
          "ms": 2472
        },
        {
          "dB": -30.1,
          "ms": 2496
        },
        {
          "dB": -35.83,
          "ms": 2520
        },
        {
          "dB": -35.18,
          "ms": 2544
        },
        {
          "dB": -35.19,
          "ms": 2568
        },
        {
          "dB": -34.92,
          "ms": 2592
        },
        {
          "dB": -28.52,
          "ms": 2616
        },
        {
          "dB": -25.57,
          "ms": 2640
        },
        {
          "dB": -23.77,
          "ms": 2664
        },
        {
          "dB": -22.84,
          "ms": 2688
        },
        {
          "dB": -22.94,
          "ms": 2712
        },
        {
          "dB": -23.17,
          "ms": 2736
        },
        {
          "dB": -23.58,
          "ms": 2760
        },
        {
          "dB": -23.63,
          "ms": 2784
        },
        {
          "dB": -24.35,
          "ms": 2808
        },
        {
          "dB": -25.97,
          "ms": 2832
        },
        {
          "dB": -28.23,
          "ms": 2856
        },
        {
          "dB": -32.72,
          "ms": 2880
        },
        {
          "dB": -33.11,
          "ms": 2904
        },
        {
          "dB": -27.86,
          "ms": 2928
        },
        {
          "dB": -26.49,
          "ms": 2952
        },
        {
          "dB": -25.81,
          "ms": 2976
        },
        {
          "dB": -25.91,
          "ms": 3000
        },
        {
          "dB": -27.6,
          "ms": 3024
        },
        {
          "dB": -28.38,
          "ms": 3048
        },
        {
          "dB": -28.31,
          "ms": 3072
        },
        {
          "dB": -28.07,
          "ms": 3096
        },
        {
          "dB": -28.87,
          "ms": 3120
        },
        {
          "dB": -30.16,
          "ms": 3144
        },
        {
          "dB": -32.84,
          "ms": 3168
        },
        {
          "dB": -38.6,
          "ms": 3192
        },
        {
          "dB": -44.28,
          "ms": 3216
        },
        {
          "dB": -44.97,
          "ms": 3240
        },
        {
          "dB": -37.42,
          "ms": 3264
        },
        {
          "dB": -32.34,
          "ms": 3288
        },
        {
          "dB": -29.49,
          "ms": 3312
        },
        {
          "dB": -27.25,
          "ms": 3336
        },
        {
          "dB": -25.92,
          "ms": 3360
        },
        {
          "dB": -25.45,
          "ms": 3384
        },
        {
          "dB": -25.18,
          "ms": 3408
        },
        {
          "dB": -25.39,
          "ms": 3432
        },
        {
          "dB": -25.97,
          "ms": 3456
        },
        {
          "dB": -26.86,
          "ms": 3480
        },
        {
          "dB": -28.13,
          "ms": 3504
        },
        {
          "dB": -29.28,
          "ms": 3528
        },
        {
          "dB": -30.12,
          "ms": 3552
        },
        {
          "dB": -30.8,
          "ms": 3576
        },
        {
          "dB": -31.99,
          "ms": 3600
        },
        {
          "dB": -34.36,
          "ms": 3624
        },
        {
          "dB": -39.86,
          "ms": 3648
        },
        {
          "dB": -48.51,
          "ms": 3672
        },
        {
          "dB": -49.89,
          "ms": 3696
        },
        {
          "dB": -52.67,
          "ms": 3720
        },
        {
          "dB": -53.28,
          "ms": 3744
        },
        {
          "dB": -54.3,
          "ms": 3768
        },
        {
          "dB": -55.42,
          "ms": 3792
        },
        {
          "dB": -57.34,
          "ms": 3816
        },
        {
          "dB": -58.18,
          "ms": 3840
        },
        {
          "dB": -57.98,
          "ms": 3864
        },
        {
          "dB": -58.88,
          "ms": 3888
        },
        {
          "dB": -58.8,
          "ms": 3912
        },
        {
          "dB": -59.15,
          "ms": 3936
        },
        {
          "dB": -59.45,
          "ms": 3960
        },
        {
          "dB": -59.71,
          "ms": 3984
        },
        {
          "dB": -59.61,
          "ms": 4008
        },
        {
          "dB": -59.15,
          "ms": 4032
        },
        {
          "dB": -51.59,
          "ms": 4056
        },
        {
          "dB": -45.33,
          "ms": 4080
        },
        {
          "dB": -40.86,
          "ms": 4104
        },
        {
          "dB": -36.16,
          "ms": 4128
        },
        {
          "dB": -32.06,
          "ms": 4152
        },
        {
          "dB": -30.32,
          "ms": 4176
        },
        {
          "dB": -29.12,
          "ms": 4200
        },
        {
          "dB": -28.43,
          "ms": 4224
        },
        {
          "dB": -28.19,
          "ms": 4248
        },
        {
          "dB": -27.78,
          "ms": 4272
        },
        {
          "dB": -27.21,
          "ms": 4296
        },
        {
          "dB": -28.05,
          "ms": 4320
        },
        {
          "dB": -29.58,
          "ms": 4344
        },
        {
          "dB": -31.69,
          "ms": 4368
        },
        {
          "dB": -38.98,
          "ms": 4392
        },
        {
          "dB": -38.41,
          "ms": 4416
        },
        {
          "dB": -35.72,
          "ms": 4440
        },
        {
          "dB": -35.83,
          "ms": 4464
        },
        {
          "dB": -33.2,
          "ms": 4488
        },
        {
          "dB": -30.6,
          "ms": 4512
        },
        {
          "dB": -28.85,
          "ms": 4536
        },
        {
          "dB": -26.84,
          "ms": 4560
        },
        {
          "dB": -25.8,
          "ms": 4584
        },
        {
          "dB": -25.96,
          "ms": 4608
        },
        {
          "dB": -26.95,
          "ms": 4632
        },
        {
          "dB": -29.19,
          "ms": 4656
        },
        {
          "dB": -33.27,
          "ms": 4680
        },
        {
          "dB": -32.11,
          "ms": 4704
        },
        {
          "dB": -30.29,
          "ms": 4728
        },
        {
          "dB": -28.61,
          "ms": 4752
        },
        {
          "dB": -26.81,
          "ms": 4776
        },
        {
          "dB": -26.67,
          "ms": 4800
        },
        {
          "dB": -26.21,
          "ms": 4824
        },
        {
          "dB": -26.13,
          "ms": 4848
        },
        {
          "dB": -26.56,
          "ms": 4872
        },
        {
          "dB": -26.72,
          "ms": 4896
        },
        {
          "dB": -26.76,
          "ms": 4920
        },
        {
          "dB": -27.45,
          "ms": 4944
        },
        {
          "dB": -28.91,
          "ms": 4968
        },
        {
          "dB": -30.97,
          "ms": 4992
        },
        {
          "dB": -36.5,
          "ms": 5016
        },
        {
          "dB": -44.12,
          "ms": 5040
        },
        {
          "dB": -41.89,
          "ms": 5064
        },
        {
          "dB": -37.03,
          "ms": 5088
        },
        {
          "dB": -30.9,
          "ms": 5112
        },
        {
          "dB": -29.06,
          "ms": 5136
        },
        {
          "dB": -27.74,
          "ms": 5160
        },
        {
          "dB": -27.1,
          "ms": 5184
        },
        {
          "dB": -26.96,
          "ms": 5208
        },
        {
          "dB": -27.34,
          "ms": 5232
        },
        {
          "dB": -27.91,
          "ms": 5256
        },
        {
          "dB": -27.69,
          "ms": 5280
        },
        {
          "dB": -28.16,
          "ms": 5304
        },
        {
          "dB": -27.97,
          "ms": 5328
        },
        {
          "dB": -27.9,
          "ms": 5352
        },
        {
          "dB": -29.08,
          "ms": 5376
        },
        {
          "dB": -31.3,
          "ms": 5400
        },
        {
          "dB": -33.8,
          "ms": 5424
        },
        {
          "dB": -39.15,
          "ms": 5448
        },
        {
          "dB": -46.18,
          "ms": 5472
        },
        {
          "dB": -48.28,
          "ms": 5496
        },
        {
          "dB": -49.72,
          "ms": 5520
        },
        {
          "dB": -50.76,
          "ms": 5544
        },
        {
          "dB": -51.1,
          "ms": 5568
        },
        {
          "dB": -51.24,
          "ms": 5592
        },
        {
          "dB": -50.44,
          "ms": 5616
        },
        {
          "dB": -49.99,
          "ms": 5640
        },
        {
          "dB": -49.33,
          "ms": 5664
        },
        {
          "dB": -49.19,
          "ms": 5688
        },
        {
          "dB": -49.81,
          "ms": 5712
        },
        {
          "dB": -49.94,
          "ms": 5736
        },
        {
          "dB": -50.83,
          "ms": 5760
        },
        {
          "dB": -50.44,
          "ms": 5784
        },
        {
          "dB": -50.75,
          "ms": 5808
        },
        {
          "dB": -51.67,
          "ms": 5832
        },
        {
          "dB": -52.67,
          "ms": 5856
        },
        {
          "dB": -49.99,
          "ms": 5880
        },
        {
          "dB": -28.23,
          "ms": 5904
        },
        {
          "dB": -24.22,
          "ms": 5928
        },
        {
          "dB": -22.46,
          "ms": 5952
        },
        {
          "dB": -21.84,
          "ms": 5976
        },
        {
          "dB": -22.78,
          "ms": 6000
        },
        {
          "dB": -25.23,
          "ms": 6024
        },
        {
          "dB": -29.55,
          "ms": 6048
        },
        {
          "dB": -36.27,
          "ms": 6072
        },
        {
          "dB": -45.06,
          "ms": 6096
        },
        {
          "dB": -34.61,
          "ms": 6120
        },
        {
          "dB": -33.73,
          "ms": 6144
        },
        {
          "dB": -33.7,
          "ms": 6168
        },
        {
          "dB": -33.74,
          "ms": 6192
        },
        {
          "dB": -40.12,
          "ms": 6216
        },
        {
          "dB": -48.35,
          "ms": 6240
        },
        {
          "dB": -53.21,
          "ms": 6264
        },
        {
          "dB": -43.96,
          "ms": 6288
        },
        {
          "dB": -43.35,
          "ms": 6312
        },
        {
          "dB": -42.15,
          "ms": 6336
        },
        {
          "dB": -41.85,
          "ms": 6360
        },
        {
          "dB": -45.54,
          "ms": 6384
        },
        {
          "dB": -46.7,
          "ms": 6408
        },
        {
          "dB": -51.77,
          "ms": 6432
        },
        {
          "dB": -56.93,
          "ms": 6456
        },
        {
          "dB": -57.36,
          "ms": 6480
        },
        {
          "dB": -42.96,
          "ms": 6504
        },
        {
          "dB": -30.91,
          "ms": 6528
        },
        {
          "dB": -26.22,
          "ms": 6552
        },
        {
          "dB": -24.2,
          "ms": 6576
        },
        {
          "dB": -22.77,
          "ms": 6600
        },
        {
          "dB": -22.07,
          "ms": 6624
        },
        {
          "dB": -22.71,
          "ms": 6648
        },
        {
          "dB": -23.83,
          "ms": 6672
        },
        {
          "dB": -25.76,
          "ms": 6696
        },
        {
          "dB": -30.09,
          "ms": 6720
        },
        {
          "dB": -33.74,
          "ms": 6744
        },
        {
          "dB": -29.4,
          "ms": 6768
        },
        {
          "dB": -27.5,
          "ms": 6792
        },
        {
          "dB": -25.11,
          "ms": 6816
        },
        {
          "dB": -23.22,
          "ms": 6840
        },
        {
          "dB": -22.26,
          "ms": 6864
        },
        {
          "dB": -21.35,
          "ms": 6888
        },
        {
          "dB": -21.41,
          "ms": 6912
        },
        {
          "dB": -22.07,
          "ms": 6936
        },
        {
          "dB": -23.35,
          "ms": 6960
        },
        {
          "dB": -25.35,
          "ms": 6984
        },
        {
          "dB": -26.76,
          "ms": 7008
        },
        {
          "dB": -27.54,
          "ms": 7032
        },
        {
          "dB": -27.69,
          "ms": 7056
        },
        {
          "dB": -27.8,
          "ms": 7080
        },
        {
          "dB": -28.21,
          "ms": 7104
        },
        {
          "dB": -28.92,
          "ms": 7128
        },
        {
          "dB": -30.22,
          "ms": 7152
        },
        {
          "dB": -31.44,
          "ms": 7176
        },
        {
          "dB": -32.6,
          "ms": 7200
        },
        {
          "dB": -32.97,
          "ms": 7224
        },
        {
          "dB": -31.23,
          "ms": 7248
        },
        {
          "dB": -29.73,
          "ms": 7272
        },
        {
          "dB": -29.23,
          "ms": 7296
        },
        {
          "dB": -29.95,
          "ms": 7320
        },
        {
          "dB": -31.88,
          "ms": 7344
        },
        {
          "dB": -36.13,
          "ms": 7368
        },
        {
          "dB": -45.08,
          "ms": 7392
        },
        {
          "dB": -48.79,
          "ms": 7416
        },
        {
          "dB": -52.37,
          "ms": 7440
        },
        {
          "dB": -47.49,
          "ms": 7464
        },
        {
          "dB": -39.16,
          "ms": 7488
        },
        {
          "dB": -34.45,
          "ms": 7512
        },
        {
          "dB": -33.91,
          "ms": 7536
        },
        {
          "dB": -33.15,
          "ms": 7560
        },
        {
          "dB": -30.66,
          "ms": 7584
        },
        {
          "dB": -29.02,
          "ms": 7608
        },
        {
          "dB": -26.97,
          "ms": 7632
        },
        {
          "dB": -25.53,
          "ms": 7656
        },
        {
          "dB": -25.12,
          "ms": 7680
        },
        {
          "dB": -24.99,
          "ms": 7704
        },
        {
          "dB": -25.21,
          "ms": 7728
        },
        {
          "dB": -25.91,
          "ms": 7752
        },
        {
          "dB": -26.86,
          "ms": 7776
        },
        {
          "dB": -28.63,
          "ms": 7800
        },
        {
          "dB": -30.91,
          "ms": 7824
        },
        {
          "dB": -30.25,
          "ms": 7848
        },
        {
          "dB": -28.62,
          "ms": 7872
        },
        {
          "dB": -27.09,
          "ms": 7896
        },
        {
          "dB": -26.95,
          "ms": 7920
        },
        {
          "dB": -28.23,
          "ms": 7944
        },
        {
          "dB": -30.64,
          "ms": 7968
        },
        {
          "dB": -34.34,
          "ms": 7992
        },
        {
          "dB": -30.31,
          "ms": 8016
        },
        {
          "dB": -27.2,
          "ms": 8040
        },
        {
          "dB": -25.2,
          "ms": 8064
        },
        {
          "dB": -24.21,
          "ms": 8088
        },
        {
          "dB": -24.37,
          "ms": 8112
        },
        {
          "dB": -25.03,
          "ms": 8136
        },
        {
          "dB": -26.11,
          "ms": 8160
        },
        {
          "dB": -26.72,
          "ms": 8184
        },
        {
          "dB": -26.57,
          "ms": 8208
        },
        {
          "dB": -27.44,
          "ms": 8232
        },
        {
          "dB": -28.54,
          "ms": 8256
        },
        {
          "dB": -30.44,
          "ms": 8280
        },
        {
          "dB": -34.98,
          "ms": 8304
        },
        {
          "dB": -36.54,
          "ms": 8328
        },
        {
          "dB": -37.86,
          "ms": 8352
        },
        {
          "dB": -40.34,
          "ms": 8376
        },
        {
          "dB": -34.08,
          "ms": 8400
        },
        {
          "dB": -29.52,
          "ms": 8424
        },
        {
          "dB": -26.74,
          "ms": 8448
        },
        {
          "dB": -24.48,
          "ms": 8472
        },
        {
          "dB": -23.96,
          "ms": 8496
        },
        {
          "dB": -23.75,
          "ms": 8520
        },
        {
          "dB": -23.79,
          "ms": 8544
        },
        {
          "dB": -24.7,
          "ms": 8568
        },
        {
          "dB": -24.92,
          "ms": 8592
        },
        {
          "dB": -25.82,
          "ms": 8616
        },
        {
          "dB": -27.08,
          "ms": 8640
        },
        {
          "dB": -28.13,
          "ms": 8664
        },
        {
          "dB": -29.34,
          "ms": 8688
        },
        {
          "dB": -29.76,
          "ms": 8712
        },
        {
          "dB": -30.42,
          "ms": 8736
        },
        {
          "dB": -30.55,
          "ms": 8760
        },
        {
          "dB": -31.21,
          "ms": 8784
        },
        {
          "dB": -32.38,
          "ms": 8808
        },
        {
          "dB": -33.61,
          "ms": 8832
        },
        {
          "dB": -36.66,
          "ms": 8856
        },
        {
          "dB": -41.49,
          "ms": 8880
        },
        {
          "dB": -46.6,
          "ms": 8904
        },
        {
          "dB": -46.91,
          "ms": 8928
        },
        {
          "dB": -47.76,
          "ms": 8952
        },
        {
          "dB": -49.13,
          "ms": 8976
        },
        {
          "dB": -49.9,
          "ms": 9000
        },
        {
          "dB": -39.83,
          "ms": 9024
        },
        {
          "dB": -35.45,
          "ms": 9048
        },
        {
          "dB": -34.59,
          "ms": 9072
        },
        {
          "dB": -34.44,
          "ms": 9096
        },
        {
          "dB": -35.8,
          "ms": 9120
        },
        {
          "dB": -40.99,
          "ms": 9144
        },
        {
          "dB": -48.05,
          "ms": 9168
        },
        {
          "dB": -54.99,
          "ms": 9192
        },
        {
          "dB": -56.2,
          "ms": 9216
        },
        {
          "dB": -56.88,
          "ms": 9240
        },
        {
          "dB": -55.77,
          "ms": 9264
        },
        {
          "dB": -55.27,
          "ms": 9288
        },
        {
          "dB": -55.17,
          "ms": 9312
        },
        {
          "dB": -54.93,
          "ms": 9336
        },
        {
          "dB": -56.14,
          "ms": 9360
        },
        {
          "dB": -56.83,
          "ms": 9384
        },
        {
          "dB": -57.72,
          "ms": 9408
        },
        {
          "dB": -58.97,
          "ms": 9432
        },
        {
          "dB": -58.98,
          "ms": 9456
        },
        {
          "dB": -59.31,
          "ms": 9480
        },
        {
          "dB": -59.21,
          "ms": 9504
        },
        {
          "dB": -58.81,
          "ms": 9528
        },
        {
          "dB": -58.64,
          "ms": 9552
        },
        {
          "dB": -58.74,
          "ms": 9576
        },
        {
          "dB": -58.63,
          "ms": 9600
        },
        {
          "dB": -59.09,
          "ms": 9624
        },
        {
          "dB": -59.47,
          "ms": 9648
        },
        {
          "dB": -59.92,
          "ms": 9672
        },
        {
          "dB": -61.21,
          "ms": 9696
        },
        {
          "dB": -61.44,
          "ms": 9720
        },
        {
          "dB": -41.11,
          "ms": 9744
        },
        {
          "dB": -37.24,
          "ms": 9768
        },
        {
          "dB": -32.49,
          "ms": 9792
        },
        {
          "dB": -31.75,
          "ms": 9816
        },
        {
          "dB": -30.53,
          "ms": 9840
        },
        {
          "dB": -29.45,
          "ms": 9864
        },
        {
          "dB": -29.44,
          "ms": 9888
        },
        {
          "dB": -28.75,
          "ms": 9912
        },
        {
          "dB": -29.73,
          "ms": 9936
        },
        {
          "dB": -31.51,
          "ms": 9960
        },
        {
          "dB": -34.18,
          "ms": 9984
        },
        {
          "dB": -37.49,
          "ms": 10008
        },
        {
          "dB": -29.24,
          "ms": 10032
        },
        {
          "dB": -26.94,
          "ms": 10056
        },
        {
          "dB": -26.64,
          "ms": 10080
        },
        {
          "dB": -26.71,
          "ms": 10104
        },
        {
          "dB": -29.32,
          "ms": 10128
        },
        {
          "dB": -33.1,
          "ms": 10152
        },
        {
          "dB": -30.87,
          "ms": 10176
        },
        {
          "dB": -27.14,
          "ms": 10200
        },
        {
          "dB": -25.39,
          "ms": 10224
        },
        {
          "dB": -25.37,
          "ms": 10248
        },
        {
          "dB": -26.14,
          "ms": 10272
        },
        {
          "dB": -28.97,
          "ms": 10296
        },
        {
          "dB": -35.12,
          "ms": 10320
        },
        {
          "dB": -33.2,
          "ms": 10344
        },
        {
          "dB": -30.86,
          "ms": 10368
        },
        {
          "dB": -28.43,
          "ms": 10392
        },
        {
          "dB": -27.45,
          "ms": 10416
        },
        {
          "dB": -28.17,
          "ms": 10440
        },
        {
          "dB": -29.21,
          "ms": 10464
        },
        {
          "dB": -31.4,
          "ms": 10488
        },
        {
          "dB": -30.41,
          "ms": 10512
        },
        {
          "dB": -28.13,
          "ms": 10536
        },
        {
          "dB": -26.76,
          "ms": 10560
        },
        {
          "dB": -25.77,
          "ms": 10584
        },
        {
          "dB": -25.87,
          "ms": 10608
        },
        {
          "dB": -26.13,
          "ms": 10632
        },
        {
          "dB": -26.62,
          "ms": 10656
        },
        {
          "dB": -28.08,
          "ms": 10680
        },
        {
          "dB": -29.94,
          "ms": 10704
        },
        {
          "dB": -33.18,
          "ms": 10728
        },
        {
          "dB": -40.19,
          "ms": 10752
        },
        {
          "dB": -45.2,
          "ms": 10776
        },
        {
          "dB": -48.4,
          "ms": 10800
        },
        {
          "dB": -51.37,
          "ms": 10824
        },
        {
          "dB": -53.51,
          "ms": 10848
        },
        {
          "dB": -54.92,
          "ms": 10872
        },
        {
          "dB": -55.92,
          "ms": 10896
        },
        {
          "dB": -56.88,
          "ms": 10920
        },
        {
          "dB": -57.61,
          "ms": 10944
        },
        {
          "dB": -42.75,
          "ms": 10968
        },
        {
          "dB": -38.58,
          "ms": 10992
        },
        {
          "dB": -36.72,
          "ms": 11016
        },
        {
          "dB": -32.38,
          "ms": 11040
        },
        {
          "dB": -29.07,
          "ms": 11064
        },
        {
          "dB": -26.58,
          "ms": 11088
        },
        {
          "dB": -25.19,
          "ms": 11112
        },
        {
          "dB": -24.95,
          "ms": 11136
        },
        {
          "dB": -25.07,
          "ms": 11160
        },
        {
          "dB": -25.69,
          "ms": 11184
        },
        {
          "dB": -25.25,
          "ms": 11208
        },
        {
          "dB": -24.67,
          "ms": 11232
        },
        {
          "dB": -24.21,
          "ms": 11256
        },
        {
          "dB": -23.76,
          "ms": 11280
        },
        {
          "dB": -24.16,
          "ms": 11304
        },
        {
          "dB": -24.37,
          "ms": 11328
        },
        {
          "dB": -25.02,
          "ms": 11352
        },
        {
          "dB": -26.19,
          "ms": 11376
        },
        {
          "dB": -27.33,
          "ms": 11400
        },
        {
          "dB": -29.43,
          "ms": 11424
        },
        {
          "dB": -31.81,
          "ms": 11448
        },
        {
          "dB": -34.41,
          "ms": 11472
        },
        {
          "dB": -40.44,
          "ms": 11496
        },
        {
          "dB": -40.24,
          "ms": 11520
        },
        {
          "dB": -34.92,
          "ms": 11544
        },
        {
          "dB": -30.01,
          "ms": 11568
        },
        {
          "dB": -29.16,
          "ms": 11592
        },
        {
          "dB": -29.42,
          "ms": 11616
        },
        {
          "dB": -30.39,
          "ms": 11640
        },
        {
          "dB": -35.99,
          "ms": 11664
        },
        {
          "dB": -42.81,
          "ms": 11688
        },
        {
          "dB": -34.53,
          "ms": 11712
        },
        {
          "dB": -30.02,
          "ms": 11736
        },
        {
          "dB": -29.59,
          "ms": 11760
        },
        {
          "dB": -29.5,
          "ms": 11784
        },
        {
          "dB": -30.73,
          "ms": 11808
        },
        {
          "dB": -36.48,
          "ms": 11832
        },
        {
          "dB": -37.05,
          "ms": 11856
        },
        {
          "dB": -33.24,
          "ms": 11880
        },
        {
          "dB": -31.94,
          "ms": 11904
        },
        {
          "dB": -31.13,
          "ms": 11928
        },
        {
          "dB": -30.59,
          "ms": 11952
        },
        {
          "dB": -31.71,
          "ms": 11976
        },
        {
          "dB": -32.69,
          "ms": 12000
        },
        {
          "dB": -33.81,
          "ms": 12024
        },
        {
          "dB": -36.45,
          "ms": 12048
        },
        {
          "dB": -39.81,
          "ms": 12072
        },
        {
          "dB": -43.68,
          "ms": 12096
        },
        {
          "dB": -53.86,
          "ms": 12120
        },
        {
          "dB": -56.23,
          "ms": 12144
        },
        {
          "dB": -58.57,
          "ms": 12168
        },
        {
          "dB": -59.69,
          "ms": 12192
        },
        {
          "dB": -59.96,
          "ms": 12216
        },
        {
          "dB": -60.34,
          "ms": 12240
        },
        {
          "dB": -59.4,
          "ms": 12264
        },
        {
          "dB": -58.72,
          "ms": 12288
        },
        {
          "dB": -58.56,
          "ms": 12312
        },
        {
          "dB": -58.41,
          "ms": 12336
        },
        {
          "dB": -58.93,
          "ms": 12360
        },
        {
          "dB": -59.58,
          "ms": 12384
        },
        {
          "dB": -59.78,
          "ms": 12408
        },
        {
          "dB": -60.31,
          "ms": 12432
        },
        {
          "dB": -60.33,
          "ms": 12456
        },
        {
          "dB": -60.48,
          "ms": 12480
        },
        {
          "dB": -60.12,
          "ms": 12504
        },
        {
          "dB": -59.89,
          "ms": 12528
        },
        {
          "dB": -59.36,
          "ms": 12552
        },
        {
          "dB": -59.02,
          "ms": 12576
        },
        {
          "dB": -58.85,
          "ms": 12600
        },
        {
          "dB": -59.17,
          "ms": 12624
        },
        {
          "dB": -59.46,
          "ms": 12648
        },
        {
          "dB": -59.75,
          "ms": 12672
        },
        {
          "dB": -60.11,
          "ms": 12696
        },
        {
          "dB": -59.91,
          "ms": 12720
        },
        {
          "dB": -60.12,
          "ms": 12744
        },
        {
          "dB": -59.87,
          "ms": 12768
        },
        {
          "dB": -59.87,
          "ms": 12792
        },
        {
          "dB": -59.39,
          "ms": 12816
        },
        {
          "dB": -59.46,
          "ms": 12840
        },
        {
          "dB": -59.45,
          "ms": 12864
        },
        {
          "dB": -59.35,
          "ms": 12888
        },
        {
          "dB": -59.92,
          "ms": 12912
        },
        {
          "dB": -59.99,
          "ms": 12936
        },
        {
          "dB": -59.6,
          "ms": 12960
        },
        {
          "dB": -59.8,
          "ms": 12984
        },
        {
          "dB": -59.69,
          "ms": 13008
        },
        {
          "dB": -59.47,
          "ms": 13032
        },
        {
          "dB": -59.56,
          "ms": 13056
        },
        {
          "dB": -59.84,
          "ms": 13080
        },
        {
          "dB": -59.39,
          "ms": 13104
        },
        {
          "dB": -59.64,
          "ms": 13128
        },
        {
          "dB": -60.11,
          "ms": 13152
        },
        {
          "dB": -60.17,
          "ms": 13176
        },
        {
          "dB": -60.66,
          "ms": 13200
        },
        {
          "dB": -60.5,
          "ms": 13224
        },
        {
          "dB": -60.48,
          "ms": 13248
        },
        {
          "dB": -59.92,
          "ms": 13272
        },
        {
          "dB": -59.67,
          "ms": 13296
        },
        {
          "dB": -59.83,
          "ms": 13320
        },
        {
          "dB": -59.74,
          "ms": 13344
        },
        {
          "dB": -59.94,
          "ms": 13368
        },
        {
          "dB": -60.22,
          "ms": 13392
        }
      ],
      "error_code": null,
      "id": 63,
      "status": "success",
      "summary": {
        "f0": {
          "max": {
            "time_step": 480,
            "value": 171
          },
          "mean": {
            "time_step": 11064,
            "value": 54
          },
          "min": {
            "time_step": 11064,
            "value": 54
          }
        },
        "file_length": 13400,
        "hesitation_stamps": {
          "duration_mean": 0,
          "number_found": 0,
          "ratio": 0,
          "stamps": []
        },
        "loudness": {
          "max": {
            "time_step": 312,
            "value": -16.93
          },
          "mean": {
            "time_step": 4512,
            "value": -27.21
          },
          "min": {
            "time_step": 4512,
            "value": -27.21
          }
        },
        "silence_stamps": {
          "duration_mean": 704,
          "number_found": 3,
          "ratio": 0,
          "stamps": [
            {
              "length": 312,
              "start": 3720
            },
            {
              "length": 528,
              "start": 9192
            },
            {
              "length": 1272,
              "start": 12120
            }
          ]
        },
        "syllables": {
          "ratio": 335,
          "total": 25
        },
        "total_silence": 2112
      },
      "updated_at": "2021-10-11T11:46:22.911Z"
    },
    "analysis_type": "frequency",
    "ended_at": "2021-10-11T11:46:22.837Z",
    "id": 66,
    "prosody_exercise_id": 120
  }
}

Validation #1221

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/prosody_training/analysis/summary' of type object did not match one or more of the required schemas. The schema specific errors were: - anyOf #0: - The property '#/prosody_training/analysis/summary/loudness/min/value' of type string did not match the following type: number - The property '#/prosody_training/analysis/summary/loudness/mean/value' of type string did not match the following type: number - The property '#/prosody_training/analysis/summary/loudness/max/value' of type string did not match the following type: number - The property '#/prosody_training/analysis/summary/hesitation_stamps' contains additional properties ["duration_mean"] outside of the schema when none are allowed - anyOf #1: - The property '#/prosody_training/analysis/summary' of type object did not match the following type: null

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultAggregatedValue_3400": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "time_step": {
          "description": "in ms",
          "type": "integer"
        },
        "value": {
          "description": "in Hz",
          "type": "integer"
        }
      },
      "required": [
        "time_step",
        "value"
      ],
      "title": "frequency_aggregated_value - DefaultAggregatedValue",
      "type": "object"
    },
    "DefaultEnergySample_3397": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "dB": {
          "type": "number"
        },
        "ms": {
          "type": "integer"
        }
      },
      "required": [
        "dB",
        "ms"
      ],
      "title": "energy_sample - DefaultEnergySample",
      "type": "object"
    },
    "DefaultFrequencySummary_3401": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "max": {
          "$ref": "#/definitions/DefaultAggregatedValue_3400",
          "type": "object"
        },
        "mean": {
          "$ref": "#/definitions/DefaultAggregatedValue_3400",
          "type": "object"
        },
        "min": {
          "$ref": "#/definitions/DefaultAggregatedValue_3400",
          "type": "object"
        }
      },
      "required": [
        "max",
        "mean",
        "min"
      ],
      "title": "frequency_summary - DefaultFrequencySummary",
      "type": "object"
    },
    "DefaultHesitationStampsSummary_3403": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "number_found": {
          "type": "integer"
        },
        "ratio": {
          "anyOf": [
            {
              "description": "nb hesitations / min",
              "type": "integer"
            },
            {
              "type": "null"
            }
          ]
        },
        "stamps": {
          "items": {
            "$ref": "#/definitions/DefaultStamp_3399",
            "type": "object"
          },
          "type": "array"
        }
      },
      "required": [
        "number_found",
        "ratio",
        "stamps"
      ],
      "title": "hesitation_stamps_summary - DefaultHesitationStampsSummary",
      "type": "object"
    },
    "DefaultLoudnessAggregatedValue_3409": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "time_step": {
          "description": "in ms",
          "type": "integer"
        },
        "value": {
          "description": "in dB",
          "type": "number"
        }
      },
      "required": [
        "time_step",
        "value"
      ],
      "title": "loudness_aggregated_value - DefaultLoudnessAggregatedValue",
      "type": "object"
    },
    "DefaultLoudnessSummary_3402": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "max": {
          "$ref": "#/definitions/DefaultLoudnessAggregatedValue_3409",
          "type": "object"
        },
        "mean": {
          "$ref": "#/definitions/DefaultLoudnessAggregatedValue_3409",
          "type": "object"
        },
        "min": {
          "$ref": "#/definitions/DefaultLoudnessAggregatedValue_3409",
          "type": "object"
        }
      },
      "required": [
        "max",
        "mean",
        "min"
      ],
      "title": "loudness_summary - DefaultLoudnessSummary",
      "type": "object"
    },
    "DefaultProsodyAnalysis_3406": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "created_at": {
          "format": "date-time",
          "type": "string"
        },
        "energy_samples": {
          "anyOf": [
            {
              "items": {
                "$ref": "#/definitions/DefaultEnergySample_3397",
                "type": "object"
              },
              "type": "array"
            },
            {
              "type": "null"
            }
          ]
        },
        "error_code": {
          "anyOf": [
            {
              "enum": [
                "internal_server_error",
                "analysis_failed"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "id": {
          "type": "integer"
        },
        "status": {
          "enum": [
            "queued",
            "processing",
            "success",
            "failure"
          ],
          "type": "string"
        },
        "summary": {
          "anyOf": [
            {
              "$ref": "#/definitions/DefaultSummary_3405",
              "type": "object"
            },
            {
              "type": "null"
            }
          ]
        },
        "updated_at": {
          "format": "date-time",
          "type": "string"
        }
      },
      "required": [
        "created_at",
        "energy_samples",
        "error_code",
        "id",
        "status",
        "summary",
        "updated_at"
      ],
      "title": "prosody_analysis - DefaultProsodyAnalysis",
      "type": "object"
    },
    "DefaultSilenceStampsSummary_3404": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "duration_mean": {
          "type": "integer"
        },
        "number_found": {
          "type": "integer"
        },
        "ratio": {
          "description": "nb silences / min",
          "type": "integer"
        },
        "stamps": {
          "items": {
            "$ref": "#/definitions/DefaultStamp_3399",
            "type": "object"
          },
          "type": "array"
        }
      },
      "required": [
        "duration_mean",
        "number_found",
        "ratio",
        "stamps"
      ],
      "title": "silence_stamps_summary - DefaultSilenceStampsSummary",
      "type": "object"
    },
    "DefaultStamp_3399": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "length": {
          "description": "in ms",
          "type": "integer"
        },
        "start": {
          "description": "in ms",
          "type": "integer"
        }
      },
      "required": [
        "length",
        "start"
      ],
      "title": "stamp - DefaultStamp",
      "type": "object"
    },
    "DefaultSummary_3405": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "f0": {
          "$ref": "#/definitions/DefaultFrequencySummary_3401",
          "type": "object"
        },
        "file_length": {
          "description": "in ms",
          "type": "integer"
        },
        "hesitation_stamps": {
          "$ref": "#/definitions/DefaultHesitationStampsSummary_3403",
          "type": "object"
        },
        "loudness": {
          "$ref": "#/definitions/DefaultLoudnessSummary_3402",
          "type": "object"
        },
        "silence_stamps": {
          "$ref": "#/definitions/DefaultSilenceStampsSummary_3404",
          "type": "object"
        },
        "syllables": {
          "$ref": "#/definitions/DefaultSyllablesSummary_3395",
          "type": "object"
        },
        "total_silence": {
          "description": "in ms",
          "type": "integer"
        }
      },
      "required": [
        "f0",
        "file_length",
        "hesitation_stamps",
        "loudness",
        "silence_stamps",
        "syllables",
        "total_silence"
      ],
      "title": "summary - DefaultSummary",
      "type": "object"
    },
    "DefaultSyllablesSummary_3395": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "ratio": {
          "description": "nb syllables / min",
          "type": "integer"
        },
        "total": {
          "type": "integer"
        }
      },
      "required": [
        "ratio",
        "total"
      ],
      "title": "syllables_summary - DefaultSyllablesSummary",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "prosody_training": {
      "additionalProperties": false,
      "properties": {
        "analysis": {
          "$ref": "#/definitions/DefaultProsodyAnalysis_3406",
          "type": "object"
        },
        "analysis_type": {
          "description": "determined with prosody exercise",
          "enum": [
            "frequency",
            "energy",
            "speech_rate",
            "pauses"
          ],
          "type": "string"
        },
        "ended_at": {
          "description": "if null will match the persistance datetime but it is recommended to provide a value (to handle temporary connection loss for example)",
          "format": "date-time",
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "prosody_exercise_id": {
          "type": "integer"
        }
      },
      "required": [
        "analysis",
        "analysis_type",
        "ended_at",
        "id",
        "prosody_exercise_id"
      ],
      "type": "object"
    }
  },
  "required": [
    "prosody_training"
  ],
  "title": "prosody_training - DefaultProsodyTraining",
  "type": "object"
}

JSON instance

{
  "prosody_training": {
    "analysis": {
      "created_at": "2021-10-11T11:02:43.577Z",
      "energy_samples": [
        {
          "dB": -65.64,
          "ms": 0
        },
        {
          "dB": -62.52,
          "ms": 24
        },
        {
          "dB": -61.09,
          "ms": 48
        },
        {
          "dB": -42.54,
          "ms": 72
        },
        {
          "dB": -25.89,
          "ms": 96
        },
        {
          "dB": -23.6,
          "ms": 120
        },
        {
          "dB": -23.5,
          "ms": 144
        },
        {
          "dB": -23.53,
          "ms": 168
        },
        {
          "dB": -27.14,
          "ms": 192
        },
        {
          "dB": -37.56,
          "ms": 216
        },
        {
          "dB": -23.01,
          "ms": 240
        },
        {
          "dB": -19.23,
          "ms": 264
        },
        {
          "dB": -17.82,
          "ms": 288
        },
        {
          "dB": -16.93,
          "ms": 312
        },
        {
          "dB": -17.34,
          "ms": 336
        },
        {
          "dB": -18.44,
          "ms": 360
        },
        {
          "dB": -18.66,
          "ms": 384
        },
        {
          "dB": -18.51,
          "ms": 408
        },
        {
          "dB": -18.89,
          "ms": 432
        },
        {
          "dB": -19.33,
          "ms": 456
        },
        {
          "dB": -18.7,
          "ms": 480
        },
        {
          "dB": -18.54,
          "ms": 504
        },
        {
          "dB": -18.51,
          "ms": 528
        },
        {
          "dB": -18.92,
          "ms": 552
        },
        {
          "dB": -21.41,
          "ms": 576
        },
        {
          "dB": -24.19,
          "ms": 600
        },
        {
          "dB": -24.46,
          "ms": 624
        },
        {
          "dB": -23.4,
          "ms": 648
        },
        {
          "dB": -23.3,
          "ms": 672
        },
        {
          "dB": -24.7,
          "ms": 696
        },
        {
          "dB": -28.05,
          "ms": 720
        },
        {
          "dB": -35.37,
          "ms": 744
        },
        {
          "dB": -29.28,
          "ms": 768
        },
        {
          "dB": -26.33,
          "ms": 792
        },
        {
          "dB": -25.12,
          "ms": 816
        },
        {
          "dB": -24.91,
          "ms": 840
        },
        {
          "dB": -26.52,
          "ms": 864
        },
        {
          "dB": -26.77,
          "ms": 888
        },
        {
          "dB": -21.76,
          "ms": 912
        },
        {
          "dB": -21.18,
          "ms": 936
        },
        {
          "dB": -21.13,
          "ms": 960
        },
        {
          "dB": -21.73,
          "ms": 984
        },
        {
          "dB": -28.46,
          "ms": 1008
        },
        {
          "dB": -26.8,
          "ms": 1032
        },
        {
          "dB": -22.41,
          "ms": 1056
        },
        {
          "dB": -20.24,
          "ms": 1080
        },
        {
          "dB": -20.09,
          "ms": 1104
        },
        {
          "dB": -20.92,
          "ms": 1128
        },
        {
          "dB": -23.63,
          "ms": 1152
        },
        {
          "dB": -25.82,
          "ms": 1176
        },
        {
          "dB": -22.23,
          "ms": 1200
        },
        {
          "dB": -21.31,
          "ms": 1224
        },
        {
          "dB": -21.31,
          "ms": 1248
        },
        {
          "dB": -22.71,
          "ms": 1272
        },
        {
          "dB": -27.8,
          "ms": 1296
        },
        {
          "dB": -37.28,
          "ms": 1320
        },
        {
          "dB": -27.88,
          "ms": 1344
        },
        {
          "dB": -26.62,
          "ms": 1368
        },
        {
          "dB": -26.58,
          "ms": 1392
        },
        {
          "dB": -26.58,
          "ms": 1416
        },
        {
          "dB": -30.48,
          "ms": 1440
        },
        {
          "dB": -30.33,
          "ms": 1464
        },
        {
          "dB": -26.12,
          "ms": 1488
        },
        {
          "dB": -25.8,
          "ms": 1512
        },
        {
          "dB": -26.2,
          "ms": 1536
        },
        {
          "dB": -27.46,
          "ms": 1560
        },
        {
          "dB": -35.54,
          "ms": 1584
        },
        {
          "dB": -32.79,
          "ms": 1608
        },
        {
          "dB": -27.38,
          "ms": 1632
        },
        {
          "dB": -24.74,
          "ms": 1656
        },
        {
          "dB": -23.26,
          "ms": 1680
        },
        {
          "dB": -22.79,
          "ms": 1704
        },
        {
          "dB": -22.97,
          "ms": 1728
        },
        {
          "dB": -23.29,
          "ms": 1752
        },
        {
          "dB": -23.69,
          "ms": 1776
        },
        {
          "dB": -24.11,
          "ms": 1800
        },
        {
          "dB": -25.51,
          "ms": 1824
        },
        {
          "dB": -27.8,
          "ms": 1848
        },
        {
          "dB": -31.68,
          "ms": 1872
        },
        {
          "dB": -41.18,
          "ms": 1896
        },
        {
          "dB": -44.09,
          "ms": 1920
        },
        {
          "dB": -46.42,
          "ms": 1944
        },
        {
          "dB": -47.43,
          "ms": 1968
        },
        {
          "dB": -45.66,
          "ms": 1992
        },
        {
          "dB": -44.01,
          "ms": 2016
        },
        {
          "dB": -43.11,
          "ms": 2040
        },
        {
          "dB": -42.78,
          "ms": 2064
        },
        {
          "dB": -43.46,
          "ms": 2088
        },
        {
          "dB": -44.98,
          "ms": 2112
        },
        {
          "dB": -47.34,
          "ms": 2136
        },
        {
          "dB": -50.72,
          "ms": 2160
        },
        {
          "dB": -55.07,
          "ms": 2184
        },
        {
          "dB": -51.26,
          "ms": 2208
        },
        {
          "dB": -41.31,
          "ms": 2232
        },
        {
          "dB": -32.89,
          "ms": 2256
        },
        {
          "dB": -31.07,
          "ms": 2280
        },
        {
          "dB": -31.02,
          "ms": 2304
        },
        {
          "dB": -31.38,
          "ms": 2328
        },
        {
          "dB": -35.34,
          "ms": 2352
        },
        {
          "dB": -34.09,
          "ms": 2376
        },
        {
          "dB": -29.24,
          "ms": 2400
        },
        {
          "dB": -26.99,
          "ms": 2424
        },
        {
          "dB": -26.92,
          "ms": 2448
        },
        {
          "dB": -27.61,
          "ms": 2472
        },
        {
          "dB": -30.1,
          "ms": 2496
        },
        {
          "dB": -35.83,
          "ms": 2520
        },
        {
          "dB": -35.18,
          "ms": 2544
        },
        {
          "dB": -35.19,
          "ms": 2568
        },
        {
          "dB": -34.92,
          "ms": 2592
        },
        {
          "dB": -28.52,
          "ms": 2616
        },
        {
          "dB": -25.57,
          "ms": 2640
        },
        {
          "dB": -23.77,
          "ms": 2664
        },
        {
          "dB": -22.84,
          "ms": 2688
        },
        {
          "dB": -22.94,
          "ms": 2712
        },
        {
          "dB": -23.17,
          "ms": 2736
        },
        {
          "dB": -23.58,
          "ms": 2760
        },
        {
          "dB": -23.63,
          "ms": 2784
        },
        {
          "dB": -24.35,
          "ms": 2808
        },
        {
          "dB": -25.97,
          "ms": 2832
        },
        {
          "dB": -28.23,
          "ms": 2856
        },
        {
          "dB": -32.72,
          "ms": 2880
        },
        {
          "dB": -33.11,
          "ms": 2904
        },
        {
          "dB": -27.86,
          "ms": 2928
        },
        {
          "dB": -26.49,
          "ms": 2952
        },
        {
          "dB": -25.81,
          "ms": 2976
        },
        {
          "dB": -25.91,
          "ms": 3000
        },
        {
          "dB": -27.6,
          "ms": 3024
        },
        {
          "dB": -28.38,
          "ms": 3048
        },
        {
          "dB": -28.31,
          "ms": 3072
        },
        {
          "dB": -28.07,
          "ms": 3096
        },
        {
          "dB": -28.87,
          "ms": 3120
        },
        {
          "dB": -30.16,
          "ms": 3144
        },
        {
          "dB": -32.84,
          "ms": 3168
        },
        {
          "dB": -38.6,
          "ms": 3192
        },
        {
          "dB": -44.28,
          "ms": 3216
        },
        {
          "dB": -44.97,
          "ms": 3240
        },
        {
          "dB": -37.42,
          "ms": 3264
        },
        {
          "dB": -32.34,
          "ms": 3288
        },
        {
          "dB": -29.49,
          "ms": 3312
        },
        {
          "dB": -27.25,
          "ms": 3336
        },
        {
          "dB": -25.92,
          "ms": 3360
        },
        {
          "dB": -25.45,
          "ms": 3384
        },
        {
          "dB": -25.18,
          "ms": 3408
        },
        {
          "dB": -25.39,
          "ms": 3432
        },
        {
          "dB": -25.97,
          "ms": 3456
        },
        {
          "dB": -26.86,
          "ms": 3480
        },
        {
          "dB": -28.13,
          "ms": 3504
        },
        {
          "dB": -29.28,
          "ms": 3528
        },
        {
          "dB": -30.12,
          "ms": 3552
        },
        {
          "dB": -30.8,
          "ms": 3576
        },
        {
          "dB": -31.99,
          "ms": 3600
        },
        {
          "dB": -34.36,
          "ms": 3624
        },
        {
          "dB": -39.86,
          "ms": 3648
        },
        {
          "dB": -48.51,
          "ms": 3672
        },
        {
          "dB": -49.89,
          "ms": 3696
        },
        {
          "dB": -52.67,
          "ms": 3720
        },
        {
          "dB": -53.28,
          "ms": 3744
        },
        {
          "dB": -54.3,
          "ms": 3768
        },
        {
          "dB": -55.42,
          "ms": 3792
        },
        {
          "dB": -57.34,
          "ms": 3816
        },
        {
          "dB": -58.18,
          "ms": 3840
        },
        {
          "dB": -57.98,
          "ms": 3864
        },
        {
          "dB": -58.88,
          "ms": 3888
        },
        {
          "dB": -58.8,
          "ms": 3912
        },
        {
          "dB": -59.15,
          "ms": 3936
        },
        {
          "dB": -59.45,
          "ms": 3960
        },
        {
          "dB": -59.71,
          "ms": 3984
        },
        {
          "dB": -59.61,
          "ms": 4008
        },
        {
          "dB": -59.15,
          "ms": 4032
        },
        {
          "dB": -51.59,
          "ms": 4056
        },
        {
          "dB": -45.33,
          "ms": 4080
        },
        {
          "dB": -40.86,
          "ms": 4104
        },
        {
          "dB": -36.16,
          "ms": 4128
        },
        {
          "dB": -32.06,
          "ms": 4152
        },
        {
          "dB": -30.32,
          "ms": 4176
        },
        {
          "dB": -29.12,
          "ms": 4200
        },
        {
          "dB": -28.43,
          "ms": 4224
        },
        {
          "dB": -28.19,
          "ms": 4248
        },
        {
          "dB": -27.78,
          "ms": 4272
        },
        {
          "dB": -27.21,
          "ms": 4296
        },
        {
          "dB": -28.05,
          "ms": 4320
        },
        {
          "dB": -29.58,
          "ms": 4344
        },
        {
          "dB": -31.69,
          "ms": 4368
        },
        {
          "dB": -38.98,
          "ms": 4392
        },
        {
          "dB": -38.41,
          "ms": 4416
        },
        {
          "dB": -35.72,
          "ms": 4440
        },
        {
          "dB": -35.83,
          "ms": 4464
        },
        {
          "dB": -33.2,
          "ms": 4488
        },
        {
          "dB": -30.6,
          "ms": 4512
        },
        {
          "dB": -28.85,
          "ms": 4536
        },
        {
          "dB": -26.84,
          "ms": 4560
        },
        {
          "dB": -25.8,
          "ms": 4584
        },
        {
          "dB": -25.96,
          "ms": 4608
        },
        {
          "dB": -26.95,
          "ms": 4632
        },
        {
          "dB": -29.19,
          "ms": 4656
        },
        {
          "dB": -33.27,
          "ms": 4680
        },
        {
          "dB": -32.11,
          "ms": 4704
        },
        {
          "dB": -30.29,
          "ms": 4728
        },
        {
          "dB": -28.61,
          "ms": 4752
        },
        {
          "dB": -26.81,
          "ms": 4776
        },
        {
          "dB": -26.67,
          "ms": 4800
        },
        {
          "dB": -26.21,
          "ms": 4824
        },
        {
          "dB": -26.13,
          "ms": 4848
        },
        {
          "dB": -26.56,
          "ms": 4872
        },
        {
          "dB": -26.72,
          "ms": 4896
        },
        {
          "dB": -26.76,
          "ms": 4920
        },
        {
          "dB": -27.45,
          "ms": 4944
        },
        {
          "dB": -28.91,
          "ms": 4968
        },
        {
          "dB": -30.97,
          "ms": 4992
        },
        {
          "dB": -36.5,
          "ms": 5016
        },
        {
          "dB": -44.12,
          "ms": 5040
        },
        {
          "dB": -41.89,
          "ms": 5064
        },
        {
          "dB": -37.03,
          "ms": 5088
        },
        {
          "dB": -30.9,
          "ms": 5112
        },
        {
          "dB": -29.06,
          "ms": 5136
        },
        {
          "dB": -27.74,
          "ms": 5160
        },
        {
          "dB": -27.1,
          "ms": 5184
        },
        {
          "dB": -26.96,
          "ms": 5208
        },
        {
          "dB": -27.34,
          "ms": 5232
        },
        {
          "dB": -27.91,
          "ms": 5256
        },
        {
          "dB": -27.69,
          "ms": 5280
        },
        {
          "dB": -28.16,
          "ms": 5304
        },
        {
          "dB": -27.97,
          "ms": 5328
        },
        {
          "dB": -27.9,
          "ms": 5352
        },
        {
          "dB": -29.08,
          "ms": 5376
        },
        {
          "dB": -31.3,
          "ms": 5400
        },
        {
          "dB": -33.8,
          "ms": 5424
        },
        {
          "dB": -39.15,
          "ms": 5448
        },
        {
          "dB": -46.18,
          "ms": 5472
        },
        {
          "dB": -48.28,
          "ms": 5496
        },
        {
          "dB": -49.72,
          "ms": 5520
        },
        {
          "dB": -50.76,
          "ms": 5544
        },
        {
          "dB": -51.1,
          "ms": 5568
        },
        {
          "dB": -51.24,
          "ms": 5592
        },
        {
          "dB": -50.44,
          "ms": 5616
        },
        {
          "dB": -49.99,
          "ms": 5640
        },
        {
          "dB": -49.33,
          "ms": 5664
        },
        {
          "dB": -49.19,
          "ms": 5688
        },
        {
          "dB": -49.81,
          "ms": 5712
        },
        {
          "dB": -49.94,
          "ms": 5736
        },
        {
          "dB": -50.83,
          "ms": 5760
        },
        {
          "dB": -50.44,
          "ms": 5784
        },
        {
          "dB": -50.75,
          "ms": 5808
        },
        {
          "dB": -51.67,
          "ms": 5832
        },
        {
          "dB": -52.67,
          "ms": 5856
        },
        {
          "dB": -49.99,
          "ms": 5880
        },
        {
          "dB": -28.23,
          "ms": 5904
        },
        {
          "dB": -24.22,
          "ms": 5928
        },
        {
          "dB": -22.46,
          "ms": 5952
        },
        {
          "dB": -21.84,
          "ms": 5976
        },
        {
          "dB": -22.78,
          "ms": 6000
        },
        {
          "dB": -25.23,
          "ms": 6024
        },
        {
          "dB": -29.55,
          "ms": 6048
        },
        {
          "dB": -36.27,
          "ms": 6072
        },
        {
          "dB": -45.06,
          "ms": 6096
        },
        {
          "dB": -34.61,
          "ms": 6120
        },
        {
          "dB": -33.73,
          "ms": 6144
        },
        {
          "dB": -33.7,
          "ms": 6168
        },
        {
          "dB": -33.74,
          "ms": 6192
        },
        {
          "dB": -40.12,
          "ms": 6216
        },
        {
          "dB": -48.35,
          "ms": 6240
        },
        {
          "dB": -53.21,
          "ms": 6264
        },
        {
          "dB": -43.96,
          "ms": 6288
        },
        {
          "dB": -43.35,
          "ms": 6312
        },
        {
          "dB": -42.15,
          "ms": 6336
        },
        {
          "dB": -41.85,
          "ms": 6360
        },
        {
          "dB": -45.54,
          "ms": 6384
        },
        {
          "dB": -46.7,
          "ms": 6408
        },
        {
          "dB": -51.77,
          "ms": 6432
        },
        {
          "dB": -56.93,
          "ms": 6456
        },
        {
          "dB": -57.36,
          "ms": 6480
        },
        {
          "dB": -42.96,
          "ms": 6504
        },
        {
          "dB": -30.91,
          "ms": 6528
        },
        {
          "dB": -26.22,
          "ms": 6552
        },
        {
          "dB": -24.2,
          "ms": 6576
        },
        {
          "dB": -22.77,
          "ms": 6600
        },
        {
          "dB": -22.07,
          "ms": 6624
        },
        {
          "dB": -22.71,
          "ms": 6648
        },
        {
          "dB": -23.83,
          "ms": 6672
        },
        {
          "dB": -25.76,
          "ms": 6696
        },
        {
          "dB": -30.09,
          "ms": 6720
        },
        {
          "dB": -33.74,
          "ms": 6744
        },
        {
          "dB": -29.4,
          "ms": 6768
        },
        {
          "dB": -27.5,
          "ms": 6792
        },
        {
          "dB": -25.11,
          "ms": 6816
        },
        {
          "dB": -23.22,
          "ms": 6840
        },
        {
          "dB": -22.26,
          "ms": 6864
        },
        {
          "dB": -21.35,
          "ms": 6888
        },
        {
          "dB": -21.41,
          "ms": 6912
        },
        {
          "dB": -22.07,
          "ms": 6936
        },
        {
          "dB": -23.35,
          "ms": 6960
        },
        {
          "dB": -25.35,
          "ms": 6984
        },
        {
          "dB": -26.76,
          "ms": 7008
        },
        {
          "dB": -27.54,
          "ms": 7032
        },
        {
          "dB": -27.69,
          "ms": 7056
        },
        {
          "dB": -27.8,
          "ms": 7080
        },
        {
          "dB": -28.21,
          "ms": 7104
        },
        {
          "dB": -28.92,
          "ms": 7128
        },
        {
          "dB": -30.22,
          "ms": 7152
        },
        {
          "dB": -31.44,
          "ms": 7176
        },
        {
          "dB": -32.6,
          "ms": 7200
        },
        {
          "dB": -32.97,
          "ms": 7224
        },
        {
          "dB": -31.23,
          "ms": 7248
        },
        {
          "dB": -29.73,
          "ms": 7272
        },
        {
          "dB": -29.23,
          "ms": 7296
        },
        {
          "dB": -29.95,
          "ms": 7320
        },
        {
          "dB": -31.88,
          "ms": 7344
        },
        {
          "dB": -36.13,
          "ms": 7368
        },
        {
          "dB": -45.08,
          "ms": 7392
        },
        {
          "dB": -48.79,
          "ms": 7416
        },
        {
          "dB": -52.37,
          "ms": 7440
        },
        {
          "dB": -47.49,
          "ms": 7464
        },
        {
          "dB": -39.16,
          "ms": 7488
        },
        {
          "dB": -34.45,
          "ms": 7512
        },
        {
          "dB": -33.91,
          "ms": 7536
        },
        {
          "dB": -33.15,
          "ms": 7560
        },
        {
          "dB": -30.66,
          "ms": 7584
        },
        {
          "dB": -29.02,
          "ms": 7608
        },
        {
          "dB": -26.97,
          "ms": 7632
        },
        {
          "dB": -25.53,
          "ms": 7656
        },
        {
          "dB": -25.12,
          "ms": 7680
        },
        {
          "dB": -24.99,
          "ms": 7704
        },
        {
          "dB": -25.21,
          "ms": 7728
        },
        {
          "dB": -25.91,
          "ms": 7752
        },
        {
          "dB": -26.86,
          "ms": 7776
        },
        {
          "dB": -28.63,
          "ms": 7800
        },
        {
          "dB": -30.91,
          "ms": 7824
        },
        {
          "dB": -30.25,
          "ms": 7848
        },
        {
          "dB": -28.62,
          "ms": 7872
        },
        {
          "dB": -27.09,
          "ms": 7896
        },
        {
          "dB": -26.95,
          "ms": 7920
        },
        {
          "dB": -28.23,
          "ms": 7944
        },
        {
          "dB": -30.64,
          "ms": 7968
        },
        {
          "dB": -34.34,
          "ms": 7992
        },
        {
          "dB": -30.31,
          "ms": 8016
        },
        {
          "dB": -27.2,
          "ms": 8040
        },
        {
          "dB": -25.2,
          "ms": 8064
        },
        {
          "dB": -24.21,
          "ms": 8088
        },
        {
          "dB": -24.37,
          "ms": 8112
        },
        {
          "dB": -25.03,
          "ms": 8136
        },
        {
          "dB": -26.11,
          "ms": 8160
        },
        {
          "dB": -26.72,
          "ms": 8184
        },
        {
          "dB": -26.57,
          "ms": 8208
        },
        {
          "dB": -27.44,
          "ms": 8232
        },
        {
          "dB": -28.54,
          "ms": 8256
        },
        {
          "dB": -30.44,
          "ms": 8280
        },
        {
          "dB": -34.98,
          "ms": 8304
        },
        {
          "dB": -36.54,
          "ms": 8328
        },
        {
          "dB": -37.86,
          "ms": 8352
        },
        {
          "dB": -40.34,
          "ms": 8376
        },
        {
          "dB": -34.08,
          "ms": 8400
        },
        {
          "dB": -29.52,
          "ms": 8424
        },
        {
          "dB": -26.74,
          "ms": 8448
        },
        {
          "dB": -24.48,
          "ms": 8472
        },
        {
          "dB": -23.96,
          "ms": 8496
        },
        {
          "dB": -23.75,
          "ms": 8520
        },
        {
          "dB": -23.79,
          "ms": 8544
        },
        {
          "dB": -24.7,
          "ms": 8568
        },
        {
          "dB": -24.92,
          "ms": 8592
        },
        {
          "dB": -25.82,
          "ms": 8616
        },
        {
          "dB": -27.08,
          "ms": 8640
        },
        {
          "dB": -28.13,
          "ms": 8664
        },
        {
          "dB": -29.34,
          "ms": 8688
        },
        {
          "dB": -29.76,
          "ms": 8712
        },
        {
          "dB": -30.42,
          "ms": 8736
        },
        {
          "dB": -30.55,
          "ms": 8760
        },
        {
          "dB": -31.21,
          "ms": 8784
        },
        {
          "dB": -32.38,
          "ms": 8808
        },
        {
          "dB": -33.61,
          "ms": 8832
        },
        {
          "dB": -36.66,
          "ms": 8856
        },
        {
          "dB": -41.49,
          "ms": 8880
        },
        {
          "dB": -46.6,
          "ms": 8904
        },
        {
          "dB": -46.91,
          "ms": 8928
        },
        {
          "dB": -47.76,
          "ms": 8952
        },
        {
          "dB": -49.13,
          "ms": 8976
        },
        {
          "dB": -49.9,
          "ms": 9000
        },
        {
          "dB": -39.83,
          "ms": 9024
        },
        {
          "dB": -35.45,
          "ms": 9048
        },
        {
          "dB": -34.59,
          "ms": 9072
        },
        {
          "dB": -34.44,
          "ms": 9096
        },
        {
          "dB": -35.8,
          "ms": 9120
        },
        {
          "dB": -40.99,
          "ms": 9144
        },
        {
          "dB": -48.05,
          "ms": 9168
        },
        {
          "dB": -54.99,
          "ms": 9192
        },
        {
          "dB": -56.2,
          "ms": 9216
        },
        {
          "dB": -56.88,
          "ms": 9240
        },
        {
          "dB": -55.77,
          "ms": 9264
        },
        {
          "dB": -55.27,
          "ms": 9288
        },
        {
          "dB": -55.17,
          "ms": 9312
        },
        {
          "dB": -54.93,
          "ms": 9336
        },
        {
          "dB": -56.14,
          "ms": 9360
        },
        {
          "dB": -56.83,
          "ms": 9384
        },
        {
          "dB": -57.72,
          "ms": 9408
        },
        {
          "dB": -58.97,
          "ms": 9432
        },
        {
          "dB": -58.98,
          "ms": 9456
        },
        {
          "dB": -59.31,
          "ms": 9480
        },
        {
          "dB": -59.21,
          "ms": 9504
        },
        {
          "dB": -58.81,
          "ms": 9528
        },
        {
          "dB": -58.64,
          "ms": 9552
        },
        {
          "dB": -58.74,
          "ms": 9576
        },
        {
          "dB": -58.63,
          "ms": 9600
        },
        {
          "dB": -59.09,
          "ms": 9624
        },
        {
          "dB": -59.47,
          "ms": 9648
        },
        {
          "dB": -59.92,
          "ms": 9672
        },
        {
          "dB": -61.21,
          "ms": 9696
        },
        {
          "dB": -61.44,
          "ms": 9720
        },
        {
          "dB": -41.11,
          "ms": 9744
        },
        {
          "dB": -37.24,
          "ms": 9768
        },
        {
          "dB": -32.49,
          "ms": 9792
        },
        {
          "dB": -31.75,
          "ms": 9816
        },
        {
          "dB": -30.53,
          "ms": 9840
        },
        {
          "dB": -29.45,
          "ms": 9864
        },
        {
          "dB": -29.44,
          "ms": 9888
        },
        {
          "dB": -28.75,
          "ms": 9912
        },
        {
          "dB": -29.73,
          "ms": 9936
        },
        {
          "dB": -31.51,
          "ms": 9960
        },
        {
          "dB": -34.18,
          "ms": 9984
        },
        {
          "dB": -37.49,
          "ms": 10008
        },
        {
          "dB": -29.24,
          "ms": 10032
        },
        {
          "dB": -26.94,
          "ms": 10056
        },
        {
          "dB": -26.64,
          "ms": 10080
        },
        {
          "dB": -26.71,
          "ms": 10104
        },
        {
          "dB": -29.32,
          "ms": 10128
        },
        {
          "dB": -33.1,
          "ms": 10152
        },
        {
          "dB": -30.87,
          "ms": 10176
        },
        {
          "dB": -27.14,
          "ms": 10200
        },
        {
          "dB": -25.39,
          "ms": 10224
        },
        {
          "dB": -25.37,
          "ms": 10248
        },
        {
          "dB": -26.14,
          "ms": 10272
        },
        {
          "dB": -28.97,
          "ms": 10296
        },
        {
          "dB": -35.12,
          "ms": 10320
        },
        {
          "dB": -33.2,
          "ms": 10344
        },
        {
          "dB": -30.86,
          "ms": 10368
        },
        {
          "dB": -28.43,
          "ms": 10392
        },
        {
          "dB": -27.45,
          "ms": 10416
        },
        {
          "dB": -28.17,
          "ms": 10440
        },
        {
          "dB": -29.21,
          "ms": 10464
        },
        {
          "dB": -31.4,
          "ms": 10488
        },
        {
          "dB": -30.41,
          "ms": 10512
        },
        {
          "dB": -28.13,
          "ms": 10536
        },
        {
          "dB": -26.76,
          "ms": 10560
        },
        {
          "dB": -25.77,
          "ms": 10584
        },
        {
          "dB": -25.87,
          "ms": 10608
        },
        {
          "dB": -26.13,
          "ms": 10632
        },
        {
          "dB": -26.62,
          "ms": 10656
        },
        {
          "dB": -28.08,
          "ms": 10680
        },
        {
          "dB": -29.94,
          "ms": 10704
        },
        {
          "dB": -33.18,
          "ms": 10728
        },
        {
          "dB": -40.19,
          "ms": 10752
        },
        {
          "dB": -45.2,
          "ms": 10776
        },
        {
          "dB": -48.4,
          "ms": 10800
        },
        {
          "dB": -51.37,
          "ms": 10824
        },
        {
          "dB": -53.51,
          "ms": 10848
        },
        {
          "dB": -54.92,
          "ms": 10872
        },
        {
          "dB": -55.92,
          "ms": 10896
        },
        {
          "dB": -56.88,
          "ms": 10920
        },
        {
          "dB": -57.61,
          "ms": 10944
        },
        {
          "dB": -42.75,
          "ms": 10968
        },
        {
          "dB": -38.58,
          "ms": 10992
        },
        {
          "dB": -36.72,
          "ms": 11016
        },
        {
          "dB": -32.38,
          "ms": 11040
        },
        {
          "dB": -29.07,
          "ms": 11064
        },
        {
          "dB": -26.58,
          "ms": 11088
        },
        {
          "dB": -25.19,
          "ms": 11112
        },
        {
          "dB": -24.95,
          "ms": 11136
        },
        {
          "dB": -25.07,
          "ms": 11160
        },
        {
          "dB": -25.69,
          "ms": 11184
        },
        {
          "dB": -25.25,
          "ms": 11208
        },
        {
          "dB": -24.67,
          "ms": 11232
        },
        {
          "dB": -24.21,
          "ms": 11256
        },
        {
          "dB": -23.76,
          "ms": 11280
        },
        {
          "dB": -24.16,
          "ms": 11304
        },
        {
          "dB": -24.37,
          "ms": 11328
        },
        {
          "dB": -25.02,
          "ms": 11352
        },
        {
          "dB": -26.19,
          "ms": 11376
        },
        {
          "dB": -27.33,
          "ms": 11400
        },
        {
          "dB": -29.43,
          "ms": 11424
        },
        {
          "dB": -31.81,
          "ms": 11448
        },
        {
          "dB": -34.41,
          "ms": 11472
        },
        {
          "dB": -40.44,
          "ms": 11496
        },
        {
          "dB": -40.24,
          "ms": 11520
        },
        {
          "dB": -34.92,
          "ms": 11544
        },
        {
          "dB": -30.01,
          "ms": 11568
        },
        {
          "dB": -29.16,
          "ms": 11592
        },
        {
          "dB": -29.42,
          "ms": 11616
        },
        {
          "dB": -30.39,
          "ms": 11640
        },
        {
          "dB": -35.99,
          "ms": 11664
        },
        {
          "dB": -42.81,
          "ms": 11688
        },
        {
          "dB": -34.53,
          "ms": 11712
        },
        {
          "dB": -30.02,
          "ms": 11736
        },
        {
          "dB": -29.59,
          "ms": 11760
        },
        {
          "dB": -29.5,
          "ms": 11784
        },
        {
          "dB": -30.73,
          "ms": 11808
        },
        {
          "dB": -36.48,
          "ms": 11832
        },
        {
          "dB": -37.05,
          "ms": 11856
        },
        {
          "dB": -33.24,
          "ms": 11880
        },
        {
          "dB": -31.94,
          "ms": 11904
        },
        {
          "dB": -31.13,
          "ms": 11928
        },
        {
          "dB": -30.59,
          "ms": 11952
        },
        {
          "dB": -31.71,
          "ms": 11976
        },
        {
          "dB": -32.69,
          "ms": 12000
        },
        {
          "dB": -33.81,
          "ms": 12024
        },
        {
          "dB": -36.45,
          "ms": 12048
        },
        {
          "dB": -39.81,
          "ms": 12072
        },
        {
          "dB": -43.68,
          "ms": 12096
        },
        {
          "dB": -53.86,
          "ms": 12120
        },
        {
          "dB": -56.23,
          "ms": 12144
        },
        {
          "dB": -58.57,
          "ms": 12168
        },
        {
          "dB": -59.69,
          "ms": 12192
        },
        {
          "dB": -59.96,
          "ms": 12216
        },
        {
          "dB": -60.34,
          "ms": 12240
        },
        {
          "dB": -59.4,
          "ms": 12264
        },
        {
          "dB": -58.72,
          "ms": 12288
        },
        {
          "dB": -58.56,
          "ms": 12312
        },
        {
          "dB": -58.41,
          "ms": 12336
        },
        {
          "dB": -58.93,
          "ms": 12360
        },
        {
          "dB": -59.58,
          "ms": 12384
        },
        {
          "dB": -59.78,
          "ms": 12408
        },
        {
          "dB": -60.31,
          "ms": 12432
        },
        {
          "dB": -60.33,
          "ms": 12456
        },
        {
          "dB": -60.48,
          "ms": 12480
        },
        {
          "dB": -60.12,
          "ms": 12504
        },
        {
          "dB": -59.89,
          "ms": 12528
        },
        {
          "dB": -59.36,
          "ms": 12552
        },
        {
          "dB": -59.02,
          "ms": 12576
        },
        {
          "dB": -58.85,
          "ms": 12600
        },
        {
          "dB": -59.17,
          "ms": 12624
        },
        {
          "dB": -59.46,
          "ms": 12648
        },
        {
          "dB": -59.75,
          "ms": 12672
        },
        {
          "dB": -60.11,
          "ms": 12696
        },
        {
          "dB": -59.91,
          "ms": 12720
        },
        {
          "dB": -60.12,
          "ms": 12744
        },
        {
          "dB": -59.87,
          "ms": 12768
        },
        {
          "dB": -59.87,
          "ms": 12792
        },
        {
          "dB": -59.39,
          "ms": 12816
        },
        {
          "dB": -59.46,
          "ms": 12840
        },
        {
          "dB": -59.45,
          "ms": 12864
        },
        {
          "dB": -59.35,
          "ms": 12888
        },
        {
          "dB": -59.92,
          "ms": 12912
        },
        {
          "dB": -59.99,
          "ms": 12936
        },
        {
          "dB": -59.6,
          "ms": 12960
        },
        {
          "dB": -59.8,
          "ms": 12984
        },
        {
          "dB": -59.69,
          "ms": 13008
        },
        {
          "dB": -59.47,
          "ms": 13032
        },
        {
          "dB": -59.56,
          "ms": 13056
        },
        {
          "dB": -59.84,
          "ms": 13080
        },
        {
          "dB": -59.39,
          "ms": 13104
        },
        {
          "dB": -59.64,
          "ms": 13128
        },
        {
          "dB": -60.11,
          "ms": 13152
        },
        {
          "dB": -60.17,
          "ms": 13176
        },
        {
          "dB": -60.66,
          "ms": 13200
        },
        {
          "dB": -60.5,
          "ms": 13224
        },
        {
          "dB": -60.48,
          "ms": 13248
        },
        {
          "dB": -59.92,
          "ms": 13272
        },
        {
          "dB": -59.67,
          "ms": 13296
        },
        {
          "dB": -59.83,
          "ms": 13320
        },
        {
          "dB": -59.74,
          "ms": 13344
        },
        {
          "dB": -59.94,
          "ms": 13368
        },
        {
          "dB": -60.22,
          "ms": 13392
        }
      ],
      "error_code": null,
      "id": 60,
      "status": "success",
      "summary": {
        "f0": {
          "max": {
            "time_step": 480,
            "value": 171
          },
          "mean": {
            "time_step": 11064,
            "value": 54
          },
          "min": {
            "time_step": 11064,
            "value": 54
          }
        },
        "file_length": 13400,
        "hesitation_stamps": {
          "duration_mean": 0,
          "number_found": 0,
          "ratio": 0,
          "stamps": []
        },
        "loudness": {
          "max": {
            "time_step": 312,
            "value": "-16.93"
          },
          "mean": {
            "time_step": 4512,
            "value": "-27.21"
          },
          "min": {
            "time_step": 4512,
            "value": "-27.21"
          }
        },
        "silence_stamps": {
          "duration_mean": 704,
          "number_found": 3,
          "ratio": 0,
          "stamps": [
            {
              "length": 312,
              "start": 3720
            },
            {
              "length": 528,
              "start": 9192
            },
            {
              "length": 1272,
              "start": 12120
            }
          ]
        },
        "syllables": {
          "ratio": 335,
          "total": 25
        },
        "total_silence": 2112
      },
      "updated_at": "2021-10-11T11:02:45.554Z"
    },
    "analysis_type": "frequency",
    "ended_at": "2021-10-11T11:02:43.558Z",
    "id": 63,
    "prosody_exercise_id": 117
  }
}

Validation #1220

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/' did not contain a required property of 'prosody_training' in schema ce209df5-ef31-5018-a0ef-2af90fce637e

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultAggregatedValue_3400": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "time_step": {
          "description": "in ms",
          "type": "integer"
        },
        "value": {
          "description": "in Hz",
          "type": "integer"
        }
      },
      "required": [
        "time_step",
        "value"
      ],
      "title": "frequency_aggregated_value - DefaultAggregatedValue",
      "type": "object"
    },
    "DefaultEnergySample_3397": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "dB": {
          "type": "number"
        },
        "ms": {
          "type": "integer"
        }
      },
      "required": [
        "dB",
        "ms"
      ],
      "title": "energy_sample - DefaultEnergySample",
      "type": "object"
    },
    "DefaultFrequencySummary_3401": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "max": {
          "$ref": "#/definitions/DefaultAggregatedValue_3400",
          "type": "object"
        },
        "mean": {
          "$ref": "#/definitions/DefaultAggregatedValue_3400",
          "type": "object"
        },
        "min": {
          "$ref": "#/definitions/DefaultAggregatedValue_3400",
          "type": "object"
        }
      },
      "required": [
        "max",
        "mean",
        "min"
      ],
      "title": "frequency_summary - DefaultFrequencySummary",
      "type": "object"
    },
    "DefaultHesitationStampsSummary_3403": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "number_found": {
          "type": "integer"
        },
        "ratio": {
          "anyOf": [
            {
              "description": "nb hesitations / min",
              "type": "integer"
            },
            {
              "type": "null"
            }
          ]
        },
        "stamps": {
          "items": {
            "$ref": "#/definitions/DefaultStamp_3399",
            "type": "object"
          },
          "type": "array"
        }
      },
      "required": [
        "number_found",
        "ratio",
        "stamps"
      ],
      "title": "hesitation_stamps_summary - DefaultHesitationStampsSummary",
      "type": "object"
    },
    "DefaultLoudnessAggregatedValue_3409": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "time_step": {
          "description": "in ms",
          "type": "integer"
        },
        "value": {
          "description": "in dB",
          "type": "number"
        }
      },
      "required": [
        "time_step",
        "value"
      ],
      "title": "loudness_aggregated_value - DefaultLoudnessAggregatedValue",
      "type": "object"
    },
    "DefaultLoudnessSummary_3402": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "max": {
          "$ref": "#/definitions/DefaultLoudnessAggregatedValue_3409",
          "type": "object"
        },
        "mean": {
          "$ref": "#/definitions/DefaultLoudnessAggregatedValue_3409",
          "type": "object"
        },
        "min": {
          "$ref": "#/definitions/DefaultLoudnessAggregatedValue_3409",
          "type": "object"
        }
      },
      "required": [
        "max",
        "mean",
        "min"
      ],
      "title": "loudness_summary - DefaultLoudnessSummary",
      "type": "object"
    },
    "DefaultProsodyAnalysis_3406": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "created_at": {
          "format": "date-time",
          "type": "string"
        },
        "energy_samples": {
          "anyOf": [
            {
              "items": {
                "$ref": "#/definitions/DefaultEnergySample_3397",
                "type": "object"
              },
              "type": "array"
            },
            {
              "type": "null"
            }
          ]
        },
        "error_code": {
          "anyOf": [
            {
              "enum": [
                "internal_server_error",
                "analysis_failed"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "id": {
          "type": "integer"
        },
        "status": {
          "enum": [
            "queued",
            "processing",
            "success",
            "failure"
          ],
          "type": "string"
        },
        "summary": {
          "anyOf": [
            {
              "$ref": "#/definitions/DefaultSummary_3405",
              "type": "object"
            },
            {
              "type": "null"
            }
          ]
        },
        "updated_at": {
          "format": "date-time",
          "type": "string"
        }
      },
      "required": [
        "created_at",
        "energy_samples",
        "error_code",
        "id",
        "status",
        "summary",
        "updated_at"
      ],
      "title": "prosody_analysis - DefaultProsodyAnalysis",
      "type": "object"
    },
    "DefaultSilenceStampsSummary_3404": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "duration_mean": {
          "type": "integer"
        },
        "number_found": {
          "type": "integer"
        },
        "ratio": {
          "description": "nb silences / min",
          "type": "integer"
        },
        "stamps": {
          "items": {
            "$ref": "#/definitions/DefaultStamp_3399",
            "type": "object"
          },
          "type": "array"
        }
      },
      "required": [
        "duration_mean",
        "number_found",
        "ratio",
        "stamps"
      ],
      "title": "silence_stamps_summary - DefaultSilenceStampsSummary",
      "type": "object"
    },
    "DefaultStamp_3399": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "length": {
          "description": "in ms",
          "type": "integer"
        },
        "start": {
          "description": "in ms",
          "type": "integer"
        }
      },
      "required": [
        "length",
        "start"
      ],
      "title": "stamp - DefaultStamp",
      "type": "object"
    },
    "DefaultSummary_3405": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "f0": {
          "$ref": "#/definitions/DefaultFrequencySummary_3401",
          "type": "object"
        },
        "file_length": {
          "description": "in ms",
          "type": "integer"
        },
        "hesitation_stamps": {
          "$ref": "#/definitions/DefaultHesitationStampsSummary_3403",
          "type": "object"
        },
        "loudness": {
          "$ref": "#/definitions/DefaultLoudnessSummary_3402",
          "type": "object"
        },
        "silence_stamps": {
          "$ref": "#/definitions/DefaultSilenceStampsSummary_3404",
          "type": "object"
        },
        "syllables": {
          "$ref": "#/definitions/DefaultSyllablesSummary_3395",
          "type": "object"
        },
        "total_silence": {
          "description": "in ms",
          "type": "integer"
        }
      },
      "required": [
        "f0",
        "file_length",
        "hesitation_stamps",
        "loudness",
        "silence_stamps",
        "syllables",
        "total_silence"
      ],
      "title": "summary - DefaultSummary",
      "type": "object"
    },
    "DefaultSyllablesSummary_3395": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "ratio": {
          "description": "nb syllables / min",
          "type": "integer"
        },
        "total": {
          "type": "integer"
        }
      },
      "required": [
        "ratio",
        "total"
      ],
      "title": "syllables_summary - DefaultSyllablesSummary",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "prosody_training": {
      "additionalProperties": false,
      "properties": {
        "analysis": {
          "$ref": "#/definitions/DefaultProsodyAnalysis_3406",
          "type": "object"
        },
        "analysis_type": {
          "description": "determined with prosody exercise",
          "enum": [
            "frequency",
            "energy",
            "speech_rate",
            "pauses"
          ],
          "type": "string"
        },
        "ended_at": {
          "description": "if null will match the persistance datetime but it is recommended to provide a value (to handle temporary connection loss for example)",
          "format": "date-time",
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "prosody_exercise_id": {
          "type": "integer"
        }
      },
      "required": [
        "analysis",
        "analysis_type",
        "ended_at",
        "id",
        "prosody_exercise_id"
      ],
      "type": "object"
    }
  },
  "required": [
    "prosody_training"
  ],
  "title": "prosody_training - DefaultProsodyTraining",
  "type": "object"
}

JSON instance

{}

Validation #1219

Success

The input JSON schema validates the input JSON instance (JSON Schema Draft 4).

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "DefaultAggregatedValue_3400": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "time_step": {
          "description": "in ms",
          "type": "integer"
        },
        "value": {
          "description": "in Hz",
          "type": "integer"
        }
      },
      "required": [
        "time_step",
        "value"
      ],
      "title": "frequency_aggregated_value - DefaultAggregatedValue",
      "type": "object"
    },
    "DefaultEnergySample_3397": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "dB": {
          "type": "number"
        },
        "ms": {
          "type": "integer"
        }
      },
      "required": [
        "dB",
        "ms"
      ],
      "title": "energy_sample - DefaultEnergySample",
      "type": "object"
    },
    "DefaultFrequencySummary_3401": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "max": {
          "$ref": "#/definitions/DefaultAggregatedValue_3400",
          "type": "object"
        },
        "mean": {
          "$ref": "#/definitions/DefaultAggregatedValue_3400",
          "type": "object"
        },
        "min": {
          "$ref": "#/definitions/DefaultAggregatedValue_3400",
          "type": "object"
        }
      },
      "required": [
        "max",
        "mean",
        "min"
      ],
      "title": "frequency_summary - DefaultFrequencySummary",
      "type": "object"
    },
    "DefaultHesitationStampsSummary_3403": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "number_found": {
          "type": "integer"
        },
        "ratio": {
          "anyOf": [
            {
              "description": "nb hesitations / min",
              "type": "integer"
            },
            {
              "type": "null"
            }
          ]
        },
        "stamps": {
          "items": {
            "$ref": "#/definitions/DefaultStamp_3399",
            "type": "object"
          },
          "type": "array"
        }
      },
      "required": [
        "number_found",
        "ratio",
        "stamps"
      ],
      "title": "hesitation_stamps_summary - DefaultHesitationStampsSummary",
      "type": "object"
    },
    "DefaultLoudnessAggregatedValue_3409": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "time_step": {
          "description": "in ms",
          "type": "integer"
        },
        "value": {
          "description": "in dB",
          "type": "number"
        }
      },
      "required": [
        "time_step",
        "value"
      ],
      "title": "loudness_aggregated_value - DefaultLoudnessAggregatedValue",
      "type": "object"
    },
    "DefaultLoudnessSummary_3402": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "max": {
          "$ref": "#/definitions/DefaultLoudnessAggregatedValue_3409",
          "type": "object"
        },
        "mean": {
          "$ref": "#/definitions/DefaultLoudnessAggregatedValue_3409",
          "type": "object"
        },
        "min": {
          "$ref": "#/definitions/DefaultLoudnessAggregatedValue_3409",
          "type": "object"
        }
      },
      "required": [
        "max",
        "mean",
        "min"
      ],
      "title": "loudness_summary - DefaultLoudnessSummary",
      "type": "object"
    },
    "DefaultProsodyAnalysis_3406": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "created_at": {
          "format": "date-time",
          "type": "string"
        },
        "energy_samples": {
          "anyOf": [
            {
              "items": {
                "$ref": "#/definitions/DefaultEnergySample_3397",
                "type": "object"
              },
              "type": "array"
            },
            {
              "type": "null"
            }
          ]
        },
        "error_code": {
          "anyOf": [
            {
              "enum": [
                "internal_server_error",
                "analysis_failed"
              ],
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "id": {
          "type": "integer"
        },
        "status": {
          "enum": [
            "queued",
            "processing",
            "success",
            "failure"
          ],
          "type": "string"
        },
        "summary": {
          "anyOf": [
            {
              "$ref": "#/definitions/DefaultSummary_3405",
              "type": "object"
            },
            {
              "type": "null"
            }
          ]
        },
        "updated_at": {
          "format": "date-time",
          "type": "string"
        }
      },
      "required": [
        "created_at",
        "energy_samples",
        "error_code",
        "id",
        "status",
        "summary",
        "updated_at"
      ],
      "title": "prosody_analysis - DefaultProsodyAnalysis",
      "type": "object"
    },
    "DefaultSilenceStampsSummary_3404": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "duration_mean": {
          "type": "integer"
        },
        "number_found": {
          "type": "integer"
        },
        "ratio": {
          "description": "nb silences / min",
          "type": "integer"
        },
        "stamps": {
          "items": {
            "$ref": "#/definitions/DefaultStamp_3399",
            "type": "object"
          },
          "type": "array"
        }
      },
      "required": [
        "duration_mean",
        "number_found",
        "ratio",
        "stamps"
      ],
      "title": "silence_stamps_summary - DefaultSilenceStampsSummary",
      "type": "object"
    },
    "DefaultStamp_3399": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "length": {
          "description": "in ms",
          "type": "integer"
        },
        "start": {
          "description": "in ms",
          "type": "integer"
        }
      },
      "required": [
        "length",
        "start"
      ],
      "title": "stamp - DefaultStamp",
      "type": "object"
    },
    "DefaultSummary_3405": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "f0": {
          "$ref": "#/definitions/DefaultFrequencySummary_3401",
          "type": "object"
        },
        "file_length": {
          "description": "in ms",
          "type": "integer"
        },
        "hesitation_stamps": {
          "$ref": "#/definitions/DefaultHesitationStampsSummary_3403",
          "type": "object"
        },
        "loudness": {
          "$ref": "#/definitions/DefaultLoudnessSummary_3402",
          "type": "object"
        },
        "silence_stamps": {
          "$ref": "#/definitions/DefaultSilenceStampsSummary_3404",
          "type": "object"
        },
        "syllables": {
          "$ref": "#/definitions/DefaultSyllablesSummary_3395",
          "type": "object"
        },
        "total_silence": {
          "description": "in ms",
          "type": "integer"
        }
      },
      "required": [
        "f0",
        "file_length",
        "hesitation_stamps",
        "loudness",
        "silence_stamps",
        "syllables",
        "total_silence"
      ],
      "title": "summary - DefaultSummary",
      "type": "object"
    },
    "DefaultSyllablesSummary_3395": {
      "additionalProperties": false,
      "description": "Automatically generated (please edit me)",
      "properties": {
        "ratio": {
          "description": "nb syllables / min",
          "type": "integer"
        },
        "total": {
          "type": "integer"
        }
      },
      "required": [
        "ratio",
        "total"
      ],
      "title": "syllables_summary - DefaultSyllablesSummary",
      "type": "object"
    }
  },
  "description": "Automatically generated (please edit me)",
  "properties": {
    "prosody_training": {
      "additionalProperties": false,
      "properties": {
        "analysis": {
          "$ref": "#/definitions/DefaultProsodyAnalysis_3406",
          "type": "object"
        },
        "analysis_type": {
          "description": "determined with prosody exercise",
          "enum": [
            "frequency",
            "energy",
            "speech_rate",
            "pauses"
          ],
          "type": "string"
        },
        "ended_at": {
          "description": "if null will match the persistance datetime but it is recommended to provide a value (to handle temporary connection loss for example)",
          "format": "date-time",
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "prosody_exercise_id": {
          "type": "integer"
        }
      },
      "required": [
        "analysis",
        "analysis_type",
        "ended_at",
        "id",
        "prosody_exercise_id"
      ],
      "type": "object"
    }
  },
  "required": [
    "prosody_training"
  ],
  "title": "prosody_training - DefaultProsodyTraining",
  "type": "object"
}

JSON instance

{
  "prosody_training": {
    "analysis": {
      "created_at": "1965-05-16T14:40:40.057Z",
      "energy_samples": [
        {
          "dB": 65213902.54499173,
          "ms": 33572401
        },
        {
          "dB": -33119351.50102756,
          "ms": -70877647
        },
        {
          "dB": -64318622.4987971,
          "ms": -78893668
        },
        {
          "dB": 60830100.38521665,
          "ms": -44848628
        },
        {
          "dB": 59669522.76715925,
          "ms": 42944278
        }
      ],
      "error_code": null,
      "id": -57889966,
      "status": "success",
      "summary": null,
      "updated_at": "1969-09-10T18:25:00.375Z"
    },
    "analysis_type": "energy",
    "ended_at": "1981-02-24T18:47:20.471Z",
    "id": -56469830,
    "prosody_exercise_id": -27880669
  }
}

Validation #1218

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/profile/eula_version' of type string did not match one or more of the required schemas. The schema specific errors were: - anyOf #0: - The property '#/profile/eula_version' value "5.0.0_5.0.0" did not match the regex '^(\d+)(\.\d+)(\.\d+)?$' - anyOf #1: - The property '#/profile/eula_version' of type string did not match the following type: null
  • The property '#/profile/mobile_number' of type string did not match one or more of the required schemas. The schema specific errors were: - anyOf #0: - The property '#/profile/mobile_number' was not of a maximum string length of 10 - anyOf #1: - The property '#/profile/mobile_number' of type string did not match the following type: null

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "SuggestedFarm_1502": {
      "additionalProperties": false,
      "properties": {
        "can_be_added": {
          "description": "isOwner",
          "type": "boolean"
        },
        "corporate_name": {
          "description": "raisonSociale",
          "type": "string"
        }
      },
      "required": [
        "can_be_added",
        "corporate_name"
      ],
      "title": "Farm - SuggestedFarm",
      "type": "object"
    }
  },
  "properties": {
    "profile": {
      "additionalProperties": false,
      "properties": {
        "country_code": {
          "type": "string"
        },
        "email": {
          "format": "email",
          "type": "string"
        },
        "eula_version": {
          "anyOf": [
            {
              "pattern": "^(\\d+)(\\.\\d+)(\\.\\d+)?$",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "first_name": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "id": {
          "minimum": 0,
          "type": "integer"
        },
        "language": {
          "type": "string"
        },
        "last_name": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "mobile_number": {
          "anyOf": [
            {
              "maxLength": 10,
              "minLength": 9,
              "pattern": "\\d+",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "phone_number": {
          "anyOf": [
            {
              "pattern": "^(?:(?:\\+|00)[1-9]{0,3}|0)\\s*[1-9](?:[\\s.-]*\\d{2}){4}",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "suggested_farms": {
          "items": {
            "$ref": "#/definitions/SuggestedFarm_1502",
            "type": "object"
          },
          "type": "array"
        },
        "type": {
          "enum": [
            "Guest",
            "Lead",
            "Customer",
            "Commercial",
            "ChefRegion",
            "DskCol",
            "Admin"
          ],
          "type": "string"
        },
        "zip_code": {
          "anyOf": [
            {
              "pattern": "^(([0-8][0-9])|(9[0-5])|(2[ab]))[0-9]{3}$",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        }
      },
      "required": [
        "country_code",
        "email",
        "eula_version",
        "first_name",
        "id",
        "language",
        "last_name",
        "mobile_number",
        "phone_number",
        "suggested_farms",
        "type",
        "zip_code"
      ],
      "type": "object"
    }
  },
  "required": [
    "profile"
  ],
  "title": "User - v2DefaultUser",
  "type": "object"
}

JSON instance

{
  "profile": {
    "country_code": "FR",
    "email": "cdeliau@soufflet.com",
    "eula_version": "5.0.0_5.0.0",
    "first_name": "Clément",
    "id": 7125,
    "language": "fr-FR",
    "last_name": "Deliau",
    "mobile_number": "0033611425676",
    "phone_number": "0763434069",
    "suggested_farms": [],
    "type": "Customer",
    "zip_code": "10000"
  }
}

Validation #1217

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/' contains additional properties ["language"] outside of the schema when none are allowed in schema f13dc2e9-4cf0-5f9c-a64d-52a658f522d1
  • The property '#/profile/mobile_number' of type string did not match one or more of the required schemas. The schema specific errors were: - anyOf #0: - The property '#/profile/mobile_number' was not of a maximum string length of 10 - anyOf #1: - The property '#/profile/mobile_number' of type string did not match the following type: null
  • The property '#/profile' did not contain a required property of 'eula_version' in schema f13dc2e9-4cf0-5f9c-a64d-52a658f522d1

JSON Schema

{
  "additionalProperties": false,
  "properties": {
    "profile": {
      "additionalProperties": false,
      "properties": {
        "country_code": {
          "type": "string"
        },
        "eula_version": {
          "anyOf": [
            {
              "pattern": "^(\\d+)(\\.\\d+)(\\.\\d+)?$",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "first_name": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "language": {
          "type": "string"
        },
        "last_name": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "mobile_number": {
          "anyOf": [
            {
              "maxLength": 10,
              "minLength": 9,
              "pattern": "\\d+",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "phone_number": {
          "anyOf": [
            {
              "pattern": "^(?:(?:\\+|00)[1-9]{0,3}|0)\\s*[1-9](?:[\\s.-]*\\d{2}){4}",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "zip_code": {
          "anyOf": [
            {
              "pattern": "^(([0-8][0-9])|(9[0-5])|(2[ab]))[0-9]{3}$",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        }
      },
      "required": [
        "country_code",
        "eula_version",
        "first_name",
        "language",
        "last_name",
        "mobile_number",
        "phone_number",
        "zip_code"
      ],
      "type": "object"
    }
  },
  "required": [
    "profile"
  ],
  "title": "User - v2NewLead",
  "type": "object"
}

JSON instance

{
  "language": "fr-FR",
  "profile": {
    "country_code": "FR",
    "first_name": "Clément",
    "language": "fr-FR",
    "last_name": "Deliau",
    "mobile_number": "0033611425676",
    "phone_number": "0763434069",
    "zip_code": "10000"
  }
}

Validation #1216

Failure

The input JSON schema does not validate the input JSON instance (JSON Schema Draft 4). Errors:

  • The property '#/profile/eula_version' of type string did not match one or more of the required schemas. The schema specific errors were: - anyOf #0: - The property '#/profile/eula_version' value "5.0.0_5.0.0" did not match the regex '^(\d+)(\.\d+)(\.\d+)?$' - anyOf #1: - The property '#/profile/eula_version' of type string did not match the following type: null
  • The property '#/profile/mobile_number' of type string did not match one or more of the required schemas. The schema specific errors were: - anyOf #0: - The property '#/profile/mobile_number' was not of a maximum string length of 10 - anyOf #1: - The property '#/profile/mobile_number' of type string did not match the following type: null

JSON Schema

{
  "additionalProperties": false,
  "definitions": {
    "SuggestedFarm_1502": {
      "additionalProperties": false,
      "properties": {
        "can_be_added": {
          "description": "isOwner",
          "type": "boolean"
        },
        "corporate_name": {
          "description": "raisonSociale",
          "type": "string"
        }
      },
      "required": [
        "can_be_added",
        "corporate_name"
      ],
      "title": "Farm - SuggestedFarm",
      "type": "object"
    }
  },
  "properties": {
    "profile": {
      "additionalProperties": false,
      "properties": {
        "country_code": {
          "type": "string"
        },
        "email": {
          "format": "email",
          "type": "string"
        },
        "eula_version": {
          "anyOf": [
            {
              "pattern": "^(\\d+)(\\.\\d+)(\\.\\d+)?$",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "first_name": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "id": {
          "minimum": 0,
          "type": "integer"
        },
        "language": {
          "type": "string"
        },
        "last_name": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "mobile_number": {
          "anyOf": [
            {
              "maxLength": 10,
              "minLength": 9,
              "pattern": "\\d+",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "phone_number": {
          "anyOf": [
            {
              "pattern": "^(?:(?:\\+|00)[1-9]{0,3}|0)\\s*[1-9](?:[\\s.-]*\\d{2}){4}",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        },
        "suggested_farms": {
          "items": {
            "$ref": "#/definitions/SuggestedFarm_1502",
            "type": "object"
          },
          "type": "array"
        },
        "type": {
          "enum": [
            "Guest",
            "Lead",
            "Customer",
            "Commercial",
            "ChefRegion",
            "DskCol",
            "Admin"
          ],
          "type": "string"
        },
        "zip_code": {
          "anyOf": [
            {
              "pattern": "^(([0-8][0-9])|(9[0-5])|(2[ab]))[0-9]{3}$",
              "type": "string"
            },
            {
              "type": "null"
            }
          ]
        }
      },
      "required": [
        "country_code",
        "email",
        "eula_version",
        "first_name",
        "id",
        "language",
        "last_name",
        "mobile_number",
        "phone_number",
        "suggested_farms",
        "type",
        "zip_code"
      ],
      "type": "object"
    }
  },
  "required": [
    "profile"
  ],
  "title": "User - v2DefaultUser",
  "type": "object"
}

JSON instance

{
  "profile": {
    "country_code": "FR",
    "email": "cdeliau@soufflet.com",
    "eula_version": "5.0.0_5.0.0",
    "first_name": "Clément",
    "id": 7125,
    "language": "fr-FR",
    "last_name": "Deliau",
    "mobile_number": "0033611425676",
    "phone_number": "0763434069",
    "suggested_farms": [],
    "type": "Customer",
    "zip_code": "10000"
  }
}