Skip to main content
Glama

get_credit_risk

Read-onlyIdempotent

Score de risque credit d'UNE entreprise francaise (par SIREN).

Retourne le grade de risque (AAA -> D), la probabilite de defaut a 3/6/12 mois (taux du grade, master-scale) et les 5 facteurs principaux (aggravants / attenuants).

Disponible sur tous les plans. Reponses possibles :

  • entreprise scoree : { scorable:true, risk:{ grade, grade_default_rate, factors, as_of, model } }

  • entreprise non scoree (pas de comptes recents) : { scorable:false, risk:null }

  • SIREN inconnu : erreur 404.

Use case : risque fournisseur, due diligence. Pour scorer un portefeuille, le parametre sirens rend jusqu'a 10 scores en une requete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sirenNoSIREN a 9 chiffres
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.

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": {
      -      "reason": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "risk": {
      -        "anyOf": [
      -          {
      -            "additionalProperties": {},
      -            "properties": {
      -              "as_of": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "factors": {
      -                "items": {
      -                  "additionalProperties": {},
      -                  "properties": {
      -                    "direction": {
      -                      "anyOf": [
      -                        {
      -                          "type": "string"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ]
      -                    },
      -                    "libelle": {
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "libelle"
      -                  ],
      -                  "type": "object"
      -                },
      -                "type": "array"
      -              },
      -              "grade": {
      -                "type": "string"
      -              },
      -              "grade_default_rate": {
      -                "additionalProperties": {},
      -                "properties": {
      -                  "m12": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m3": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m6": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  }
      -                },
      -                "type": "object"
      -              },
      -              "model": {
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "grade",
      -              "grade_default_rate",
      -              "factors",
      -              "model"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "scorable": {
      -        "type": "boolean"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "scorable",
      -      "risk"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "_quota_remaining_month": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_today": {
      -        "type": "number"
      -      },
      -      "_user_plan": {
      -        "type": "string"
      -      },
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "siren": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "siren"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "reason": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "risk": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": {},
      +            "properties": {
      +              "as_of": {
      +                "anyOf": [
      +                  {
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "factors": {
      +                "items": {
      +                  "additionalProperties": {},
      +                  "properties": {
      +                    "direction": {
      +                      "anyOf": [
      +                        {
      +                          "type": "string"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ]
      +                    },
      +                    "libelle": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "required": [
      +                    "libelle"
      +                  ],
      +                  "type": "object"
      +                },
      +                "type": "array"
      +              },
      +              "grade": {
      +                "type": "string"
      +              },
      +              "grade_default_rate": {
      +                "additionalProperties": {},
      +                "properties": {
      +                  "m12": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m3": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m6": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  }
      +                },
      +                "type": "object"
      +              },
      +              "model": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "grade",
      +              "grade_default_rate",
      +              "factors",
      +              "model"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "scorable": {
      +        "type": "boolean"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "scorable",
      +      "risk"
      +    ],
      +    "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": {
      +            "siren": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "siren"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  2. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "reason": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "risk": {
      -        "anyOf": [
      -          {
      -            "additionalProperties": {},
      -            "properties": {
      -              "as_of": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "factors": {
      -                "items": {
      -                  "additionalProperties": {},
      -                  "properties": {
      -                    "direction": {
      -                      "anyOf": [
      -                        {
      -                          "type": "string"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ]
      -                    },
      -                    "libelle": {
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "libelle"
      -                  ],
      -                  "type": "object"
      -                },
      -                "type": "array"
      -              },
      -              "grade": {
      -                "type": "string"
      -              },
      -              "grade_default_rate": {
      -                "additionalProperties": {},
      -                "properties": {
      -                  "m12": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m3": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m6": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  }
      -                },
      -                "type": "object"
      -              },
      -              "model": {
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "grade",
      -              "grade_default_rate",
      -              "factors",
      -              "model"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "scorable": {
      -        "type": "boolean"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "scorable",
      -      "risk"
      -    ],
      -    "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": {
      -            "siren": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "siren"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "reason": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "risk": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": {},
      +            "properties": {
      +              "as_of": {
      +                "anyOf": [
      +                  {
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "factors": {
      +                "items": {
      +                  "additionalProperties": {},
      +                  "properties": {
      +                    "direction": {
      +                      "anyOf": [
      +                        {
      +                          "type": "string"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ]
      +                    },
      +                    "libelle": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "required": [
      +                    "libelle"
      +                  ],
      +                  "type": "object"
      +                },
      +                "type": "array"
      +              },
      +              "grade": {
      +                "type": "string"
      +              },
      +              "grade_default_rate": {
      +                "additionalProperties": {},
      +                "properties": {
      +                  "m12": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m3": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m6": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  }
      +                },
      +                "type": "object"
      +              },
      +              "model": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "grade",
      +              "grade_default_rate",
      +              "factors",
      +              "model"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "scorable": {
      +        "type": "boolean"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "scorable",
      +      "risk"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "_quota_remaining_month": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_today": {
      +        "type": "number"
      +      },
      +      "_user_plan": {
      +        "type": "string"
      +      },
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "siren": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "siren"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  3. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "reason": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "risk": {
      -        "anyOf": [
      -          {
      -            "additionalProperties": {},
      -            "properties": {
      -              "as_of": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "factors": {
      -                "items": {
      -                  "additionalProperties": {},
      -                  "properties": {
      -                    "direction": {
      -                      "anyOf": [
      -                        {
      -                          "type": "string"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ]
      -                    },
      -                    "libelle": {
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "libelle"
      -                  ],
      -                  "type": "object"
      -                },
      -                "type": "array"
      -              },
      -              "grade": {
      -                "type": "string"
      -              },
      -              "grade_default_rate": {
      -                "additionalProperties": {},
      -                "properties": {
      -                  "m12": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m3": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m6": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  }
      -                },
      -                "type": "object"
      -              },
      -              "model": {
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "grade",
      -              "grade_default_rate",
      -              "factors",
      -              "model"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "scorable": {
      -        "type": "boolean"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "scorable",
      -      "risk"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "_quota_remaining_month": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_today": {
      -        "type": "number"
      -      },
      -      "_user_plan": {
      -        "type": "string"
      -      },
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "siren": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "siren"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "reason": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "risk": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": {},
      +            "properties": {
      +              "as_of": {
      +                "anyOf": [
      +                  {
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "factors": {
      +                "items": {
      +                  "additionalProperties": {},
      +                  "properties": {
      +                    "direction": {
      +                      "anyOf": [
      +                        {
      +                          "type": "string"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ]
      +                    },
      +                    "libelle": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "required": [
      +                    "libelle"
      +                  ],
      +                  "type": "object"
      +                },
      +                "type": "array"
      +              },
      +              "grade": {
      +                "type": "string"
      +              },
      +              "grade_default_rate": {
      +                "additionalProperties": {},
      +                "properties": {
      +                  "m12": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m3": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m6": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  }
      +                },
      +                "type": "object"
      +              },
      +              "model": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "grade",
      +              "grade_default_rate",
      +              "factors",
      +              "model"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "scorable": {
      +        "type": "boolean"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "scorable",
      +      "risk"
      +    ],
      +    "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": {
      +            "siren": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "siren"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  4. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "reason": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "risk": {
      -        "anyOf": [
      -          {
      -            "additionalProperties": {},
      -            "properties": {
      -              "as_of": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "factors": {
      -                "items": {
      -                  "additionalProperties": {},
      -                  "properties": {
      -                    "direction": {
      -                      "anyOf": [
      -                        {
      -                          "type": "string"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ]
      -                    },
      -                    "libelle": {
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "libelle"
      -                  ],
      -                  "type": "object"
      -                },
      -                "type": "array"
      -              },
      -              "grade": {
      -                "type": "string"
      -              },
      -              "grade_default_rate": {
      -                "additionalProperties": {},
      -                "properties": {
      -                  "m12": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m3": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m6": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  }
      -                },
      -                "type": "object"
      -              },
      -              "model": {
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "grade",
      -              "grade_default_rate",
      -              "factors",
      -              "model"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "scorable": {
      -        "type": "boolean"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "scorable",
      -      "risk"
      -    ],
      -    "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": {
      -            "siren": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "siren"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "reason": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "risk": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": {},
      +            "properties": {
      +              "as_of": {
      +                "anyOf": [
      +                  {
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "factors": {
      +                "items": {
      +                  "additionalProperties": {},
      +                  "properties": {
      +                    "direction": {
      +                      "anyOf": [
      +                        {
      +                          "type": "string"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ]
      +                    },
      +                    "libelle": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "required": [
      +                    "libelle"
      +                  ],
      +                  "type": "object"
      +                },
      +                "type": "array"
      +              },
      +              "grade": {
      +                "type": "string"
      +              },
      +              "grade_default_rate": {
      +                "additionalProperties": {},
      +                "properties": {
      +                  "m12": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m3": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m6": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  }
      +                },
      +                "type": "object"
      +              },
      +              "model": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "grade",
      +              "grade_default_rate",
      +              "factors",
      +              "model"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "scorable": {
      +        "type": "boolean"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "scorable",
      +      "risk"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "_quota_remaining_month": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_today": {
      +        "type": "number"
      +      },
      +      "_user_plan": {
      +        "type": "string"
      +      },
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "siren": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "siren"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  5. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "reason": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "risk": {
      -        "anyOf": [
      -          {
      -            "additionalProperties": {},
      -            "properties": {
      -              "as_of": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "factors": {
      -                "items": {
      -                  "additionalProperties": {},
      -                  "properties": {
      -                    "direction": {
      -                      "anyOf": [
      -                        {
      -                          "type": "string"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ]
      -                    },
      -                    "libelle": {
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "libelle"
      -                  ],
      -                  "type": "object"
      -                },
      -                "type": "array"
      -              },
      -              "grade": {
      -                "type": "string"
      -              },
      -              "grade_default_rate": {
      -                "additionalProperties": {},
      -                "properties": {
      -                  "m12": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m3": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m6": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  }
      -                },
      -                "type": "object"
      -              },
      -              "model": {
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "grade",
      -              "grade_default_rate",
      -              "factors",
      -              "model"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "scorable": {
      -        "type": "boolean"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "scorable",
      -      "risk"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "_quota_remaining_month": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_today": {
      -        "type": "number"
      -      },
      -      "_user_plan": {
      -        "type": "string"
      -      },
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "siren": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "siren"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "reason": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "risk": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": {},
      +            "properties": {
      +              "as_of": {
      +                "anyOf": [
      +                  {
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "factors": {
      +                "items": {
      +                  "additionalProperties": {},
      +                  "properties": {
      +                    "direction": {
      +                      "anyOf": [
      +                        {
      +                          "type": "string"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ]
      +                    },
      +                    "libelle": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "required": [
      +                    "libelle"
      +                  ],
      +                  "type": "object"
      +                },
      +                "type": "array"
      +              },
      +              "grade": {
      +                "type": "string"
      +              },
      +              "grade_default_rate": {
      +                "additionalProperties": {},
      +                "properties": {
      +                  "m12": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m3": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m6": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  }
      +                },
      +                "type": "object"
      +              },
      +              "model": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "grade",
      +              "grade_default_rate",
      +              "factors",
      +              "model"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "scorable": {
      +        "type": "boolean"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "scorable",
      +      "risk"
      +    ],
      +    "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": {
      +            "siren": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "siren"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  6. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "reason": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "risk": {
      -        "anyOf": [
      -          {
      -            "additionalProperties": {},
      -            "properties": {
      -              "as_of": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "factors": {
      -                "items": {
      -                  "additionalProperties": {},
      -                  "properties": {
      -                    "direction": {
      -                      "anyOf": [
      -                        {
      -                          "type": "string"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ]
      -                    },
      -                    "libelle": {
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "libelle"
      -                  ],
      -                  "type": "object"
      -                },
      -                "type": "array"
      -              },
      -              "grade": {
      -                "type": "string"
      -              },
      -              "grade_default_rate": {
      -                "additionalProperties": {},
      -                "properties": {
      -                  "m12": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m3": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m6": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  }
      -                },
      -                "type": "object"
      -              },
      -              "model": {
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "grade",
      -              "grade_default_rate",
      -              "factors",
      -              "model"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "scorable": {
      -        "type": "boolean"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "scorable",
      -      "risk"
      -    ],
      -    "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": {
      -            "siren": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "siren"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "reason": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "risk": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": {},
      +            "properties": {
      +              "as_of": {
      +                "anyOf": [
      +                  {
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "factors": {
      +                "items": {
      +                  "additionalProperties": {},
      +                  "properties": {
      +                    "direction": {
      +                      "anyOf": [
      +                        {
      +                          "type": "string"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ]
      +                    },
      +                    "libelle": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "required": [
      +                    "libelle"
      +                  ],
      +                  "type": "object"
      +                },
      +                "type": "array"
      +              },
      +              "grade": {
      +                "type": "string"
      +              },
      +              "grade_default_rate": {
      +                "additionalProperties": {},
      +                "properties": {
      +                  "m12": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m3": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m6": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  }
      +                },
      +                "type": "object"
      +              },
      +              "model": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "grade",
      +              "grade_default_rate",
      +              "factors",
      +              "model"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "scorable": {
      +        "type": "boolean"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "scorable",
      +      "risk"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "_quota_remaining_month": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_today": {
      +        "type": "number"
      +      },
      +      "_user_plan": {
      +        "type": "string"
      +      },
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "siren": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "siren"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  7. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "reason": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "risk": {
      -        "anyOf": [
      -          {
      -            "additionalProperties": {},
      -            "properties": {
      -              "as_of": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "factors": {
      -                "items": {
      -                  "additionalProperties": {},
      -                  "properties": {
      -                    "direction": {
      -                      "anyOf": [
      -                        {
      -                          "type": "string"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ]
      -                    },
      -                    "libelle": {
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "libelle"
      -                  ],
      -                  "type": "object"
      -                },
      -                "type": "array"
      -              },
      -              "grade": {
      -                "type": "string"
      -              },
      -              "grade_default_rate": {
      -                "additionalProperties": {},
      -                "properties": {
      -                  "m12": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m3": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m6": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  }
      -                },
      -                "type": "object"
      -              },
      -              "model": {
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "grade",
      -              "grade_default_rate",
      -              "factors",
      -              "model"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "scorable": {
      -        "type": "boolean"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "scorable",
      -      "risk"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "_quota_remaining_month": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_today": {
      -        "type": "number"
      -      },
      -      "_user_plan": {
      -        "type": "string"
      -      },
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "siren": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "siren"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "reason": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "risk": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": {},
      +            "properties": {
      +              "as_of": {
      +                "anyOf": [
      +                  {
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "factors": {
      +                "items": {
      +                  "additionalProperties": {},
      +                  "properties": {
      +                    "direction": {
      +                      "anyOf": [
      +                        {
      +                          "type": "string"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ]
      +                    },
      +                    "libelle": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "required": [
      +                    "libelle"
      +                  ],
      +                  "type": "object"
      +                },
      +                "type": "array"
      +              },
      +              "grade": {
      +                "type": "string"
      +              },
      +              "grade_default_rate": {
      +                "additionalProperties": {},
      +                "properties": {
      +                  "m12": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m3": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m6": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  }
      +                },
      +                "type": "object"
      +              },
      +              "model": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "grade",
      +              "grade_default_rate",
      +              "factors",
      +              "model"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "scorable": {
      +        "type": "boolean"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "scorable",
      +      "risk"
      +    ],
      +    "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": {
      +            "siren": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "siren"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  8. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "reason": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "risk": {
      -        "anyOf": [
      -          {
      -            "additionalProperties": {},
      -            "properties": {
      -              "as_of": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "factors": {
      -                "items": {
      -                  "additionalProperties": {},
      -                  "properties": {
      -                    "direction": {
      -                      "anyOf": [
      -                        {
      -                          "type": "string"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ]
      -                    },
      -                    "libelle": {
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "libelle"
      -                  ],
      -                  "type": "object"
      -                },
      -                "type": "array"
      -              },
      -              "grade": {
      -                "type": "string"
      -              },
      -              "grade_default_rate": {
      -                "additionalProperties": {},
      -                "properties": {
      -                  "m12": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m3": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m6": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  }
      -                },
      -                "type": "object"
      -              },
      -              "model": {
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "grade",
      -              "grade_default_rate",
      -              "factors",
      -              "model"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "scorable": {
      -        "type": "boolean"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "scorable",
      -      "risk"
      -    ],
      -    "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": {
      -            "siren": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "siren"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "reason": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "risk": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": {},
      +            "properties": {
      +              "as_of": {
      +                "anyOf": [
      +                  {
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "factors": {
      +                "items": {
      +                  "additionalProperties": {},
      +                  "properties": {
      +                    "direction": {
      +                      "anyOf": [
      +                        {
      +                          "type": "string"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ]
      +                    },
      +                    "libelle": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "required": [
      +                    "libelle"
      +                  ],
      +                  "type": "object"
      +                },
      +                "type": "array"
      +              },
      +              "grade": {
      +                "type": "string"
      +              },
      +              "grade_default_rate": {
      +                "additionalProperties": {},
      +                "properties": {
      +                  "m12": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m3": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m6": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  }
      +                },
      +                "type": "object"
      +              },
      +              "model": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "grade",
      +              "grade_default_rate",
      +              "factors",
      +              "model"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "scorable": {
      +        "type": "boolean"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "scorable",
      +      "risk"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "_quota_remaining_month": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_today": {
      +        "type": "number"
      +      },
      +      "_user_plan": {
      +        "type": "string"
      +      },
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "siren": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "siren"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  9. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "reason": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "risk": {
      -        "anyOf": [
      -          {
      -            "additionalProperties": {},
      -            "properties": {
      -              "as_of": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "factors": {
      -                "items": {
      -                  "additionalProperties": {},
      -                  "properties": {
      -                    "direction": {
      -                      "anyOf": [
      -                        {
      -                          "type": "string"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ]
      -                    },
      -                    "libelle": {
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "libelle"
      -                  ],
      -                  "type": "object"
      -                },
      -                "type": "array"
      -              },
      -              "grade": {
      -                "type": "string"
      -              },
      -              "grade_default_rate": {
      -                "additionalProperties": {},
      -                "properties": {
      -                  "m12": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m3": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m6": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  }
      -                },
      -                "type": "object"
      -              },
      -              "model": {
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "grade",
      -              "grade_default_rate",
      -              "factors",
      -              "model"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "scorable": {
      -        "type": "boolean"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "scorable",
      -      "risk"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "_quota_remaining_month": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_today": {
      -        "type": "number"
      -      },
      -      "_user_plan": {
      -        "type": "string"
      -      },
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "siren": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "siren"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "reason": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "risk": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": {},
      +            "properties": {
      +              "as_of": {
      +                "anyOf": [
      +                  {
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "factors": {
      +                "items": {
      +                  "additionalProperties": {},
      +                  "properties": {
      +                    "direction": {
      +                      "anyOf": [
      +                        {
      +                          "type": "string"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ]
      +                    },
      +                    "libelle": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "required": [
      +                    "libelle"
      +                  ],
      +                  "type": "object"
      +                },
      +                "type": "array"
      +              },
      +              "grade": {
      +                "type": "string"
      +              },
      +              "grade_default_rate": {
      +                "additionalProperties": {},
      +                "properties": {
      +                  "m12": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m3": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m6": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  }
      +                },
      +                "type": "object"
      +              },
      +              "model": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "grade",
      +              "grade_default_rate",
      +              "factors",
      +              "model"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "scorable": {
      +        "type": "boolean"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "scorable",
      +      "risk"
      +    ],
      +    "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": {
      +            "siren": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "siren"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  10. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "reason": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "risk": {
      -        "anyOf": [
      -          {
      -            "additionalProperties": {},
      -            "properties": {
      -              "as_of": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "factors": {
      -                "items": {
      -                  "additionalProperties": {},
      -                  "properties": {
      -                    "direction": {
      -                      "anyOf": [
      -                        {
      -                          "type": "string"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ]
      -                    },
      -                    "libelle": {
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "libelle"
      -                  ],
      -                  "type": "object"
      -                },
      -                "type": "array"
      -              },
      -              "grade": {
      -                "type": "string"
      -              },
      -              "grade_default_rate": {
      -                "additionalProperties": {},
      -                "properties": {
      -                  "m12": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m3": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m6": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  }
      -                },
      -                "type": "object"
      -              },
      -              "model": {
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "grade",
      -              "grade_default_rate",
      -              "factors",
      -              "model"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "scorable": {
      -        "type": "boolean"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "scorable",
      -      "risk"
      -    ],
      -    "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": {
      -            "siren": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "siren"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "reason": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "risk": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": {},
      +            "properties": {
      +              "as_of": {
      +                "anyOf": [
      +                  {
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "factors": {
      +                "items": {
      +                  "additionalProperties": {},
      +                  "properties": {
      +                    "direction": {
      +                      "anyOf": [
      +                        {
      +                          "type": "string"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ]
      +                    },
      +                    "libelle": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "required": [
      +                    "libelle"
      +                  ],
      +                  "type": "object"
      +                },
      +                "type": "array"
      +              },
      +              "grade": {
      +                "type": "string"
      +              },
      +              "grade_default_rate": {
      +                "additionalProperties": {},
      +                "properties": {
      +                  "m12": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m3": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m6": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  }
      +                },
      +                "type": "object"
      +              },
      +              "model": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "grade",
      +              "grade_default_rate",
      +              "factors",
      +              "model"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "scorable": {
      +        "type": "boolean"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "scorable",
      +      "risk"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "_quota_remaining_month": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_today": {
      +        "type": "number"
      +      },
      +      "_user_plan": {
      +        "type": "string"
      +      },
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "siren": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "siren"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  11. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "reason": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "risk": {
      -        "anyOf": [
      -          {
      -            "additionalProperties": {},
      -            "properties": {
      -              "as_of": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "factors": {
      -                "items": {
      -                  "additionalProperties": {},
      -                  "properties": {
      -                    "direction": {
      -                      "anyOf": [
      -                        {
      -                          "type": "string"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ]
      -                    },
      -                    "libelle": {
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "libelle"
      -                  ],
      -                  "type": "object"
      -                },
      -                "type": "array"
      -              },
      -              "grade": {
      -                "type": "string"
      -              },
      -              "grade_default_rate": {
      -                "additionalProperties": {},
      -                "properties": {
      -                  "m12": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m3": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m6": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  }
      -                },
      -                "type": "object"
      -              },
      -              "model": {
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "grade",
      -              "grade_default_rate",
      -              "factors",
      -              "model"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "scorable": {
      -        "type": "boolean"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "scorable",
      -      "risk"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "_quota_remaining_month": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_today": {
      -        "type": "number"
      -      },
      -      "_user_plan": {
      -        "type": "string"
      -      },
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "siren": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "siren"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "reason": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "risk": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": {},
      +            "properties": {
      +              "as_of": {
      +                "anyOf": [
      +                  {
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "factors": {
      +                "items": {
      +                  "additionalProperties": {},
      +                  "properties": {
      +                    "direction": {
      +                      "anyOf": [
      +                        {
      +                          "type": "string"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ]
      +                    },
      +                    "libelle": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "required": [
      +                    "libelle"
      +                  ],
      +                  "type": "object"
      +                },
      +                "type": "array"
      +              },
      +              "grade": {
      +                "type": "string"
      +              },
      +              "grade_default_rate": {
      +                "additionalProperties": {},
      +                "properties": {
      +                  "m12": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m3": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m6": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  }
      +                },
      +                "type": "object"
      +              },
      +              "model": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "grade",
      +              "grade_default_rate",
      +              "factors",
      +              "model"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "scorable": {
      +        "type": "boolean"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "scorable",
      +      "risk"
      +    ],
      +    "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": {
      +            "siren": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "siren"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  12. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "reason": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "risk": {
      -        "anyOf": [
      -          {
      -            "additionalProperties": {},
      -            "properties": {
      -              "as_of": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "factors": {
      -                "items": {
      -                  "additionalProperties": {},
      -                  "properties": {
      -                    "direction": {
      -                      "anyOf": [
      -                        {
      -                          "type": "string"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ]
      -                    },
      -                    "libelle": {
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "libelle"
      -                  ],
      -                  "type": "object"
      -                },
      -                "type": "array"
      -              },
      -              "grade": {
      -                "type": "string"
      -              },
      -              "grade_default_rate": {
      -                "additionalProperties": {},
      -                "properties": {
      -                  "m12": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m3": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m6": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  }
      -                },
      -                "type": "object"
      -              },
      -              "model": {
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "grade",
      -              "grade_default_rate",
      -              "factors",
      -              "model"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "scorable": {
      -        "type": "boolean"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "scorable",
      -      "risk"
      -    ],
      -    "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": {
      -            "siren": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "siren"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "reason": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "risk": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": {},
      +            "properties": {
      +              "as_of": {
      +                "anyOf": [
      +                  {
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "factors": {
      +                "items": {
      +                  "additionalProperties": {},
      +                  "properties": {
      +                    "direction": {
      +                      "anyOf": [
      +                        {
      +                          "type": "string"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ]
      +                    },
      +                    "libelle": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "required": [
      +                    "libelle"
      +                  ],
      +                  "type": "object"
      +                },
      +                "type": "array"
      +              },
      +              "grade": {
      +                "type": "string"
      +              },
      +              "grade_default_rate": {
      +                "additionalProperties": {},
      +                "properties": {
      +                  "m12": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m3": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m6": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  }
      +                },
      +                "type": "object"
      +              },
      +              "model": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "grade",
      +              "grade_default_rate",
      +              "factors",
      +              "model"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "scorable": {
      +        "type": "boolean"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "scorable",
      +      "risk"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "_quota_remaining_month": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_today": {
      +        "type": "number"
      +      },
      +      "_user_plan": {
      +        "type": "string"
      +      },
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "siren": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "siren"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  13. Changed1 schema field changed
    • changedOutput schema / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "reason": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "risk": {
      -        "anyOf": [
      -          {
      -            "additionalProperties": {},
      -            "properties": {
      -              "as_of": {
      -                "anyOf": [
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "factors": {
      -                "items": {
      -                  "additionalProperties": {},
      -                  "properties": {
      -                    "direction": {
      -                      "anyOf": [
      -                        {
      -                          "type": "string"
      -                        },
      -                        {
      -                          "type": "null"
      -                        }
      -                      ]
      -                    },
      -                    "libelle": {
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "libelle"
      -                  ],
      -                  "type": "object"
      -                },
      -                "type": "array"
      -              },
      -              "grade": {
      -                "type": "string"
      -              },
      -              "grade_default_rate": {
      -                "additionalProperties": {},
      -                "properties": {
      -                  "m12": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m3": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  },
      -                  "m6": {
      -                    "anyOf": [
      -                      {
      -                        "type": "number"
      -                      },
      -                      {
      -                        "type": "null"
      -                      }
      -                    ]
      -                  }
      -                },
      -                "type": "object"
      -              },
      -              "model": {
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "grade",
      -              "grade_default_rate",
      -              "factors",
      -              "model"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "scorable": {
      -        "type": "boolean"
      -      },
      -      "siren": {
      -        "type": "string"
      -      }
      -    },
      -    "required": [
      -      "siren",
      -      "scorable",
      -      "risk"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": {},
      -    "properties": {
      -      "_quota_remaining_month": {
      -        "type": "number"
      -      },
      -      "_quota_remaining_today": {
      -        "type": "number"
      -      },
      -      "_user_plan": {
      -        "type": "string"
      -      },
      -      "data": {
      -        "items": {
      -          "additionalProperties": {},
      -          "properties": {
      -            "siren": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "siren"
      -          ],
      -          "type": "object"
      -        },
      -        "type": "array"
      -      },
      -      "duplicates_ignored": {
      -        "type": "number"
      -      },
      -      "not_found": {
      -        "items": {
      -          "type": "string"
      -        },
      -        "type": "array"
      -      },
      -      "requested": {
      -        "type": "number"
      -      },
      -      "returned": {
      -        "type": "number"
      -      }
      -    },
      -    "required": [
      -      "data"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "reason": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "risk": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": {},
      +            "properties": {
      +              "as_of": {
      +                "anyOf": [
      +                  {
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "factors": {
      +                "items": {
      +                  "additionalProperties": {},
      +                  "properties": {
      +                    "direction": {
      +                      "anyOf": [
      +                        {
      +                          "type": "string"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ]
      +                    },
      +                    "libelle": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "required": [
      +                    "libelle"
      +                  ],
      +                  "type": "object"
      +                },
      +                "type": "array"
      +              },
      +              "grade": {
      +                "type": "string"
      +              },
      +              "grade_default_rate": {
      +                "additionalProperties": {},
      +                "properties": {
      +                  "m12": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m3": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m6": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  }
      +                },
      +                "type": "object"
      +              },
      +              "model": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "grade",
      +              "grade_default_rate",
      +              "factors",
      +              "model"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "scorable": {
      +        "type": "boolean"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "scorable",
      +      "risk"
      +    ],
      +    "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": {
      +            "siren": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "siren"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
  14. Changed6 schema fields changed
    • 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": {
      +      "reason": {
      +        "anyOf": [
      +          {
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "risk": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": {},
      +            "properties": {
      +              "as_of": {
      +                "anyOf": [
      +                  {
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "factors": {
      +                "items": {
      +                  "additionalProperties": {},
      +                  "properties": {
      +                    "direction": {
      +                      "anyOf": [
      +                        {
      +                          "type": "string"
      +                        },
      +                        {
      +                          "type": "null"
      +                        }
      +                      ]
      +                    },
      +                    "libelle": {
      +                      "type": "string"
      +                    }
      +                  },
      +                  "required": [
      +                    "libelle"
      +                  ],
      +                  "type": "object"
      +                },
      +                "type": "array"
      +              },
      +              "grade": {
      +                "type": "string"
      +              },
      +              "grade_default_rate": {
      +                "additionalProperties": {},
      +                "properties": {
      +                  "m12": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m3": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "m6": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  }
      +                },
      +                "type": "object"
      +              },
      +              "model": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "grade",
      +              "grade_default_rate",
      +              "factors",
      +              "model"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "scorable": {
      +        "type": "boolean"
      +      },
      +      "siren": {
      +        "type": "string"
      +      }
      +    },
      +    "required": [
      +      "siren",
      +      "scorable",
      +      "risk"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": {},
      +    "properties": {
      +      "_quota_remaining_month": {
      +        "type": "number"
      +      },
      +      "_quota_remaining_today": {
      +        "type": "number"
      +      },
      +      "_user_plan": {
      +        "type": "string"
      +      },
      +      "data": {
      +        "items": {
      +          "additionalProperties": {},
      +          "properties": {
      +            "siren": {
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "siren"
      +          ],
      +          "type": "object"
      +        },
      +        "type": "array"
      +      },
      +      "duplicates_ignored": {
      +        "type": "number"
      +      },
      +      "not_found": {
      +        "items": {
      +          "type": "string"
      +        },
      +        "type": "array"
      +      },
      +      "requested": {
      +        "type": "number"
      +      },
      +      "returned": {
      +        "type": "number"
      +      }
      +    },
      +    "required": [
      +      "data"
      +    ],
      +    "type": "object"
      +  }
      +]
    • removedOutput schema / properties
      Removed value: -{
      -  "reason": {
      -    "anyOf": [
      -      {
      -        "type": "string"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ]
      -  },
      -  "risk": {
      -    "anyOf": [
      -      {
      -        "additionalProperties": {},
      -        "properties": {
      -          "as_of": {
      -            "anyOf": [
      -              {
      -                "type": "string"
      -              },
      -              {
      -                "type": "null"
      -              }
      -            ]
      -          },
      -          "factors": {
      -            "items": {
      -              "additionalProperties": {},
      -              "properties": {
      -                "direction": {
      -                  "anyOf": [
      -                    {
      -                      "type": "string"
      -                    },
      -                    {
      -                      "type": "null"
      -                    }
      -                  ]
      -                },
      -                "libelle": {
      -                  "type": "string"
      -                }
      -              },
      -              "required": [
      -                "libelle"
      -              ],
      -              "type": "object"
      -            },
      -            "type": "array"
      -          },
      -          "grade": {
      -            "type": "string"
      -          },
      -          "grade_default_rate": {
      -            "additionalProperties": {},
      -            "properties": {
      -              "m12": {
      -                "anyOf": [
      -                  {
      -                    "type": "number"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "m3": {
      -                "anyOf": [
      -                  {
      -                    "type": "number"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "m6": {
      -                "anyOf": [
      -                  {
      -                    "type": "number"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              }
      -            },
      -            "type": "object"
      -          },
      -          "model": {
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "grade",
      -          "grade_default_rate",
      -          "factors",
      -          "model"
      -        ],
      -        "type": "object"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ]
      -  },
      -  "scorable": {
      -    "type": "boolean"
      -  },
      -  "siren": {
      -    "type": "string"
      -  }
      -}
    • removedOutput schema / required
      Removed value: -[
      -  "siren",
      -  "scorable",
      -  "risk"
      -]
  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.5/5.0
Behavior5/5

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

Annotations already declare readOnly, idempotent, and non-destructive. The description goes further by specifying response shapes for scorable and non-scorable companies, a 404 error for unknown SIRENs, the cost model (1 quota per company, same for batch), and availability on all plans. This is rich behavioral context beyond annotations.

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 well organized with a header sentence, a clear output enumeration, a list of possible responses, and a use case note. It is compact yet comprehensive, using bullet-like lines for readability. No fluff; every sentence adds value.

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?

Given the tool's complexity (batch mode, edge cases, output schema), the description covers everything an agent needs to call it correctly: input parameters, output structure, error conditions, cost model, and availability. The existence of an output schema further reduces the burden, but the description still provides a sample of the response shape and distinguishes scorable/non-scorable outcomes.

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?

The schema documents both parameters thoroughly (100% coverage). The description adds meaningful context above that: it explains the sirens parameter returns up to 10 scores in one request and that the quota cost is identical regardless of batch size, which is not in the schema. This enriches parameter understanding.

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 clearly states the tool scores the credit risk of a single French company by SIREN, and enumerates the outputs (grade AAA-D, default probabilities at 3/6/12 months, and top aggravating/mitigating factors). It also names the batch variant (sirens) that returns up to 10 scores, distinguishing it from the per-company call. This is specific and unambiguous.

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

Usage Guidelines3/5

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

The description gives explicit use cases ('risque fournisseur, due diligence') and notes the batch use for portfolios, but it does not explicitly contrast with sibling tools like get_financials or get_company. It implies this is the tool for credit risk, but there is no direct when-not-to-use guidance. This is adequate but not fully explicit.

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