Skip to main content
Glama

get_events

Read-onlyIdempotent

Timeline unifiee des evenements d'UNE entreprise (par SIREN).

Flux chronologique decroissant qui reunit :

  • une ligne par annonce BODACC de modification (forme juridique, dirigeants, siege, activite, capital, denomination, dissolution), avec libelle, sous_type et source_url vers l'avis officiel ;

  • une ligne par depot des comptes (un par exercice) et par immatriculation ;

  • les cessions (y compris cote cedant d'une vente) et les procedures collectives ;

  • la radiation, l'augmentation de capital, la creation ;

  • une ligne par annee de marches publics, les subventions ;

  • sur 12 mois, les mouvements de dirigeants et changements de groupe ou de note credit (types dirigeant_*, changement_*).

Pour plusieurs entreprises, le parametre sirens sert jusqu'a 10 timelines en une requete, 20 evenements par societe et sans pagination. Pour de la prospection cross-SIREN sans liste de depart, utiliser search_events.

COUT : 1 appel de quota par societe.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoFiltrer par type(s) d'evenement (CSV)
limitNoNombre d'evenements (defaut 50, max 200). Sans effet avec sirens : le lot sert 20 evenements par societe.
sirenNoSIREN a 9 chiffres
offsetNoPagination (defaut 0). Sans effet avec sirens, qui ne pagine pas.
sirensNoPlusieurs SIREN en un appel, 10 au maximum, au lieu de repeter l'appel societe par societe. Exclusif avec siren. Le cout de quota est identique (1 par societe), ce qui change est le nombre de requetes.
date_maxNoDate max (YYYY-MM-DD)
date_minNoDate min (YYYY-MM-DD)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "additionalProperties": {},
      -              "properties": {},
      -              "type": "object"
      -            },
      -            "date": {
      -              "type": "string"
      -            },
      -            "type": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "date",
      -            "type",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "denomination": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "pagination": {
      -        "additionalProperties": {},
      -        "properties": {},
      -        "type": "object"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "data",
      -      "pagination"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "_quota_remaining_month": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_today": {
      -        "type": "number"
      -      },
      -      "_user_plan": {
      -        "type": "string"
      -      },
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "items": {
      -                "additionalProperties": {},
      -                "propertyNames": {
      -                  "type": "string"
      -                },
      -                "type": "object"
      -              },
      -              "type": "array"
      -            },
      -            "denomination": {
      -              "anyOf": [
      -                {
      -                  "type": "string"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "siren": {
      -              "type": "string"
      -            },
      -            "total": {
      -              "type": "number"
      -            },
      -            "truncated": {
      -              "type": "boolean"
      -            }
      -          },
      -          "required": [
      -            "siren",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "per_company_limit": {
      -        "type": "number"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "additionalProperties": {},
      +              "properties": {},
      +              "type": "object"
      +            },
      +            "date": {
      +              "type": "string"
      +            },
      +            "type": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "date",
      +            "type",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "denomination": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "pagination": {
      +        "additionalProperties": {},
      +        "properties": {},
      +        "type": "object"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "data",
      +      "pagination"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "_credits_remaining": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_month": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_today": {
      +        "type": "number"
      +      },
      +      "_user_plan": {
      +        "type": "string"
      +      },
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "items": {
      +                "additionalProperties": {},
      +                "propertyNames": {
      +                  "type": "string"
      +                },
      +                "type": "object"
      +              },
      +              "type": "array"
      +            },
      +            "denomination": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "siren": {
      +              "type": "string"
      +            },
      +            "total": {
      +              "type": "number"
      +            },
      +            "truncated": {
      +              "type": "boolean"
      +            }
      +          },
      +          "required": [
      +            "siren",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "per_company_limit": {
      +        "type": "number"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  2. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "additionalProperties": {},
      -              "properties": {},
      -              "type": "object"
      -            },
      -            "date": {
      -              "type": "string"
      -            },
      -            "type": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "date",
      -            "type",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "denomination": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "pagination": {
      -        "additionalProperties": {},
      -        "properties": {},
      -        "type": "object"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "data",
      -      "pagination"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "_credits_remaining": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_month": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_today": {
      -        "type": "number"
      -      },
      -      "_user_plan": {
      -        "type": "string"
      -      },
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "items": {
      -                "additionalProperties": {},
      -                "propertyNames": {
      -                  "type": "string"
      -                },
      -                "type": "object"
      -              },
      -              "type": "array"
      -            },
      -            "denomination": {
      -              "anyOf": [
      -                {
      -                  "type": "string"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "siren": {
      -              "type": "string"
      -            },
      -            "total": {
      -              "type": "number"
      -            },
      -            "truncated": {
      -              "type": "boolean"
      -            }
      -          },
      -          "required": [
      -            "siren",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "per_company_limit": {
      -        "type": "number"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "additionalProperties": {},
      +              "properties": {},
      +              "type": "object"
      +            },
      +            "date": {
      +              "type": "string"
      +            },
      +            "type": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "date",
      +            "type",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "denomination": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "pagination": {
      +        "additionalProperties": {},
      +        "properties": {},
      +        "type": "object"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "data",
      +      "pagination"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "_quota_remaining_month": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_today": {
      +        "type": "number"
      +      },
      +      "_user_plan": {
      +        "type": "string"
      +      },
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "items": {
      +                "additionalProperties": {},
      +                "propertyNames": {
      +                  "type": "string"
      +                },
      +                "type": "object"
      +              },
      +              "type": "array"
      +            },
      +            "denomination": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "siren": {
      +              "type": "string"
      +            },
      +            "total": {
      +              "type": "number"
      +            },
      +            "truncated": {
      +              "type": "boolean"
      +            }
      +          },
      +          "required": [
      +            "siren",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "per_company_limit": {
      +        "type": "number"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  3. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "additionalProperties": {},
      -              "properties": {},
      -              "type": "object"
      -            },
      -            "date": {
      -              "type": "string"
      -            },
      -            "type": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "date",
      -            "type",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "denomination": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "pagination": {
      -        "additionalProperties": {},
      -        "properties": {},
      -        "type": "object"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "data",
      -      "pagination"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "_quota_remaining_month": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_today": {
      -        "type": "number"
      -      },
      -      "_user_plan": {
      -        "type": "string"
      -      },
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "items": {
      -                "additionalProperties": {},
      -                "propertyNames": {
      -                  "type": "string"
      -                },
      -                "type": "object"
      -              },
      -              "type": "array"
      -            },
      -            "denomination": {
      -              "anyOf": [
      -                {
      -                  "type": "string"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "siren": {
      -              "type": "string"
      -            },
      -            "total": {
      -              "type": "number"
      -            },
      -            "truncated": {
      -              "type": "boolean"
      -            }
      -          },
      -          "required": [
      -            "siren",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "per_company_limit": {
      -        "type": "number"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "additionalProperties": {},
      +              "properties": {},
      +              "type": "object"
      +            },
      +            "date": {
      +              "type": "string"
      +            },
      +            "type": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "date",
      +            "type",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "denomination": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "pagination": {
      +        "additionalProperties": {},
      +        "properties": {},
      +        "type": "object"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "data",
      +      "pagination"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "_credits_remaining": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_month": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_today": {
      +        "type": "number"
      +      },
      +      "_user_plan": {
      +        "type": "string"
      +      },
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "items": {
      +                "additionalProperties": {},
      +                "propertyNames": {
      +                  "type": "string"
      +                },
      +                "type": "object"
      +              },
      +              "type": "array"
      +            },
      +            "denomination": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "siren": {
      +              "type": "string"
      +            },
      +            "total": {
      +              "type": "number"
      +            },
      +            "truncated": {
      +              "type": "boolean"
      +            }
      +          },
      +          "required": [
      +            "siren",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "per_company_limit": {
      +        "type": "number"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  4. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "additionalProperties": {},
      -              "properties": {},
      -              "type": "object"
      -            },
      -            "date": {
      -              "type": "string"
      -            },
      -            "type": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "date",
      -            "type",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "denomination": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "pagination": {
      -        "additionalProperties": {},
      -        "properties": {},
      -        "type": "object"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "data",
      -      "pagination"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "_credits_remaining": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_month": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_today": {
      -        "type": "number"
      -      },
      -      "_user_plan": {
      -        "type": "string"
      -      },
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "items": {
      -                "additionalProperties": {},
      -                "propertyNames": {
      -                  "type": "string"
      -                },
      -                "type": "object"
      -              },
      -              "type": "array"
      -            },
      -            "denomination": {
      -              "anyOf": [
      -                {
      -                  "type": "string"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "siren": {
      -              "type": "string"
      -            },
      -            "total": {
      -              "type": "number"
      -            },
      -            "truncated": {
      -              "type": "boolean"
      -            }
      -          },
      -          "required": [
      -            "siren",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "per_company_limit": {
      -        "type": "number"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "additionalProperties": {},
      +              "properties": {},
      +              "type": "object"
      +            },
      +            "date": {
      +              "type": "string"
      +            },
      +            "type": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "date",
      +            "type",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "denomination": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "pagination": {
      +        "additionalProperties": {},
      +        "properties": {},
      +        "type": "object"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "data",
      +      "pagination"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "_quota_remaining_month": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_today": {
      +        "type": "number"
      +      },
      +      "_user_plan": {
      +        "type": "string"
      +      },
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "items": {
      +                "additionalProperties": {},
      +                "propertyNames": {
      +                  "type": "string"
      +                },
      +                "type": "object"
      +              },
      +              "type": "array"
      +            },
      +            "denomination": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "siren": {
      +              "type": "string"
      +            },
      +            "total": {
      +              "type": "number"
      +            },
      +            "truncated": {
      +              "type": "boolean"
      +            }
      +          },
      +          "required": [
      +            "siren",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "per_company_limit": {
      +        "type": "number"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  5. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "additionalProperties": {},
      -              "properties": {},
      -              "type": "object"
      -            },
      -            "date": {
      -              "type": "string"
      -            },
      -            "type": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "date",
      -            "type",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "denomination": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "pagination": {
      -        "additionalProperties": {},
      -        "properties": {},
      -        "type": "object"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "data",
      -      "pagination"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "_quota_remaining_month": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_today": {
      -        "type": "number"
      -      },
      -      "_user_plan": {
      -        "type": "string"
      -      },
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "items": {
      -                "additionalProperties": {},
      -                "propertyNames": {
      -                  "type": "string"
      -                },
      -                "type": "object"
      -              },
      -              "type": "array"
      -            },
      -            "denomination": {
      -              "anyOf": [
      -                {
      -                  "type": "string"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "siren": {
      -              "type": "string"
      -            },
      -            "total": {
      -              "type": "number"
      -            },
      -            "truncated": {
      -              "type": "boolean"
      -            }
      -          },
      -          "required": [
      -            "siren",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "per_company_limit": {
      -        "type": "number"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "additionalProperties": {},
      +              "properties": {},
      +              "type": "object"
      +            },
      +            "date": {
      +              "type": "string"
      +            },
      +            "type": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "date",
      +            "type",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "denomination": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "pagination": {
      +        "additionalProperties": {},
      +        "properties": {},
      +        "type": "object"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "data",
      +      "pagination"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "_credits_remaining": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_month": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_today": {
      +        "type": "number"
      +      },
      +      "_user_plan": {
      +        "type": "string"
      +      },
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "items": {
      +                "additionalProperties": {},
      +                "propertyNames": {
      +                  "type": "string"
      +                },
      +                "type": "object"
      +              },
      +              "type": "array"
      +            },
      +            "denomination": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "siren": {
      +              "type": "string"
      +            },
      +            "total": {
      +              "type": "number"
      +            },
      +            "truncated": {
      +              "type": "boolean"
      +            }
      +          },
      +          "required": [
      +            "siren",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "per_company_limit": {
      +        "type": "number"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  6. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "additionalProperties": {},
      -              "properties": {},
      -              "type": "object"
      -            },
      -            "date": {
      -              "type": "string"
      -            },
      -            "type": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "date",
      -            "type",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "denomination": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "pagination": {
      -        "additionalProperties": {},
      -        "properties": {},
      -        "type": "object"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "data",
      -      "pagination"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "_credits_remaining": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_month": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_today": {
      -        "type": "number"
      -      },
      -      "_user_plan": {
      -        "type": "string"
      -      },
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "items": {
      -                "additionalProperties": {},
      -                "propertyNames": {
      -                  "type": "string"
      -                },
      -                "type": "object"
      -              },
      -              "type": "array"
      -            },
      -            "denomination": {
      -              "anyOf": [
      -                {
      -                  "type": "string"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "siren": {
      -              "type": "string"
      -            },
      -            "total": {
      -              "type": "number"
      -            },
      -            "truncated": {
      -              "type": "boolean"
      -            }
      -          },
      -          "required": [
      -            "siren",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "per_company_limit": {
      -        "type": "number"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "additionalProperties": {},
      +              "properties": {},
      +              "type": "object"
      +            },
      +            "date": {
      +              "type": "string"
      +            },
      +            "type": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "date",
      +            "type",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "denomination": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "pagination": {
      +        "additionalProperties": {},
      +        "properties": {},
      +        "type": "object"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "data",
      +      "pagination"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "_quota_remaining_month": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_today": {
      +        "type": "number"
      +      },
      +      "_user_plan": {
      +        "type": "string"
      +      },
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "items": {
      +                "additionalProperties": {},
      +                "propertyNames": {
      +                  "type": "string"
      +                },
      +                "type": "object"
      +              },
      +              "type": "array"
      +            },
      +            "denomination": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "siren": {
      +              "type": "string"
      +            },
      +            "total": {
      +              "type": "number"
      +            },
      +            "truncated": {
      +              "type": "boolean"
      +            }
      +          },
      +          "required": [
      +            "siren",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "per_company_limit": {
      +        "type": "number"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  7. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "additionalProperties": {},
      -              "properties": {},
      -              "type": "object"
      -            },
      -            "date": {
      -              "type": "string"
      -            },
      -            "type": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "date",
      -            "type",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "denomination": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "pagination": {
      -        "additionalProperties": {},
      -        "properties": {},
      -        "type": "object"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "data",
      -      "pagination"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "_quota_remaining_month": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_today": {
      -        "type": "number"
      -      },
      -      "_user_plan": {
      -        "type": "string"
      -      },
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "items": {
      -                "additionalProperties": {},
      -                "propertyNames": {
      -                  "type": "string"
      -                },
      -                "type": "object"
      -              },
      -              "type": "array"
      -            },
      -            "denomination": {
      -              "anyOf": [
      -                {
      -                  "type": "string"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "siren": {
      -              "type": "string"
      -            },
      -            "total": {
      -              "type": "number"
      -            },
      -            "truncated": {
      -              "type": "boolean"
      -            }
      -          },
      -          "required": [
      -            "siren",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "per_company_limit": {
      -        "type": "number"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "additionalProperties": {},
      +              "properties": {},
      +              "type": "object"
      +            },
      +            "date": {
      +              "type": "string"
      +            },
      +            "type": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "date",
      +            "type",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "denomination": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "pagination": {
      +        "additionalProperties": {},
      +        "properties": {},
      +        "type": "object"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "data",
      +      "pagination"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "_credits_remaining": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_month": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_today": {
      +        "type": "number"
      +      },
      +      "_user_plan": {
      +        "type": "string"
      +      },
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "items": {
      +                "additionalProperties": {},
      +                "propertyNames": {
      +                  "type": "string"
      +                },
      +                "type": "object"
      +              },
      +              "type": "array"
      +            },
      +            "denomination": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "siren": {
      +              "type": "string"
      +            },
      +            "total": {
      +              "type": "number"
      +            },
      +            "truncated": {
      +              "type": "boolean"
      +            }
      +          },
      +          "required": [
      +            "siren",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "per_company_limit": {
      +        "type": "number"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  8. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "additionalProperties": {},
      -              "properties": {},
      -              "type": "object"
      -            },
      -            "date": {
      -              "type": "string"
      -            },
      -            "type": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "date",
      -            "type",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "denomination": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "pagination": {
      -        "additionalProperties": {},
      -        "properties": {},
      -        "type": "object"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "data",
      -      "pagination"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "_credits_remaining": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_month": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_today": {
      -        "type": "number"
      -      },
      -      "_user_plan": {
      -        "type": "string"
      -      },
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "items": {
      -                "additionalProperties": {},
      -                "propertyNames": {
      -                  "type": "string"
      -                },
      -                "type": "object"
      -              },
      -              "type": "array"
      -            },
      -            "denomination": {
      -              "anyOf": [
      -                {
      -                  "type": "string"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "siren": {
      -              "type": "string"
      -            },
      -            "total": {
      -              "type": "number"
      -            },
      -            "truncated": {
      -              "type": "boolean"
      -            }
      -          },
      -          "required": [
      -            "siren",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "per_company_limit": {
      -        "type": "number"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "additionalProperties": {},
      +              "properties": {},
      +              "type": "object"
      +            },
      +            "date": {
      +              "type": "string"
      +            },
      +            "type": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "date",
      +            "type",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "denomination": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "pagination": {
      +        "additionalProperties": {},
      +        "properties": {},
      +        "type": "object"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "data",
      +      "pagination"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "_quota_remaining_month": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_today": {
      +        "type": "number"
      +      },
      +      "_user_plan": {
      +        "type": "string"
      +      },
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "items": {
      +                "additionalProperties": {},
      +                "propertyNames": {
      +                  "type": "string"
      +                },
      +                "type": "object"
      +              },
      +              "type": "array"
      +            },
      +            "denomination": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "siren": {
      +              "type": "string"
      +            },
      +            "total": {
      +              "type": "number"
      +            },
      +            "truncated": {
      +              "type": "boolean"
      +            }
      +          },
      +          "required": [
      +            "siren",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "per_company_limit": {
      +        "type": "number"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  9. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "additionalProperties": {},
      -              "properties": {},
      -              "type": "object"
      -            },
      -            "date": {
      -              "type": "string"
      -            },
      -            "type": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "date",
      -            "type",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "denomination": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "pagination": {
      -        "additionalProperties": {},
      -        "properties": {},
      -        "type": "object"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "data",
      -      "pagination"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "_quota_remaining_month": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_today": {
      -        "type": "number"
      -      },
      -      "_user_plan": {
      -        "type": "string"
      -      },
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "items": {
      -                "additionalProperties": {},
      -                "propertyNames": {
      -                  "type": "string"
      -                },
      -                "type": "object"
      -              },
      -              "type": "array"
      -            },
      -            "denomination": {
      -              "anyOf": [
      -                {
      -                  "type": "string"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "siren": {
      -              "type": "string"
      -            },
      -            "total": {
      -              "type": "number"
      -            },
      -            "truncated": {
      -              "type": "boolean"
      -            }
      -          },
      -          "required": [
      -            "siren",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "per_company_limit": {
      -        "type": "number"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "additionalProperties": {},
      +              "properties": {},
      +              "type": "object"
      +            },
      +            "date": {
      +              "type": "string"
      +            },
      +            "type": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "date",
      +            "type",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "denomination": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "pagination": {
      +        "additionalProperties": {},
      +        "properties": {},
      +        "type": "object"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "data",
      +      "pagination"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "_credits_remaining": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_month": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_today": {
      +        "type": "number"
      +      },
      +      "_user_plan": {
      +        "type": "string"
      +      },
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "items": {
      +                "additionalProperties": {},
      +                "propertyNames": {
      +                  "type": "string"
      +                },
      +                "type": "object"
      +              },
      +              "type": "array"
      +            },
      +            "denomination": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "siren": {
      +              "type": "string"
      +            },
      +            "total": {
      +              "type": "number"
      +            },
      +            "truncated": {
      +              "type": "boolean"
      +            }
      +          },
      +          "required": [
      +            "siren",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "per_company_limit": {
      +        "type": "number"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  10. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "additionalProperties": {},
      -              "properties": {},
      -              "type": "object"
      -            },
      -            "date": {
      -              "type": "string"
      -            },
      -            "type": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "date",
      -            "type",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "denomination": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "pagination": {
      -        "additionalProperties": {},
      -        "properties": {},
      -        "type": "object"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "data",
      -      "pagination"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "_credits_remaining": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_month": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_today": {
      -        "type": "number"
      -      },
      -      "_user_plan": {
      -        "type": "string"
      -      },
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "items": {
      -                "additionalProperties": {},
      -                "propertyNames": {
      -                  "type": "string"
      -                },
      -                "type": "object"
      -              },
      -              "type": "array"
      -            },
      -            "denomination": {
      -              "anyOf": [
      -                {
      -                  "type": "string"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "siren": {
      -              "type": "string"
      -            },
      -            "total": {
      -              "type": "number"
      -            },
      -            "truncated": {
      -              "type": "boolean"
      -            }
      -          },
      -          "required": [
      -            "siren",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "per_company_limit": {
      -        "type": "number"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "additionalProperties": {},
      +              "properties": {},
      +              "type": "object"
      +            },
      +            "date": {
      +              "type": "string"
      +            },
      +            "type": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "date",
      +            "type",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "denomination": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "pagination": {
      +        "additionalProperties": {},
      +        "properties": {},
      +        "type": "object"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "data",
      +      "pagination"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "_quota_remaining_month": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_today": {
      +        "type": "number"
      +      },
      +      "_user_plan": {
      +        "type": "string"
      +      },
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "items": {
      +                "additionalProperties": {},
      +                "propertyNames": {
      +                  "type": "string"
      +                },
      +                "type": "object"
      +              },
      +              "type": "array"
      +            },
      +            "denomination": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "siren": {
      +              "type": "string"
      +            },
      +            "total": {
      +              "type": "number"
      +            },
      +            "truncated": {
      +              "type": "boolean"
      +            }
      +          },
      +          "required": [
      +            "siren",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "per_company_limit": {
      +        "type": "number"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  11. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "additionalProperties": {},
      -              "properties": {},
      -              "type": "object"
      -            },
      -            "date": {
      -              "type": "string"
      -            },
      -            "type": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "date",
      -            "type",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "denomination": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "pagination": {
      -        "additionalProperties": {},
      -        "properties": {},
      -        "type": "object"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "data",
      -      "pagination"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "_quota_remaining_month": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_today": {
      -        "type": "number"
      -      },
      -      "_user_plan": {
      -        "type": "string"
      -      },
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "items": {
      -                "additionalProperties": {},
      -                "propertyNames": {
      -                  "type": "string"
      -                },
      -                "type": "object"
      -              },
      -              "type": "array"
      -            },
      -            "denomination": {
      -              "anyOf": [
      -                {
      -                  "type": "string"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "siren": {
      -              "type": "string"
      -            },
      -            "total": {
      -              "type": "number"
      -            },
      -            "truncated": {
      -              "type": "boolean"
      -            }
      -          },
      -          "required": [
      -            "siren",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "per_company_limit": {
      -        "type": "number"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "additionalProperties": {},
      +              "properties": {},
      +              "type": "object"
      +            },
      +            "date": {
      +              "type": "string"
      +            },
      +            "type": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "date",
      +            "type",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "denomination": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "pagination": {
      +        "additionalProperties": {},
      +        "properties": {},
      +        "type": "object"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "data",
      +      "pagination"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "_credits_remaining": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_month": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_today": {
      +        "type": "number"
      +      },
      +      "_user_plan": {
      +        "type": "string"
      +      },
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "items": {
      +                "additionalProperties": {},
      +                "propertyNames": {
      +                  "type": "string"
      +                },
      +                "type": "object"
      +              },
      +              "type": "array"
      +            },
      +            "denomination": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "siren": {
      +              "type": "string"
      +            },
      +            "total": {
      +              "type": "number"
      +            },
      +            "truncated": {
      +              "type": "boolean"
      +            }
      +          },
      +          "required": [
      +            "siren",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "per_company_limit": {
      +        "type": "number"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  12. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "additionalProperties": {},
      -              "properties": {},
      -              "type": "object"
      -            },
      -            "date": {
      -              "type": "string"
      -            },
      -            "type": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "date",
      -            "type",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "denomination": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "pagination": {
      -        "additionalProperties": {},
      -        "properties": {},
      -        "type": "object"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "data",
      -      "pagination"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "_credits_remaining": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_month": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_today": {
      -        "type": "number"
      -      },
      -      "_user_plan": {
      -        "type": "string"
      -      },
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "items": {
      -                "additionalProperties": {},
      -                "propertyNames": {
      -                  "type": "string"
      -                },
      -                "type": "object"
      -              },
      -              "type": "array"
      -            },
      -            "denomination": {
      -              "anyOf": [
      -                {
      -                  "type": "string"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "siren": {
      -              "type": "string"
      -            },
      -            "total": {
      -              "type": "number"
      -            },
      -            "truncated": {
      -              "type": "boolean"
      -            }
      -          },
      -          "required": [
      -            "siren",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "per_company_limit": {
      -        "type": "number"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "additionalProperties": {},
      +              "properties": {},
      +              "type": "object"
      +            },
      +            "date": {
      +              "type": "string"
      +            },
      +            "type": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "date",
      +            "type",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "denomination": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "pagination": {
      +        "additionalProperties": {},
      +        "properties": {},
      +        "type": "object"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "data",
      +      "pagination"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "_quota_remaining_month": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_today": {
      +        "type": "number"
      +      },
      +      "_user_plan": {
      +        "type": "string"
      +      },
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "items": {
      +                "additionalProperties": {},
      +                "propertyNames": {
      +                  "type": "string"
      +                },
      +                "type": "object"
      +              },
      +              "type": "array"
      +            },
      +            "denomination": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "siren": {
      +              "type": "string"
      +            },
      +            "total": {
      +              "type": "number"
      +            },
      +            "truncated": {
      +              "type": "boolean"
      +            }
      +          },
      +          "required": [
      +            "siren",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "per_company_limit": {
      +        "type": "number"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  13. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "additionalProperties": {},
      -              "properties": {},
      -              "type": "object"
      -            },
      -            "date": {
      -              "type": "string"
      -            },
      -            "type": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "date",
      -            "type",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "denomination": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "pagination": {
      -        "additionalProperties": {},
      -        "properties": {},
      -        "type": "object"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "data",
      -      "pagination"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "_quota_remaining_month": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_today": {
      -        "type": "number"
      -      },
      -      "_user_plan": {
      -        "type": "string"
      -      },
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "data": {
      -              "items": {
      -                "additionalProperties": {},
      -                "propertyNames": {
      -                  "type": "string"
      -                },
      -                "type": "object"
      -              },
      -              "type": "array"
      -            },
      -            "denomination": {
      -              "anyOf": [
      -                {
      -                  "type": "string"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "siren": {
      -              "type": "string"
      -            },
      -            "total": {
      -              "type": "number"
      -            },
      -            "truncated": {
      -              "type": "boolean"
      -            }
      -          },
      -          "required": [
      -            "siren",
      -            "data"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "per_company_limit": {
      -        "type": "number"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "additionalProperties": {},
      +              "properties": {},
      +              "type": "object"
      +            },
      +            "date": {
      +              "type": "string"
      +            },
      +            "type": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "date",
      +            "type",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "denomination": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "pagination": {
      +        "additionalProperties": {},
      +        "properties": {},
      +        "type": "object"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "data",
      +      "pagination"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "_credits_remaining": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_month": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_today": {
      +        "type": "number"
      +      },
      +      "_user_plan": {
      +        "type": "string"
      +      },
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "items": {
      +                "additionalProperties": {},
      +                "propertyNames": {
      +                  "type": "string"
      +                },
      +                "type": "object"
      +              },
      +              "type": "array"
      +            },
      +            "denomination": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "siren": {
      +              "type": "string"
      +            },
      +            "total": {
      +              "type": "number"
      +            },
      +            "truncated": {
      +              "type": "boolean"
      +            }
      +          },
      +          "required": [
      +            "siren",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "per_company_limit": {
      +        "type": "number"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  14. Changed8 schema fields changed
    • changedInput schema / properties / limit / description
      Previous value: -"Nombre d'evenements (defaut 50, max 200)"New value: +"Nombre d'evenements (defaut 50, max 200). Sans effet avec sirens : le lot sert 20 evenements par societe."
    • changedInput schema / properties / offset / description
      Previous value: -"Pagination (defaut 0)"New value: +"Pagination (defaut 0). Sans effet avec sirens, qui ne pagine pas."
    • addedInput schema / properties / sirens
      Added value: +{
      +  "description": "Plusieurs SIREN en un appel, 10 au maximum, au lieu de repeter l'appel societe par societe. Exclusif avec siren. Le cout de quota est identique (1 par societe), ce qui change est le nombre de requetes.",
      +  "items": {
      +    "type": "string"
      +  },
      +  "maxItems": 10,
      +  "minItems": 1,
      +  "type": "array"
      +}
    • removedInput schema / required
      Removed value: -[
      -  "siren"
      -]
    • removedOutput schema / additionalProperties
      Removed value: -{}
    • addedOutput schema / anyOf
      Added value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "additionalProperties": {},
      +              "properties": {},
      +              "type": "object"
      +            },
      +            "date": {
      +              "type": "string"
      +            },
      +            "type": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "date",
      +            "type",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "denomination": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "pagination": {
      +        "additionalProperties": {},
      +        "properties": {},
      +        "type": "object"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "data",
      +      "pagination"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "_quota_remaining_month": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_today": {
      +        "type": "number"
      +      },
      +      "_user_plan": {
      +        "type": "string"
      +      },
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "data": {
      +              "items": {
      +                "additionalProperties": {},
      +                "propertyNames": {
      +                  "type": "string"
      +                },
      +                "type": "object"
      +              },
      +              "type": "array"
      +            },
      +            "denomination": {
      +              "anyOf": [
      +                {
      +                  "type": "string"
      +                },
      +                {
      +                  "type": "null"
      +                }
      +              ]
      +            },
      +            "siren": {
      +              "type": "string"
      +            },
      +            "total": {
      +              "type": "number"
      +            },
      +            "truncated": {
      +              "type": "boolean"
      +            }
      +          },
      +          "required": [
      +            "siren",
      +            "data"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "per_company_limit": {
      +        "type": "number"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
    • removedOutput schema / properties
      Removed value: -{
      -  "data": {
      -    "items": {
      -      "additionalProperties": {},
      -      "properties": {
      -        "data": {
      -          "additionalProperties": {},
      -          "properties": {},
      -          "type": "object"
      -        },
      -        "date": {
      -          "type": "string"
      -        },
      -        "type": {
      -          "type": "string"
      -        }
      -      },
      -      "required": [
      -        "date",
      -        "type",
      -        "data"
      -      ],
      -      "type": "object"
      -    },
      -    "type": "array"
      -  },
      -  "denomination": {
      -    "anyOf": [
      -      {
      -        "type": "string"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ]
      -  },
      -  "pagination": {
      -    "additionalProperties": {},
      -    "properties": {},
      -    "type": "object"
      -  },
      -  "siren": {
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / required
      Removed value: -[
      -  "siren",
      -  "data",
      -  "pagination"
      -]
  15. Changed3 schema fields changed
    • addedInput schema / additionalProperties
      Added value: +false
    • removedInput schema / properties / context
      Removed value: -{
      -  "description": "Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): \"Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization.\"",
      -  "type": "string"
      -}
    • changedInput schema / required
      Previous value: -[
      -  "siren",
      -  "context"
      -]New value: +[
      +  "siren"
      +]
  16. Changed3 schema fields changed
    • removedInput schema / additionalProperties
      Removed value: -false
    • addedInput schema / properties / context
      Added value: +{
      +  "description": "Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): \"Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization.\"",
      +  "type": "string"
      +}
    • changedInput schema / required
      Previous value: -[
      -  "siren"
      -]New value: +[
      +  "siren",
      +  "context"
      +]
  17. First observed

TDQS

A4.9/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already mark readOnlyHint, idempotentHint, and destructiveHint, so safety is covered. The description adds valuable behavioral context: chronological descending order, no pagination with sirens, 20 events per company, quota cost per company, and a 12-month window for certain event types.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but well-organized with a clear front-loaded purpose, a structured bullet list of event types, and a separate paragraph for multi-company behavior, alternatives, and cost. Every section earns its place without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only timeline tool with an output schema present, the description covers event categories, temporal scope, pagination caveats, quota impact, and sibling routing. Nothing essential is missing for an agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds meaningful nuances for sirens, including exclusivity with siren, equal quota cost, and 20 events per company, and clarifies that limit and offset have no effect with sirens. Other parameters are already well-described in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Timeline unifiee des evenements d'UNE entreprise (par SIREN)', clearly identifying the resource and scope. It enumerates the exact event categories and explicitly contrasts with search_events, so an agent can distinguish this tool from its closest sibling.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description states when to use sirens for up to 10 companies and explicitly directs cross-SIREN prospecting without a starting list to search_events. It also gives quota cost and per-company event caps, which helps the agent decide when this tool is appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources