Skip to main content
Glama

Server Details

Search French companies: financials, directors, ownership, M&A and insolvency events.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Uptime
99.6% over 22 days
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A4.6/5.0

Scored across 19 tools

Disambiguation5/5

Each tool targets a distinct resource/action: companies, directors, person-to-company mappings, events, credit risk, saved searches, and watchlists. Even closely related tools like get_directors, search_directors, search_director_companies, and get_company_graph are clearly differentiated by their documented inputs and purposes.

Naming Consistency5/5

All tool names follow a consistent lowercase snake_case verb_noun pattern: create_*, get_*, list_*, search_*, watch_company, unwatch_company, resolve_companies, etc. The verb reliably signals the operation and the noun signals the target resource, making the surface highly predictable.

Tool Count4/5

Nineteen tools is slightly above the ideal compact range, but the breadth is justified by the server's multi-area scope: search, deep company data, financials, directors, events, credit risk, watchlists, and news. Each tool has a clear purpose and none feels redundant or decorative.

Completeness4/5

The core coverage is strong across company discovery, enrichment, person/event search, batch resolution, watchlist lifecycle, and news consumption/marking. The main gap is saved-search lifecycle management: create and list exist, but there is no delete or update tool for saved searches, which can leave agents unable to fully manage that feature.

Available Tools

19 tools
get_companyA
Read-onlyIdempotent
Inspect

Fiche complete d'une entreprise francaise identifiee par son SIREN.

Pour plusieurs entreprises, le parametre sirens sert jusqu'a 10 fiches en une requete, au lieu d'un appel par societe. COUT : 1 appel de quota par societe, en lot comme a l'unite. Pour comparer beaucoup de societes, search_companies rend les memes champs en include_fields (dont description_activite et site_internet), 20 societes par appel.

Contenu :

  1. Identite - forme juridique, dates de creation et d'immatriculation, date_cloture_exercice, capital, siege complet, activite (NAF, objet_social, description), effectif, LEI si present ; successeur si radiee.

  2. Financier - date_cloture et type_bilan (K consolide, C social, S simplifie : un CA K n'est pas comparable a un CA C), CA, croissance, resultat net, marges, EBITDA, dette nette, effectif moyen.

  3. Contact - site web, telephone, email et LinkedIn (pro).

  4. Gouvernance - dirigeants principaux.

  5. Groupe - est_filiale, parents direct et ultime, societe_mere, tete de groupe (siren_groupe, a passer a search_companies pour lister le groupe), nb filiales. Absent = independante.

  6. IFRS - agregats consolides des cotees.

  7. Signaux - cotation, procedures collectives, fusions, modifications de capital, transferts de siege, changements de denomination, ESS, societe a mission, dernier depot, radiation.

  8. Score credit - grade AAA a D, probabilites de defaut 3/6/12 mois, facteurs ; detail dans get_credit_risk. Null si non scoree.

  9. Cessions - historique (date, type, cedant, cessionnaire, prix).

  10. Donnees publiques - marches publics, subventions, brevets, salons.

  11. Fonds PE/VC - nom_fonds, siren_fonds (chainable vers get_company), annee d'entree.

Pour approfondir : get_financials (historique), get_directors (mandats), get_events (annonces BODACC), get_company_graph (structure). watch_company met la societe sous surveillance.

ParametersJSON 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.
include_fieldsNoChamps root/financiers supplementaires a injecter dans la fiche (parite avec search_companies). Exemple : ['nb_dirigeants','source_esef','dernier_depot_date']. Limite par le plan (3 sur free, 10 sur Pro). Un nom inconnu renvoie 400 en listant les noms non reconnus.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already cover the safety profile (readOnlyHint=true, idempotentHint=true, destructiveHint=false), and the description adds substantial behavioral context on top: quota semantics ('COUT : 1 appel de quota par societe, en lot comme a l'unite'), the 400-with-unrecognized-names error behavior for include_fields, the pitfall warning that a K-type revenue is not comparable to a C-type ('un CA K n'est pas comparable a un CA C'), credit score 'Null si non scoree,' and chainability of fund identifiers. No contradiction with annotations.

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

Conciseness4/5

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

The description is long but earns its length: it uses a scannable numbered 11-section structure for a très complex dossier tool, front-loads purpose, batching, cost, and sibling routing before the content enumeration. The deduction is for mild redundancy with the schema (quota cost and sirens batching appear in both) and a section list that could be tightened for the niche items (cessions, salons, fonds PE/VC).

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

Completeness5/5

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

For a tool with three parameters, an output schema, and 11 content areas, the description covers everything an agent needs: the full deliverable scope (identity, financial, contact, governance, group, IFRS, signals, credit, transfers, public data, funds), quota cost, batch limits, error behavior, sibling routing, and chaining. Since an output schema exists, not enumerating the exact return payload is acceptable; the coverage of what data lives where is complete.

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

Parameters3/5

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

Schema description coverage is 100%: the schema already documents sirens exclusivity, the 10-item cap, identical quota cost, include_fields examples, plan limits (3 free / 10 Pro), and the 400 error listing unknown names. Baseline for full schema coverage is 3, and the description's prose mostly restates this information (e.g., the batch framing 'au lieu d'un appel par societe' also appears in the schema) rather than adding new parameter meaning.

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 opening sentence, 'Fiche complete d'une entreprise francaise identifiee par son SIREN,' states a specific verb (get a complete dossier), resource (French company), and identifier (SIREN) in one shot. It differentiates from siblings on both axes: search_companies (bulk comparison, 20 per call, same fields via include_fields) and the 'Pour approfondir' list (get_financials, get_directors, get_events, get_company_graph). An agent can pick this tool without opening any schema.

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

Usage Guidelines5/5

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

The description gives explicit routing conditions: use sirens for up to 10 companies in one request instead of repeated calls, use search_companies 'Pour comparer beaucoup de societes,' use get_credit_risk for the 'detail' of the credit score, and use get_financials/get_directors/get_events/get_company_graph to 'approfondir.' It also shows chaining (siren_groupe -> search_companies, siren_fonds -> get_company). Every alternative is named with the condition that selects it.

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

get_company_graphA
Read-onlyIdempotent
Inspect

Cartographie des entites autour d'UNE entreprise (par SIREN) : graphe oriente construit sur les mandats RCS/RNE et les liens de groupe. Pour la structure d'un groupe : holdings, filiales, societes soeurs, dirigeants communs. Complementaire de get_directors (mandats d'une societe) et de search_director_companies (empreinte d'une personne).

Reponse : nodes[] (entreprises "co:", personnes "pp:||", parents etrangers "co:ext:") et edges[] orientees :

  • mandat_pm : societe dirigeante -> societe dirigee

  • filiale : mere -> filiale (associe unique RNE)

  • parent_ultime : parent ultime (GLEIF) -> societe

  • mandat_pp : personne -> societe dirigee

A savoir :

  • Pas de pourcentage de detention. Les commissaires aux comptes sont exclus.

  • depth=1 : liens directs. depth=2 (defaut) : expansion depuis les parents et societes dirigeantes, jamais depuis les filiales.

  • Les dirigeants de la racine tirent leurs autres societes (holdings personnelles, SCI, structures soeurs). expand_persons=false donne un graphe purement capitalistique. Un mandataire professionnel (plus de 50 mandats, ou cabinet comptable) n'est pas etendu : voir meta.truncated.hub_directors.

  • Plafonds par noeud et max_nodes : meta.truncated signale un graphe partiel.

Filtres : include_personnes, include_sci, include_ceased, expand_persons. La racine n'est jamais filtree.

Pour plusieurs entreprises, le parametre sirens sert 3 graphes en une requete (2 en depth=2), a depth=1 par defaut : une traversee coute 3 a 5 secondes et ne se parallelise pas.

ParametersJSON Schema
NameRequiredDescriptionDefault
depthNoProfondeur du graphe (1 = liens directs, 2 = defaut pour une societe seule, 1 = defaut avec sirens)
sirenNoSIREN a 9 chiffres de la societe racine
sirensNoPlusieurs SIREN en un appel, 3 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. En depth=2 le plafond descend a 2 societes.
max_nodesNoNombre max de noeuds (defaut 100)
include_sciNofalse = exclure les SCI (categorie juridique 65xx)
expand_personsNofalse = ne pas etendre le graphe via les autres societes des dirigeants de la racine (defaut: true)
include_ceasedNofalse = exclure les societes cessees
include_personnesNoInclure les dirigeants personnes physiques. Defaut: true

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A5/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds rich behavioral context beyond that: it lists edge types (mandat_pm, filiale, parent_ultime, mandat_pp), explains expansion rules (never from subsidiaries, only from parents and managing companies), notes exclusions (no ownership percentages, statutory auditors excluded), and mentions hub director truncation via meta.truncated. It also clarifies the impact of expand_persons. This goes far beyond the annotations and fully discloses the tool's behavior.

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

Conciseness5/5

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

The description is long but highly structured: purpose first, then response format, then 'A savoir' notes, then filters, then multi-company usage. Every sentence earns its place, with no redundancy. The information is front-loaded and organized into logical sections, making it easy for an agent to scan and extract key constraints.

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

Completeness5/5

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

For a complex tool with 8 parameters and an output schema, the description is exhaustive. It covers node and edge types, depth semantics, expansion rules, truncation indicators, filter effects, and multi-company invocation costs. The existence of an output schema means return values are already specified, but the description still details the graph structure. Nothing an agent needs to call this tool correctly is missing.

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

Parameters5/5

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

Schema coverage is 100%, so all parameters have baseline descriptions. The description significantly adds meaning: it explains the depth parameter's expansion behavior, describes sirens as a way to run up to 3 graphs in one request with cost implications and depth limits, and clarifies expand_persons' effect on graph purity (capitalistic vs. person-expanded). It also explains filter scope (root never filtered). These are not in the schema and materially improve correct invocation.

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

Purpose5/5

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

The description opens with a specific verb and resource: 'Cartographie des entites autour d'UNE entreprise (par SIREN)' – a graph of entities around one company. It clearly distinguishes itself by stating it is complementary to get_directors (mandates of a company) and search_director_companies (footprint of a person). This explicit differentiation from siblings makes the purpose unambiguous.

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

Usage Guidelines5/5

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

The description explicitly names alternatives and when to use them: 'Complementaire de get_directors (mandats d'une societe) et de search_director_companies (empreinte d'une personne).' It also provides clear usage guidance on depth semantics (depth=1 vs depth=2), the sirens parameter for batching multiple companies, and filter behavior. These details tell an agent exactly when and how to apply this tool versus others.

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

get_credit_riskA
Read-onlyIdempotent
Inspect

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.

ParametersJSON 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

ParametersJSON Schema
NameRequiredDescription

No output parameters

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.

get_directorsA
Read-onlyIdempotent
Inspect

Detail des dirigeants d'une entreprise avec structure hierarchique.

Retourne les dirigeants classes par importance (decisionnaires en premier). Deux types d'entrees :

  • PP (personne physique) : nom, prenom, role, annee de naissance, date_debut_mandat, date_fin_mandat, linkedin_url

  • PM (personne morale) : denomination, SIREN, role, date_debut_mandat, date_fin_mandat, avec un tableau representants[] listant les personnes physiques qui la representent (nom, prenom, role dans la PM, dates de mandat)

Inclut les commissaires aux comptes (role="CAC") avec leur date de debut/fin de mandat. Utile pour identifier le mandataire actif vs sortant.

linkedin_url est le profil LinkedIn de la personne physique, present uniquement quand un profil a ete apparie avec certitude (nom + prenom + date de naissance). La clef est absente quand aucun profil n'est confirme : c'est le cas courant, pas une anomalie. Reserve au plan pro.

Par defaut, seuls les mandataires actifs sont retournes. Utiliser include_inactive=true pour inclure l'historique.

Pour plusieurs entreprises, le parametre sirens sert jusqu'a 10 societes en une requete. Le lot rend les 20 premiers mandataires de CHAQUE societe et signale celles qu'il a tronquees : limit et offset n'ont pas de sens sur dix societes a la fois, et l'appel unitaire reste la pour derouler l'historique complet d'une seule.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoNombre de resultats (defaut 20, max 100). Sans effet avec sirens : le lot sert 20 lignes par societe.
sirenNoSIREN a 9 chiffres
offsetNoPagination (defaut 0). Sans effet avec sirens, qui ne pagine pas.
sirensNoPlusieurs SIREN en un appel, 10 au maximum, au lieu de repeter l'appel societe par societe. Exclusif avec siren. Le cout de quota est identique (1 par societe), ce qui change est le nombre de requetes.
include_inactiveNoInclure les mandataires inactifs (historique). Defaut: false

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A4.6/5.0
Behavior5/5

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

Even with readOnlyHint/idempotentHint already set, the description adds substantial behavioral context: directors sorted by importance, PP/PM structures, CAC inclusion, linkedin_url only present when matched with certainty, batch truncation with a signal for truncated companies, and identical quota cost for batch vs single calls. This goes well beyond the 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 long but every sentence carries useful information. It is well-structured with bolded terms, bullet-like sections for PP/PM, and clear parameter behavior notes. There is no filler or repetition of schema content.

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?

The description covers output structure, ordering, default filtering, inclusion of inactive officers, batch behavior, truncation signaling, LinkedIn URL semantics, quota cost, and the distinction between single and multi-company calls. Given the complexity and the presence of an output schema, nothing critical is missing.

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

Parameters5/5

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

Schema coverage is 100%, but the description still adds meaning beyond raw schema: it explains that limit/offset have no effect with sirens, that sirens returns 20 lines per company, that include_inactive=false is the default, and that siren/sirens are mutually exclusive. This materially helps an agent select and combine parameters correctly.

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

Purpose4/5

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

The description clearly states that the tool returns company directors with a hierarchical structure, sorted by importance, and distinguishes between natural and legal person entries. It is specific about the resource and output, but it does not explicitly differentiate this tool from sibling tools like search_directors or search_director_companies.

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

Usage Guidelines4/5

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

The description gives clear context: by default active directors are returned, include_inactive adds history, and sirens is recommended for up to 10 companies in one call while the single-company call is for full history. It does not explicitly state when to prefer this over sibling director-search tools, so exclusion guidance is missing.

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

get_eventsA
Read-onlyIdempotent
Inspect

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

Flux chronologique decroissant qui reunit :

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

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

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

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

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

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

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

COUT : 1 appel de quota par societe.

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

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A4.9/5.0
Behavior5/5

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

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

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

Conciseness5/5

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

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

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

Completeness5/5

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

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

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

Parameters4/5

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

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

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

Purpose5/5

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

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

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

Usage Guidelines5/5

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

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

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

get_financialsA
Read-onlyIdempotent
Inspect

Historique financier detaille d'une entreprise sur plusieurs exercices.

COUT : 1 appel de quota par societe, reponse de ~10 a 45 Kio selon detail et years. Pour le seul dernier exercice (ca, ebitda, resultat_exploitation, resultat_net, effectif_moyen), search_companies le rend en include_fields, 20 societes par appel.

Pour plusieurs entreprises, le parametre sirens sert jusqu'a 10 historiques en une requete (3 en detail=full). Le lot part en compact sauf demande explicite, y compris sur Pro, et ne pagine pas.

Niveau de detail :

  • compact (defaut sur free, ~40 champs par exercice) : compte de resultat complet, bilan abrege PCG, ratios (tresorerie, dette nette, BFR, marges, endettement, CAF, delais de paiement), dividendes, effectif moyen.

  • full (defaut sur Pro, ~140 champs) : tous les postes. Refuse sur free (403).

  • fields : ajoute quelques champs a compact sans gonfler la reponse, ex fields=["roe","bfr_jours_ca","autonomie_financiere"]. Plus de 130 disponibles : ratios, postes detailles, immobilisations brutes, reserves, croissances (cagr_ebitda_3ans...).

type_bilan : K consolide, C social, S simplifie. Quand la fenetre melange plusieurs types, un seul est garde et type_bilan_mixte l'indique ; type_bilan force un type. Les cotees ont en plus un bloc ifrs.

Rendu : _layout decrit par section l'ordre PCG des lignes, leur libelle (line.label), leur indentation (level) et leur nature (kind) ; exercices[annee][line.key] porte la valeur, null = poste absent. not_applicable_pcg signale un bilan de banque ou d'assurance. Montants en euros.

ParametersJSON Schema
NameRequiredDescriptionDefault
sirenNoSIREN a 9 chiffres
yearsNoNombre d'exercices (defaut 3, max 10)
detailNocompact (~40 champs, defaut sur plan free) ou full (~140 champs, audit exhaustif, defaut sur plan pro). Sans valeur, le serveur applique le defaut du plan de l'utilisateur.
fieldsNoChamps financiers supplementaires a injecter dans chaque exercice. Exemple : ['roe','bfr_jours_ca','autonomie_financiere']. Limite par le plan (3 sur free, illimite sur Pro).
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. En detail=full le plafond descend a 3 societes.
type_bilanNoK (consolide), C (complet/social), S (simplifie). Sans filtre : meilleure priorite (K > C > S)

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A5/5.0
Behavior5/5

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

Even though annotations already mark the tool as readOnly, idempotent, and non-destructive, the description adds substantial behavioral context: quota cost per company, response size ranges, plan-dependent defaults, 403 refusal on free for full detail, handling of mixed type_bilan values, and the meaning of null values in the output. This goes well beyond the annotation baseline.

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

Conciseness5/5

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

The description is long but every section earns its place: purpose, cost, alternative tool, multi-company behavior, detail levels, type_bilan, and output layout. It is structured with clear labeled sections and front-loads the tool's core purpose before diving into parameters and edge cases.

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 and the rich input schema, the description covers all essential contextual aspects: quota costs, plan limitations, default behavior, multi-company constraints, output structure, and special cases like bank/insurance balance sheets. The presence of an output schema means return-value details are already structured, and the description still adds useful explanation of _layout and not_applicable_pcg.

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

Parameters5/5

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

With 100% schema description coverage, the baseline is already 3, but the description meaningfully extends each parameter's semantics. It explains the practical difference between compact and full, gives concrete examples for fields, clarifies sirens quota behavior, describes type_bilan priority and mixing, and notes that cotées include an IFRS block. This is high-value enrichment rather than repetition.

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

Purpose5/5

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

The description opens with a clear statement that the tool returns detailed financial history for a company over multiple fiscal years. It also differentiates itself from search_companies by noting that the single most recent exercise is available via that sibling's include_fields, which lets an agent choose correctly.

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

Usage Guidelines5/5

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

The description gives explicit guidance on when to use this tool versus search_companies, and explains multi-company usage via sirens with limits. It also documents plan-based defaults, the fact that batch requests go out in compact mode unless requested otherwise, and that full detail is refused on free plans. This leaves little room for incorrect invocation.

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

get_newsA
Read-onlyIdempotent
Inspect

Veille quotidienne de l'utilisateur : le fil d'actualite de ses societes surveillees, tel qu'il apparait sur la page /news de l'app Insourcia.

Utiliser cet outil pour repondre a "quoi de neuf sur ma veille ?", "qu'est-ce qui a bouge sur mes societes ?", "resume-moi ma veille de la semaine", ou avant de rediger un point hebdomadaire.

Contenu : les alertes reellement delivrees (email/push) ET l'activite des societes des listes de veille (changements de dirigeants, annonces BODACC : procedures collectives, cessions, radiations...), fusionnees et dedupliquees, les plus recentes d'abord. Couvre toutes les listes de l'utilisateur, tous espaces confondus (source.espace indique lequel).

Chaque ligne est HYBRIDE : "label" donne la phrase francaise prete a lire (identique a l'app) et "type"/"before"/"after"/"siren"/"date" donnent les champs structures pour filtrer ou raisonner. "date" est le jour de DETECTION (axe de fraicheur) ; "effective_date", quand present, est la date d'effet juridique.

unread_only=true ne renvoie que ce que l'utilisateur n'a pas encore lu.

"read_key" identifie chaque ligne : la passer a mark_news_read pour la marquer lue.

truncated=true signale plus de signaux que la limite demandee ; since_days et event_types permettent de resserrer (pas de pagination sur ce fil).

Si counts_are_partial=true, "total" et "unread_count" sont des PLANCHERS et non des totaux : le fil est compose sur une fenetre bornee (les 100 dernieres notifications et les 100 derniers evenements), et cette fenetre etait pleine.

hidden_by_plan, quand present, compte les signaux non retournes parce que le plan actuel ne donne acces qu'aux 10 signaux les plus recents, exactement comme la page /news. Un fil ainsi tronque n'est pas complet, et hidden_by_plan dit de combien.

Reponse : { news: [...], total, unread_count, last_seen_at, since_days, truncated, url (page /news) }. news vide = aucun signal sur la periode, ce n'est pas une erreur.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoNombre max de signaux retournes (defaut 50, max 100)
since_daysNoProfondeur d'historique en jours (defaut 90, max 365)
event_typesNoFiltre sur les types d'evenements bruts. Ex: ["dirigeant_changed", "procedure_collective", "cession", "radiation"].
unread_onlyNotrue = uniquement les signaux non lus par l'utilisateur. Defaut : false.

Output Schema

ParametersJSON Schema
NameRequiredDescription
urlYes
newsYes
totalYes
truncatedYes
since_daysYes
last_seen_atYes
unread_countYes
hidden_by_planNo
counts_are_partialNo

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already mark it read-only/idempotent, and the description adds substantial behavior: merging and deduplication, ordering, detection date vs effective date, truncated flag, hidden_by_plan plan limits, partial counts as floors, and empty news as a valid result. No contradiction with 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 long but organized into labeled blocks that front-load purpose and usage before details. Every sentence carries operational information such as read_key, truncated, counts_are_partial, and hidden_by_plan, so the length is earned.

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 output schema exists and the tool has edge cases, the description is complete: it explains response fields, date semantics, plan truncation, empty results, and how to mark items read via mark_news_read. An agent has everything needed to call and interpret the tool correctly.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3; the description adds value by explaining how since_days and event_types tighten the feed, that there is no pagination, and that unread_only returns only unread items. This goes beyond the schema without needing to document each parameter from scratch.

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 opening sentence defines the tool as the user's daily watch feed for their monitored companies, as shown on the /news page, with a clear verb and resource. It further specifies the hybrid line structure and the merge of delivered alerts with company activity, making the tool's scope unmistakable and distinct from event/search siblings.

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

Usage Guidelines4/5

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

The description gives explicit use cases ('Utiliser cet outil pour répondre à ...', 'ou avant de rédiger un point hebdomadaire'). It does not name alternative tools or state when not to use it, so it stops short of the top score.

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

list_saved_searchesA
Read-onlyIdempotent
Inspect

Liste des recherches sauvegardees de l'utilisateur (page /news - Veille de l'app Insourcia).

Utiliser cet outil :

  • AVANT create_saved_search, pour verifier qu'une veille equivalente n'existe pas deja et eviter les doublons de nom.

  • Pour repondre a "quelles veilles ai-je ?" / "quelles sont mes recherches sauvegardees ?".

Reponse : { saved_searches: [{ id, name, filters (filtres normalises stockes), result_count (nombre de societes matchant, null si indisponible), alert_enabled (alerte quotidienne nouvelles societes active ou non), url (page /news), created_at }], total }. Les recherches sont triees de la plus recente a la plus ancienne. Liste vide = aucune veille configuree.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoNombre max de recherches retournees (defaut 100)

Output Schema

ParametersJSON Schema
NameRequiredDescription
totalYes
saved_searchesYes

TDQS

A4.5/5.0
Behavior4/5

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

Although annotations already cover read-only, idempotent, and non-destructive behavior, the description adds valuable details: the exact response shape, field-level semantics (filters normalized, result_count nullable, alert_enabled), sorting order (most recent first), and empty-list meaning (no watches configured). This goes beyond the structured annotations and helps the agent interpret results correctly.

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-structured and economical: a one-line purpose, concise usage bullets, and a compact response shape. Every sentence contributes value, and the key context is front-loaded. There is no fluff or redundant restatement of the tool name or schema.

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

Completeness5/5

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

For a simple read-only list tool with one optional parameter, annotations, and an output schema, the description covers all necessary context: when to use, what it returns, field semantics, sorting, and empty behavior. Nothing needed to invoke or interpret the result is missing.

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

Parameters3/5

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

Schema description coverage for the single limit parameter is 100%, and the schema already documents its default and bounds. The description does not add new parameter-level meaning, so the baseline of 3 is appropriate. There are no undocumented parameters requiring compensation.

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 begins with a specific verb-resource pair: 'Liste des recherches sauvegardees de l'utilisateur', clearly identifying this as the user's saved searches within the /news monitoring page. This distinguishes it from siblings like create_saved_search (creation), list_watched_companies (different resource), and get_news (news content). The purpose is immediately understandable 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 Guidelines5/5

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

The description explicitly says 'Utiliser cet outil' and gives concrete scenarios: before create_saved_search to avoid duplicate watches, and to answer questions like 'quelles veilles ai-je ?'. This directly names an alternative and the condition that selects this tool, which is exactly what an agent needs.

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

list_watched_companiesA
Read-onlyIdempotent
Inspect

Liste des societes surveillees par l'utilisateur dans ses listes de veille (page /lists de l'app Insourcia).

Utiliser cet outil :

  • AVANT watch_company, pour verifier si une societe est deja surveillee et connaitre les listes existantes (leur nom exact).

  • Pour repondre a "quelles societes je surveille ?" / "qu'y a-t-il dans ma liste X ?".

list_name (optionnel) restreint a une liste precise (nom exact). Sans list_name, toutes les listes de l'utilisateur sont retournees. Un list_name qui ne matche aucune liste renvoie companies: [] et total: 0 (ce n'est pas une erreur : simplement aucune societe surveillee sous ce nom).

Reponse : { companies: [{ siren, company_name, naf_code, region, list_id, list_name, added_at }] (aplaties toutes listes confondues, plus recentes d'abord), lists: [{ id, name, company_count, alert_enabled }], total, url (page /lists) }.

ParametersJSON Schema
NameRequiredDescriptionDefault
list_nameNoNom exact de la liste a consulter. Ex: "Surveillance", "Cibles M&A". Omis = toutes les listes.

Output Schema

ParametersJSON Schema
NameRequiredDescription
urlYes
listsYes
totalYes
companiesYes

TDQS

A4.6/5.0
Behavior5/5

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

The description goes well beyond the readOnlyHint and destructiveHint annotations. It explains that a non-matching list_name returns companies: [] and total: 0 rather than an error, that omitting list_name returns all lists, that results are flattened and sorted newest first, and it details the response fields. This is rich behavioral context.

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

Conciseness4/5

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

The description is well-structured with a clear purpose, bulleted usage cases, parameter behavior, and a response format section. It is somewhat detailed but every section carries useful information; no fluff or redundancy beyond a minor overlap with the schema's list_name description.

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?

The description covers all essential context: purpose, usage timing, optional parameter behavior, invalid-input behavior, response structure, ordering, and even the relevant app page. Nothing an agent needs to call this tool correctly is missing.

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

Parameters4/5

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

Schema coverage is 100%, so the schema already documents list_name. The description adds meaningful edge-case behavior: an unmatched list_name is not an error, and omission means all lists. This exceeds the baseline but is not needed for basic 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 states a specific verb and resource: 'Liste des societes surveillees par l'utilisateur dans ses listes de veille'. It also ties the tool to a concrete app page (/lists) and gives example user questions, making the tool's purpose immediately clear and distinct from siblings like list_saved_searches.

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

Usage Guidelines4/5

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

The description clearly says when to use the tool: before watch_company, and to answer questions about watched companies or list contents. It does not explicitly mention when not to use it or compare it to list_saved_searches, but the usage context is strong enough to guide selection.

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

mark_news_readA
Idempotent
Inspect

Marque comme lus des signaux precis de la veille de l'utilisateur (page /news de l'app Insourcia).

Utiliser cet outil quand l'utilisateur indique avoir traite des signaux ("ok j'ai vu", "marque-les comme lus").

Fonctionnement :

  • Prend les "read_key" renvoyees par get_news, telles quelles ; leur format varie selon le type de signal et n'est pas reconstructible.

  • Idempotent : une cle deja lue est ignoree (comptee dans already_read), sans erreur ni doublon.

  • Marquage cible uniquement : il n'existe volontairement pas de "tout marquer lu" via l'API, pour ne pas effacer par erreur la file de tri de l'utilisateur.

  • N'efface rien : la ligne reste visible dans l'app, elle passe simplement de "nouveau" a "lu".

  • Ne modifie pas la date de derniere visite de l'utilisateur sur /news.

Reponse : { marked_read, already_read, unread_remaining, url (page /news) }.

ParametersJSON Schema
NameRequiredDescriptionDefault
read_keysYesCles "read_key" recopiees telles quelles depuis la reponse de get_news (leur format varie selon le type de signal). Max 500 par appel.

Output Schema

ParametersJSON Schema
NameRequiredDescription
urlYes
marked_readYes
already_readYes
unread_remainingYes

TDQS

A4.9/5.0
Behavior5/5

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

Beyond the annotations (idempotentHint, destructiveHint), the description details how idempotency manifests (already-read keys counted in already_read), what is preserved (line remains visible, last visit unchanged), and what the response contains. It also discloses the non-reconstructible key format, which agents need to know before calling.

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 front-loaded with purpose and usage triggers, then organized into tight bullets for behavior and response. No sentence is filler; each bullet conveys a distinct operational fact an agent must know.

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

Completeness5/5

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

For a one-parameter mutation with output schema and strong annotations, the description covers invocation source, idempotency, side effects, limits, and return fields. There is no missing information needed to call it correctly or to set user expectations.

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

Parameters4/5

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

Schema coverage is already 100% and covers max 500 items and the read_key provenance. The description adds practical meaning by stressing 'telles quelles' and explaining that key format varies by signal type and is not reconstructible, which strongly guides correct invocation.

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 names a specific action ('Marque comme lus') and a precise resource ('signaux precis de la veille... page /news'), and its scope is differentiated from sibling get_news by referencing read_keys returned by get_news. It is immediately clear this is the state-change counterpart to a read operation, not a search or list tool.

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

Usage Guidelines5/5

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

It gives explicit trigger phrases ('ok j'ai vu', 'marque-les comme lus') and states when not to use it: there is intentionally no mark-all behavior, so agents should not attempt bulk clearing. It also clarifies that the tool does not update last-visit date, preventing incorrect use for that purpose.

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

resolve_companiesA
Read-onlyIdempotent
Inspect

Rapprochement EN LOT de fiches mal identifiees (CRM, tableur, export CSV) vers leur SIREN.

A utiliser pour une LISTE de societes a identifier ("retrouve les SIREN de ces 200 clients"). Pour UNE societe cherchee par son nom, search_companies, qui rend des resultats classes ; celui-ci rend une decision, et refuse de trancher quand il n'est pas sur.

Chaque fiche revient avec un status :

  • resolved : SIREN certain.

  • review : plusieurs candidats plausibles ou nom trop generique ; les candidats sont retournes et le choix revient a l'utilisateur.

  • no_match : aucune correspondance.

reason explique un review : ambiguous_candidates, weak_name_overlap, shared_domain (site partage par un reseau ; domain_company_count dit combien de societes, fournir un nom ou un code postal), missing_name, invalid_domain, domain_no_match, lookup_failed (panne a rejouer, PAS une absence de correspondance).

Conseils : domain (domaine ou URL) resout seul quand il designe une seule societe. Le code postal double quasiment le taux de rapprochement. Un mot en trop dans le nom ("Carrefour Massy") nuit plus qu'un nom tronque. Un siren, siret ou numero de TVA francais est resolu sans recherche.

COUT : 1 appel de quota par fiche soumise, quelle que soit sa forme.

Retourne results[] (ordre d'entree, avec l'id fourni) et summary{total, resolved, review, no_match}.

ParametersJSON Schema
NameRequiredDescriptionDefault
recordsYesFiches a rapprocher, 200 maximum par appel
shared_domainNoDomaine porte par plusieurs societes : review (defaut) rend les candidats ; head rapproche vers la maison mere (groupe dominant, sinon plus gros CA), method=domain_head, confiance basse. Reserver aux colonnes d'enseignes.

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultsYes
summaryYes
_user_planNo
_credits_remainingNo
_quota_remaining_monthNo
_quota_remaining_todayNo

TDQS

A5/5.0
Behavior5/5

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

Even with readOnlyHint, idempotentHint, and destructiveHint annotations, the description adds substantial context: quota cost per submitted record, status semantics (resolved/review/no_match), explicit reasons for review, and a caveat that lookup_failed is an outage to retry, not an absence of match. It also details the shared_domain behavior with review versus head.

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

Conciseness5/5

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

The description is long but every section earns its place: main purpose, alternative tool, statuses, reasons, practical tips, cost, and return shape. It is front-loaded with the primary purpose and the sibling distinction, then organized into scannable labeled segments.

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

Completeness5/5

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

For a batch reconciliation tool with complex decision behavior, the description covers the input, output format, statuses, reasons, cost, parameter semantics, and edge cases. Nothing an agent needs to decide when and how to call this tool is missing.

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

Parameters5/5

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

The input schema already has 100% parameter coverage, but the description goes further by explaining how different fields affect resolution quality, such as domain being decisive when it maps to one company)Skip, postal code doubling match rate, extra words harming matches, and SIREN/SIRET/VAT being resolved without lookup. It also explains the shared_domain enum semantics beyond the schema.

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

Purpose5/5

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

The description opens with a specific verb and resource: 'Rapprochement EN LOT de fiches mal identifiees ... vers leur SIREN'. It explicitly contrasts itself with search_companies, which returns ranked results for a single name, while this tool returns a decision and refuses to decide when unsure.

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

Usage Guidelines5/5

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

It states clearly to use this tool for a LIST of companies to identify, and points to search_companies when looking up one company by name. It also gives parameter-level usage guidance, such as domain resolving alone when it designates one company and postal code roughly doubling the match rate.

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

reveal_director_emailA
Idempotent
Inspect

Revele l'email PROFESSIONNEL d'un dirigeant identifie (apres get_directors). Offres payantes uniquement (erreur plan_required sinon).

COUT : 1 credit du quota mensuel par email trouve. Rien n'est debite si aucun email n'est trouve, ni si le meme email a deja ete revele par ce compte dans les 3 mois. quota_remaining est rendu a chaque reponse.

OUTIL UNITAIRE : pas de variante par lot. Boucler sur une liste epuise le quota et declenche une limite horaire.

LIRE deliverability_proven : true = adresse verifiee, utilisable ; false = domaine catch-all, existence de la boite non prouvee. email=null avec reason=not_found ou rejected_by_verification : aucun quota consomme, inutile de reessayer.

DEUX VITESSES : avec un profil LinkedIn connu (rare), reponse en 10 a 15 s. Sans, la recherche par nom prend ~90 s : l'outil rend status="pending" et un retrieval_token ; RAPPELER l'outil avec ce SEUL parametre apres retry_after_seconds, tant que la reponse est pending. Jeton a usage unique, valable 15 min. Un appel pending ne consomme rien.

Ni telephone ni email personnel.

RESPONSABILITE : contact professionnel lie a la fonction. L'appelant devient responsable de traitement des reception : base legale, information de la personne au premier contact (mention fournie dans _notice), respect de toute opposition. Reconstituer un fichier est interdit et plafonne.

ParametersJSON Schema
NameRequiredDescriptionDefault
sirenNoSIREN a 9 chiffres de l'entreprise du dirigeant. Requis SAUF si retrieval_token est fourni.
last_nameNoNom de famille tel que RENVOYE PAR get_directors (champ nom), pas le nom d'usage : un nom different fait repayer un contact deja enrichi.
first_nameNoPrenom du dirigeant
retrieval_tokenNoJeton rendu par un appel precedent qui a repondu status=pending. Le fournir SEUL, sans siren ni nom, pour recuperer le resultat.

Output Schema

ParametersJSON Schema
NameRequiredDescription
emailNo
reasonNo
sourceNo
statusNo
credits_usedYes
quota_remainingNo
retrieval_tokenNo
retry_after_secondsNo
verification_statusNo
deliverability_provenNo

TDQS

A5/5.0
Behavior5/5

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

Beyond annotations (idempotentHint=true, readOnlyHint=false), the description discloses costing behavior, quota debiting rules, pending/asynchronous behavior, retry timing, token validity, and deliverability semantics. It also explains legal responsibilities and the prohibition on rebuilding files, adding substantial context the annotations cannot convey.

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

Conciseness5/5

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

The description is long but every sentence adds non-redundant value, and it is organized into clear sections (cost, unit usage, deliverability, speed, responsibility). The main purpose is front-loaded, and the format makes the operational rules easy for an agent to parse.

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—asynchronous retrieval, quota semantics, error reasons, legal obligations, and conditional parameters—the description covers all necessary operational aspects. The presence of an output schema means return-value details do not need to be restated, and nothing essential is missing.

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

Parameters5/5

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

Although the schema already covers all parameters at 100%, the description adds critical behavioral meaning: last_name must match exactly what get_directors returned or the user pays twice; retrieval_token must be used alone; siren is required except when a token is provided. This goes well beyond the schema's basic descriptions.

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 names the exact verb and resource: 'Revele l'email PROFESSIONNEL d'un dirigeant identifie (apres get_directors)'. It clearly differentiates from sibling tools by anchoring to get_directors and stating it is a single-contact, unit-level operation, not a batch or search tool.

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

Usage Guidelines5/5

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

The description gives explicit when-to-use and when-not-to-use guidance: after get_directors, paid plans only, no looping over lists, don't retry when email=null with reason=not_found or rejected_by_verification, and how to use retrieval_token for pending results. It even names the quota and hourly-limit consequences of misuse.

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

search_companiesA
Read-onlyIdempotent
Inspect

Recherche d'entreprises francaises par nom, SIREN/SIRET, activite ou criteres (geographie, secteur, effectif, financier, dirigeants, groupe). Pour une societe citee par son nom : trouver le SIREN ici, puis get_company ou get_financials. Effectif et statut departagent les homonymes.

  • Le siren est dans chaque resultat : ne pas les repasser par resolve_companies (fiches sans identifiant).

  • Valeurs : un chiffre (ca, ebitda, resultat_net, effectif_moyen, signaux publics...) n'est retourne que s'il figure dans include_fields, meme quand il sert de filtre. 3 champs par recherche (free), 10 (pro). Un nom inconnu est liste dans include_fields_unknown : le corriger plutot que d'appeler get_company ligne par ligne. get_financials sert l'historique multi-annees.

  • Filtres simples au premier niveau, les deux bornes cote a cote (effectif_min et effectif_max ; idem ca, resultat_net, tresorerie, cagr_ca, date_creation, age_dirigeant). Criteres avances (ratios, CAGR, bilan, delais, signaux publics, fonds, CAC, comptes) dans advanced_filters ; une cle inconnue est rejetee (400).

  • Groupe : siren_groupe (valeur donnee par get_company) liste toutes les societes du groupe.

  • Dirigeant : dirigeant_nom + dirigeant_prenom (+ dirigeant_naissance). Inclut les dirigeants remontes via une personne morale ; mandats directs d'une personne : search_director_companies.

  • Tri : sort_by (relevance, chiffre_affaires, resultat_net, effectif_moyen, date_creation, capital) et sort_order.

  • Cessions : include_fields=nb_cessions,derniere_cession_date signale les societes a lire dans get_events.

20 resultats par defaut, max 20 (free) ou 100 (pro) ; pagination par cursor sur Pro. COUT : 1 appel de quota par tranche de 20 lignes servies ; la reponse donne _user_plan et le quota restant. Pour suivre la recherche dans le temps : create_saved_search.

Retourne l'identite de base de chaque societe (siren, denomination, NAF, localisation, effectif, statut) + include_fields.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoNombre de resultats par page (defaut 20 ; max 20 sur free, 100 sur pro). Facture 1 appel de quota par tranche de 20 lignes : limit=100 coute 5 appels.
queryYesNom, SIREN, mot-cle activite, ou "*" pour rechercher uniquement par filtres. Operateurs acceptes : "expression exacte", OR en majuscules (ou |) entre deux termes, -terme pour exclure, parentheses pour grouper. Ex : (logiciel OR saas) "gestion de paie" -holding
villeNoNom de ville. Plusieurs villes separees par virgule. Ex: "Paris,Lyon,Bordeaux"
ca_maxNoCA maximum en euros. Ex: 50000000 pour 50M
ca_minNoCA minimum en euros. Ex: 5000000 pour 5M
cursorNoCurseur de pagination retourne dans next_cursor de la reponse precedente. Ne pas fournir pour la premiere page.
radiusNoRayon de recherche en km (1-200) autour de latitude/longitude. Les trois vont ensemble : un triplet incomplet est refuse.
regionNoRegion. Ex: "Ile-de-France", "Bretagne", "Auvergne-Rhone-Alpes"
statutNoFiltre par statut au registre. DISSOLVED = dissoute ou radiee ; une societe en procedure collective reste ACTIVE jusqu'a sa radiation. Le statut ne se deduit PAS de date_radiation, absente sur environ 9,9M des 12,4M societes dissoutes.
sort_byNoTri des resultats. Par defaut "relevance". Ex: "chiffre_affaires" pour trier par CA.
code_nafNoCode NAF/APE. Exemples courants : - SaaS/Logiciel : 5829C, 6201Z, 6202A - Conseil IT : 6202A, 6209Z - Conseil management : 7022Z - Fintech : 6419Z, 6499Z - Biotech/Pharma : 2120Z, 7211Z - E-commerce : 4791A, 4791B - BTP : 4120A, 4120B - Restauration : 5610A, 5610C Plusieurs codes separes par virgule.
is_coteeNotrue pour les societes cotees en bourse uniquement, false pour les exclure
latitudeNoLatitude du centre pour une recherche par rayon (WGS84). A fournir avec longitude ET radius.
longitudeNoLongitude du centre pour une recherche par rayon (WGS84). A fournir avec latitude ET radius.
sort_orderNoOrdre de tri. Par defaut "desc". Ex: "asc" pour les plus petits CA en premier.
cagr_ca_maxNoCroissance CA max sur 1 an en % (ex: 50 pour +50%)
cagr_ca_minNoCroissance CA min sur 1 an en % (ex: 20 pour +20%)
code_postalNoCode postal du siege. Ex: "75001", "69001". Plusieurs separes par virgule.
departementNoCode departement. Ex: "75", "33", "69"
est_filialeNotrue = filiales uniquement, false = entreprises independantes uniquement
has_websiteNotrue pour ne retourner que les entreprises ayant un site web
credit_gradeNoGrades de risque credit a garder (OR). Ex: ["CCC","D"] pour les societes a risque eleve, ["AAA","AA"] pour les plus solides. ~900k societes scorees (celles avec un bilan recent) ; les non scorees sont exclues des qu'un grade est demande.
effectif_maxNoEffectif maximum (nombre de salaries)
effectif_minNoEffectif minimum (nombre de salaries)
filter_anneeNoAnnee de l'exercice financier. Filtre les entreprises dont le dernier bilan publie correspond a cette annee. Ex: 2024 pour ne voir que les bilans 2024. Combiner avec ca_min pour "societes ayant fait 5M de CA en 2024".
siren_groupeNoSIREN de la tete de groupe. Retourne toutes les societes du meme groupe. Ex: "352383715" pour lister toutes les filiales de LVMH.
credit_scoredNotrue pour ne garder que les societes qui ont un score credit, false pour les exclure
dirigeant_nomNoNom de famille du dirigeant (recherche exacte). Ex: "GUILLEMOT". Combine avec dirigeant_prenom et dirigeant_naissance pour desambiguiser les homonymes.
groupe_parentNoNom du groupe parent (recherche textuelle). Ex: "LVMH", "Bouygues"
plan_en_coursNoSocietes executant un plan (redressement, sauvegarde ou cession). Distinct de procedure_collective : sous plan, la periode d'observation est terminee.
include_fieldsNoChamps a ajouter a chaque resultat (CSV). Une valeur filtree n'apparait que si son champ est demande. Montants et ratios : le champ porte le nom du filtre sans _min/_max (ebitda_min -> ebitda, capitaux_propres_min -> capitaux_propres, nb_cessions_min -> nb_cessions). Exceptions : dividendes_min -> dividendes_verses ; nb_marches_min -> nb_marches_titulaire,montant_marches_titulaire ; nb_subventions_min -> nb_subventions,montant_subventions_total ; nb_brevets_min -> nb_brevets,nb_brevets_actifs. Financier : ca, marge_brute, valeur_ajoutee, ebitda, resultat_exploitation, resultat_net, marge_nette, marge_ebitda, total_actif, capitaux_propres, tresorerie, dettes_financieres, dettes_fournisseurs, dette_nette, bfr, ratio_endettement, capacite_autofinancement, dividendes_verses, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, annee_financiere. Croissance : croissance_ca, croissance_ebitda, croissance_rn, et leurs variantes _2ans, _3ans, _5ans. Groupe : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere. Signaux BODACC : nb_cessions, derniere_cession_date, a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination, nb_evt_modif_admin. Donnees publiques : nb_marches_titulaire, montant_marches_titulaire, nb_subventions, montant_subventions_total, nb_brevets, nb_brevets_actifs, nb_participations_salons, est_societe_mission, est_ess. Fonds PE/VC : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels. Cotees : a_lei, lei, source_esef, source_gleif, nb_instruments_financiers. Compteurs et fraicheur : nb_dirigeants, nb_etablissements, nb_representants_actifs, derniere_evt_date, dernier_depot_date, dernier_marche_date. Texte : description_activite (alias description ; reprend souvent le libelle NAF), objet_social, site_internet (~40 % des societes a CA > 8 M EUR). Le descriptif est deja cherche par query. Plan gratuit : ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere, plus les champs groupe, signaux, donnees publiques et texte.
tresorerie_maxNoTresorerie maximum en euros
tresorerie_minNoTresorerie minimum en euros
advanced_filtersNo
dirigeant_prenomNoPrenom du dirigeant. A utiliser avec dirigeant_nom. Ex: "Yves"
resultat_net_maxNoResultat net maximum en euros
resultat_net_minNoResultat net minimum en euros
age_dirigeant_maxNoAge maximum des dirigeants (annees). Ex: 50 pour moins de 50 ans. Filtre si au moins un dirigeant correspond.
age_dirigeant_minNoAge minimum des dirigeants (annees). Ex: 60 pour 60 ans et plus. Filtre si au moins un dirigeant correspond.
appartient_groupeNotrue = uniquement les societes appartenant a un groupe : filiales declarees OU soupcon de groupe fort (groupe_pont probable). Complement exact de independant_strict (ne pas envoyer les deux en meme temps).
date_creation_maxNoDate de creation maximum (ISO). Ex: "2021-12-31" pour les entreprises creees avant 2022
date_creation_minNoDate de creation minimum (ISO). Ex: "2021-01-01" pour les entreprises creees apres 2021
groupe_pont_sirenNoSIREN de la tete de groupe INFEREE (soupcon de groupe via dirigeant-pont). Retourne toutes les societes rattachees au meme groupe soupconne (non declare). A distinguer de siren_groupe (lien capitalistique declare).
est_tete_de_groupeNotrue = uniquement les tetes de groupe
independant_strictNotrue = uniquement les societes reellement independantes : exclut les filiales declarees ET les societes avec un soupcon de groupe fort (groupe_pont probable). Les soupcons plus faibles (possible/soupcon) ne sont pas exclus.
dirigeant_naissanceNoNaissance du dirigeant pour desambiguiser les homonymes, granularite mois : format YYYY-MM. Ex: "1975-03" (un YYYY-MM-DD est accepte mais le jour est ignore). Pour une desambiguisation au jour pres, utiliser search_director_companies.
procedure_collectiveNoProcedure collective EN COURS (etat courant, pas l'historique). Valeurs: "liquidation", "redressement", "sauvegarde", "conciliation", "autre", "accord_homologue", "plan_redressement", "plan_sauvegarde", "plan_cession". Plusieurs separes par virgule. "accord_homologue" = accord de conciliation homologue en cours d'execution, ce qui CLOT la conciliation et ne l'ouvre pas ; "conciliation" ne designe qu'une ouverture, que le BODACC ne publie pas. Une procedure cloturee ne matche pas : les societes dont la liquidation est close en sont exclues.
societe_mere_etrangereNotrue = filiales de groupes etrangers uniquement

Output Schema

ParametersJSON Schema
NameRequiredDescription
dataYes
_user_planNo
paginationNo
upgrade_hintNo
_credits_remainingNo
include_fields_hintNo
_quota_remaining_monthNo
_quota_remaining_todayNo
include_fields_skippedNo
include_fields_unknownNo

TDQS

A4.8/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the bar is lowered. The description still adds substantial behavioral context: values are returned only if included in include_fields, unknown field names surface in include_fields_unknown, advanced_filters rejects unknown keys with 400, and quota cost is 1 call per 20 rows served. The response also exposes _user_plan and remaining quota.

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

Conciseness4/5

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

The description is long but well-structured with a strong opening sentence and scannable bullets. Some items repeat schema information (sort_by values, limit defaults) but most sentences earn their place by explaining operational behavior that the schema alone does not.

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

Completeness5/5

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

For a 48-parameter tool, the description covers defaults, pagination, quota cost, plan limits, alternatives, output shape for base identity, and which parameters work together. With an output schema present, it does not need to exhaustively list return fields; the description is complete enough for correct selection and invocation.

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

Parameters4/5

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

Schema description coverage is 98%, so baseline is 3. The description adds meaningful semantics beyond the schema: simple filters live at top level, advanced criteria go in advanced_filters, and filtered values only appear when requested via include_fields. It also explains include_fields exception mappings and warns that a filtered value must be listed to be returned.

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

Purpose5/5

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

The description opens with a precise verb and resource: 'Recherche d'entreprises francaises par nom, SIREN/SIRET, activite ou criteres...' and then names the exact follow-up tools (get_company, get_financials, resolve_companies, search_director_companies). It is clearly differentiated from siblings.

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

Usage Guidelines5/5

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

Usage is explicit: use this tool to get SIRENs, then get_company/get_financials for follow-up; do NOT re-send results through resolve_companies; get_financials serves multi-year history; search_director_companies is the alternative for direct mandates. It also routes to create_saved_search for tracking and get_events for cessions.

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

search_director_companiesA
Read-onlyIdempotent
Inspect

Cartographie de l'empreinte corporate d'UNE personne physique : toutes les entreprises ou elle detient un mandat direct, identifiee de facon non ambigue par nom + prenom + date de naissance exacte.

C'est le pivot "personne -> entreprises", complement de search_directors (trouver la personne) et get_directors (dirigeants d'une entreprise). Cas d'usage M&A : tracer le perimetre de societes d'un fondateur/dirigeant (holdings, SCI, filiales) sans confondre les homonymes.

Parametres TOUS REQUIS : nom, prenom, date_naissance (format YYYY-MM-DD). La date de naissance est obligatoire : c'est elle qui distingue la bonne personne de ses homonymes. L'obtenir au prealable via search_directors ou get_directors (champ date_naissance).

Reponse : dirigeant { nom, prenom, date_naissance, annee_naissance } + data[] = entreprises { siren, denomination, role, ville, departement, code_ape, forme_juridique, est_tete_de_groupe } + pagination { total, returned, limit }. Resultat vide = aucun mandat direct trouve pour cette identite exacte (verifier la date_naissance).

Note : ne couvre que les mandats DIRECTS de la personne physique (exclut les dirigeants remontes depuis une PM representee, resolved_from_pm). C'est la difference de perimetre avec search_companies(dirigeant_nom/prenom/naissance), qui filtre plus large (inclut ces remontees, granularite mois) et retourne des entreprises, pas une empreinte centree personne. Pour la structure de detention capitalistique d'une entreprise, voir les champs groupe de get_company.

ParametersJSON Schema
NameRequiredDescriptionDefault
nomYesNom de famille du dirigeant (requis).
limitNoNombre d'entreprises a retourner (defaut 50, max 200).
prenomYesPrenom du dirigeant (requis).
date_naissanceYesDate de naissance au format YYYY-MM-DD (requis, desambiguise les homonymes).

Output Schema

ParametersJSON Schema
NameRequiredDescription
dataNo
messageNo
dirigeantNo
_user_planNo
paginationNo

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already declare readOnly/openWorld=false/idempotent, so the safety profile is covered. The description adds real behavioral context beyond that: it only returns DIRECT mandates, excludes resolved_from_pm climb-ups, and explains that an empty result means no direct mandate for that exact identity (and to re-check the birth date). It does not discuss rate limits or ordering, hence not a 5.

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

Conciseness4/5

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

Dense and front-loaded, leading with the core mapping before scope limits and alternatives. Slightly long and restates the 'tous requis' requirement already enforced by the schema, but nearly every sentence carries differentiating information.

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?

Despite an output schema existing, the response shape is sketched, the empty-result semantics are covered, and the scope boundary versus search_companies is spelled out. For a scoped lookup tool, an agent has everything needed to call it and interpret results correctly.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3, but the description adds meaning the schema does not: why date_naissance is mandatory (homonym disambiguation) and, crucially, the workflow to obtain it beforehand via search_directors/get_directors. That operational guidance is genuine added value.

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 states a specific verb and resource (cartographie de l'empreinte corporate d'une personne physique) and explicitly positions itself as the 'personne -> entreprises' pivot, naming the two sibling tools it complements. An agent can distinguish it from search_directors, get_directors, and search_companies without opening any schema.

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

Usage Guidelines5/5

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

It names the alternatives (search_directors, get_directors, search_companies) and the exact conditions that select each, plus a concrete use case (M&A, tracing holdings/SCI/filiales). It also states when-not via the scope limitation (direct mandates only).

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

search_directorsA
Read-onlyIdempotent
Inspect

Recherche de personnes (dirigeants) a travers toutes les entreprises francaises, par nom de famille.

A la difference de search_companies (qui retourne des ENTREPRISES et accepte dirigeant_nom/dirigeant_prenom comme filtres), search_directors retourne directement des PERSONNES avec leur entreprise de rattachement. Cas d'usage : "toutes les entreprises ou siege un dirigeant nomme DUPONT", cartographie d'un reseau de mandats.

Parametres : nom (REQUIS, nom de famille), prenom (optionnel, desambiguise), role (optionnel, ex "President", "Gerant", "Administrateur"). Par defaut seuls les mandats actifs ; include_inactive=true pour inclure les anciens mandats.

Reponse : data[] = personnes { nom, prenom, civilite, role, role_description, date_naissance, annee_naissance, lieu_naissance, type_personne, linkedin_url, entreprise { siren, denomination, ville, departement, code_ape } }. linkedin_url n'est present que si un profil a ete apparie avec certitude (plan pro) ; son absence est le cas courant, pas une anomalie. pagination { total (nb entreprises matchees), limit, returned }.

Homonymes : un meme nom+prenom recouvre souvent plusieurs personnes distinctes. date_naissance est le champ qui les distingue : deux dates differentes = deux personnes ; date absente = identite non confirmee ; meme date = meme personne. La date est diffusee au MOIS (jour normalise a 01), conformement au regime de diffusion du registre : deux personnes nees le meme mois restent indistinguables.

Pour lister TOUTES les entreprises d'une personne donnee une fois sa date de naissance connue, enchainer avec search_director_companies (nom + prenom + date_naissance). Pour la fiche complete d'un dirigeant d'une entreprise donnee, utiliser get_directors avec le SIREN.

ParametersJSON Schema
NameRequiredDescriptionDefault
nomYesNom de famille du dirigeant recherche (requis).
roleNoRole/qualite (optionnel), ex: 'President', 'Gerant', 'Administrateur'.
limitNoNombre d'entreprises a scanner (defaut 20, max 50).
prenomNoPrenom (optionnel) pour desambiguiser les homonymes.
include_inactiveNoInclure les mandats inactifs (defaut: false).

Output Schema

ParametersJSON Schema
NameRequiredDescription
dataNo
_user_planNo
paginationNo
_credits_remainingNo
_quota_remaining_monthNo
_quota_remaining_todayNo

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already mark this as read-only, idempotent, and non-destructive. The description adds substantial behavioral detail beyond that: the linkedin_url is only present under a certain pro match and its absence is normal, date of birth is diffused at month granularity, and homonym identity is resolved via date_naissance. These details materially affect how an agent interprets results.

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?

Although the description is long, every section earns its place: differentiation from siblings, parameter semantics, response shape with edge cases, homonym guidance, and follow-up tool routing. The structure is organized into clear paragraphs and the most decision-relevant scoping sentence comes first.

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—homonym handling, optional fields, cross-tool workflows, and nuanced response semantics—the description is complete. It covers return fields, missing-data cases, pagination meaning, defaults, and what to call next, so an agent has everything needed to invoke and interpret this tool correctly.

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

Parameters4/5

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

The input schema covers all parameter names and basics at 100%, so the baseline is 3. The description adds meaning beyond the schema: prenom 'desambiguise', role examples, and the default behavior of active mandates only with include_inactive=true to broaden. It does not add anything for 'limit' that the schema already states, so a 4 rather than 5 is appropriate.

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 states a precise verb-resource pair: it searches for persons (directors) across all French companies by family name. It also explicitly contrasts itself with search_companies ('retourne des ENTREPRISES') and gives concrete use cases, so an agent can cleanly distinguish it from siblings.

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

Usage Guidelines5/5

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

The description gives explicit when-to-use guidance and names sibling tools for related tasks: search_companies for companies, search_director_companies for all companies of a known person, and get_directors for the full record by SIREN. It also states defaults and the role of include_inactive, leaving no ambiguity about when to invoke this tool versus alternatives.

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

search_eventsA
Read-onlyIdempotent
Inspect

Recherche unifiee d'evenements d'entreprise (cross-SIREN), basee sur notre index ES.

Renvoie des EVENEMENTS individuels (pas des entreprises) : { date, type, siren, denomination, data }. Couvre 8 types : cession (cessions de fonds), procedure (procedures collectives), depot_comptes, augmentation_capital, marche_public, subvention, radiation, creation.

Couvre les evenements BODACC (cessions, procedures collectives, radiations, creations) ainsi que les depots de comptes, augmentations de capital, marches publics et subventions derives des scalaires silver.

REGLE : preciser au moins un filtre region / departement / ville / code_naf, OU un filtre d'evenement (date_min, date_max, cedant_siren, cessionnaire_siren, prix_min/max, tribunal, procedure_type) — sinon 400.

IMPORTANT : passer UN SEUL type quand la question porte sur un type precis. Les filtres de cadrage (existence de l'evenement, fenetre de dates) ne sont pousses dans la requete que dans ce cas ; avec plusieurs types ils s'excluraient mutuellement, et la recherche se rabat sur un tri general dont on ne lit que les premieres pages — une question pointue y parait vide.

Cas d'usage :

  • "Cessions de fonds > 1M en Ile-de-France depuis 2024" → type="cession", region="Ile-de-France", date_min="2024-01-01", prix_min=1000000

  • "Procedures collectives a Lyon" → type="procedure", ville="Lyon"

  • "Liquidations prononcees a Marseille en juillet 2026" → type="procedure", procedure_type="liquidation", ville="Marseille", date_min="2026-07-01", date_max="2026-07-31"

  • "Marches publics recents dans le BTP" → type="marche_public", code_naf="4120A"

ParametersJSON Schema
NameRequiredDescriptionDefault
typeNoTypes d'evenements (CSV) : cession, procedure, depot_comptes, augmentation_capital, marche_public, subvention, radiation, creation. Defaut : tous.
limitNoNombre d'evenements (defaut 50, max 200)
villeNoVille du siege (CSV possible). Ex: "Marseille". Le bon filtre pour un ressort de tribunal : plus etroit que departement.
cursorNoCurseur de pagination (plan Pro uniquement)
regionNoRegion. Ex: "Ile-de-France", "Bretagne"
code_nafNoCode NAF/APE (CSV possible)
date_maxNoDate max (YYYY-MM-DD)
date_minNoDate min (YYYY-MM-DD)
prix_maxNoPrix de vente max en euros (filtre cession)
prix_minNoPrix de vente min en euros (filtre cession)
tribunalNoTribunal (filtre procedure, recherche partielle)
departementNoCode departement. Ex: "75", "69"
cedant_sirenNoSIREN du cedant (filtre cession)
procedure_typeNoType(s) de procedure (CSV) : liquidation, redressement, sauvegarde, conciliation
cessionnaire_sirenNoSIREN du cessionnaire (filtre cession)

Output Schema

ParametersJSON Schema
NameRequiredDescription
dataYes
paginationYes

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the read-only/idempotent annotations, the description discloses the underlying ES index, the multi-source coverage (BODACC + scalars silver), and a non-obvious pitfall: multiple types cause filters to exclude each other and fall back to a shallow first-page sort. It also specifies the required filter condition, giving agents realistic expectations about failures.

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

Conciseness5/5

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

The description is long but organized with bold labels (REGLE, IMPORTANT, Cas d'usage) and front-loads purpose and return type before caveats. Each section adds distinct information, and the examples are terse and directly map to parameter values. This is structured efficiency, not bloat.

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

Completeness5/5

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

For a 15-parameter search tool with no required params, the mandatory-filter rule is critical and present, as are the result shape, covered types, and failure behavior. The existence of an output schema covers return details, so the description doesn't need more; only minor details like sort order are omitted, but the caveat already hints at it.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3, but the description adds crucial cross-parameter constraints (at least one geographic/NAF filter or one event filter), maps filters to event types (prix* for cessions, procedure_type/tribunal for procedures), and provides concrete value examples. This lifts it above the schema-only baseline, though not all 15 params get equal treatment.

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 states a specific verb ('Recherche unifiee') and resource ('evenements d'entreprise'), explicitly distinguishes the return shape ('EVENEMENTS individuels (pas des entreprises)') and enumerates the 8 covered event types. This clearly separates the tool from company-level searches and from sibling get_events/search_companies without ambiguity.

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

Usage Guidelines4/5

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

It gives an explicit mandatory-filter rule with the exact list of acceptable filters and the 400-error consequence, plus an IMPORTANT warning about passing only one type and why. Four concrete natural-language-to-parameter examples illustrate when and how to use the tool. It does not name sibling alternatives explicitly, but the context is strong enough to compensate.

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

unwatch_companyA
DestructiveIdempotent
Inspect

Retrait d'une societe de la surveillance : l'enleve d'une liste de veille de l'utilisateur (page /lists de l'app Insourcia). Inverse de watch_company.

Utiliser cet outil quand l'utilisateur veut ARRETER de suivre une societe ("je ne suis plus interesse par X", "enleve X de ma veille", "nettoie ma liste").

Fonctionnement :

  • Sans list_name, la societe est retiree de TOUTES les listes de l'utilisateur - c'est le sens naturel de "arrete de surveiller X". Avec list_name, seule cette liste est nettoyee.

  • Idempotent : si la societe n'est dans aucune liste (ou si la liste nommee n'existe pas), l'appel renvoie removed=false sans erreur.

  • La liste elle-meme n'est jamais supprimee, meme si elle devient vide. Une alerte active sur la liste reste active pour les autres societes.

  • Le retrait fonctionne meme pour une societe absente de l'index (radiee, disparue) : ce qui a pu etre ajoute peut toujours etre enleve.

list_watched_companies donne le nom exact des listes et les societes qu'elles contiennent.

Reponse : { siren, company_name (null si non renseignee), removed, removed_from: [{ list_id, list_name }], url (page /lists) }.

ParametersJSON Schema
NameRequiredDescriptionDefault
sirenYesSIREN a 9 chiffres de la societe a retirer de la veille
list_nameNoNom exact de la liste a nettoyer. Ex: "Surveillance", "Cibles M&A". Omis = retrait de toutes les listes de l'utilisateur.

Output Schema

ParametersJSON Schema
NameRequiredDescription
urlYes
sirenYes
removedYes
company_nameYes
removed_fromYes

TDQS

A4.6/5.0
Behavior5/5

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

The description adds substantial behavioral detail beyond the annotations: omission of list_name removes from all lists, the operation is idempotent and returns removed=false when absent, the list itself is never deleted, alerts remain active, and removal works even for companies missing from the index. These details are not present in the annotations and are critical for correct use.

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

Conciseness4/5

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

The description is longer than average but well-organized with a usage line, bulleted behavior, and response shape, all relevant to correct invocation. It loses a point because the response format is largely redundant with the existing output schema.

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?

All edge cases an agent needs to handle are covered: absent company, missing list, empty list, active alerts, and cross-list removal. With the output schema present and the behavioral bullets, nothing essential is missing for correct invocation.

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

Parameters3/5

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

The schema already documents both parameters thoroughly with 100% coverage, including the exact-name requirement and the omission behavior for list_name. The description largely repeats this information rather than adding new parameter-level semantics, so the baseline of 3 is appropriate.

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

Purpose5/5

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

The description opens with a specific verb and resource: removing a company from watchlists, tied to the /lists page. It identifies the tool as the inverse of watch_company, making it clearly distinguishable from the sibling tool without needing to open schemas.

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

Usage Guidelines5/5

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

It explicitly states when to use the tool: whenever the user wants to stop following a company, with concrete phrasings such as 'je ne suis plus interesse par X' and 'enleve X de ma veille'. It also points to list_watched_companies as the way to obtain exact list names, covering prerequisites and alternatives.

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

watch_companyA
Idempotent
Inspect

Mise sous surveillance d'une societe : l'ajoute a une liste de veille de l'utilisateur, visible dans l'app Insourcia (page /lists).

Utiliser cet outil quand l'utilisateur veut SUIVRE une societe dans le temps (cible d'acquisition, concurrent, client, fournisseur a risque) - pas pour une simple consultation (utiliser get_company).

Fonctionnement :

  • list_name designe la liste cible ; la liste "Surveillance" est utilisee par defaut et creee automatiquement si besoin (idem pour toute liste nommee qui n'existe pas encore).

  • Idempotent : si la societe est deja dans la liste, l'appel renvoie already_watched=true sans creer de doublon.

  • enable_alert=true active une alerte quotidienne sur la liste : l'utilisateur est notifie des evenements FUTURS touchant les societes de la liste (annonces BODACC : procedures collectives, cessions... et changements de dirigeants). Pas de replay de l'historique.

Reponse : { siren, company_name (null si non renseignee), list_id, list_name, url (page /lists), already_watched, alert_enabled }.

ParametersJSON Schema
NameRequiredDescriptionDefault
sirenYesSIREN a 9 chiffres de la societe a surveiller
list_nameNoNom de la liste cible (1-100 caracteres). Defaut: "Surveillance". La liste est creee automatiquement si elle n'existe pas.
enable_alertNotrue pour etre notifie des evenements futurs (BODACC, dirigeants...) sur les societes de la liste. Defaut: false.

Output Schema

ParametersJSON Schema
NameRequiredDescription
urlYes
sirenYes
list_idYes
list_nameYes
company_nameYes
alert_enabledYes
already_watchedYes

TDQS

A4.9/5.0
Behavior5/5

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

The description goes well beyond the annotations by explaining exactly what happens: auto-creation of lists, idempotent behavior with already_watched=true, daily alert semantics, future-only events with no history replay, and the response shape. It also aligns with idempotentHint=true and provides practical consequences of enabling alerts.

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 front-loaded with purpose, then gives clear usage guidance, a labeled 'Fonctionnement' section, and a concise response outline. It is detailed but every sentence contributes meaningful behavioral or selection information, and the structure makes it easy to scan.

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?

The description covers the main use case, alternatives, parameter behavior, alert semantics, idempotency, response fields, and the Insourcia UI context. Given the tool's moderate complexity and the presence of a complete output schema, nothing essential is missing for an agent to call it correctly.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds value beyond the schema by explaining list_name as the target list, clarifying that any named list is auto-created, and detailing that enable_alert triggers a daily digest of future BODACC and director-change events. This is more than the schema alone provides, though not substantially more on the siren parameter.

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

Purpose5/5

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

The description opens with a specific verb and resource: 'Mise sous surveillance d'une societe' and 'l'ajoute a une liste de veille'. It clearly distinguishes the tool from get_company by stating this is for following a company over time, not simple consultation.

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

Usage Guidelines5/5

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

The description explicitly states when to use the tool: 'Utiliser cet outil quand l'utilisateur veut SUIVRE une societe dans le temps', and names the alternative for the excluded case: 'pas pour une simple consultation (utiliser get_company)'. This leaves no ambiguity about tool selection.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 12 tool updates
    • Changedcreate_saved_search42 fields changed
      • removedInput schema / properties / age_dirigeant_max / description
        Removed value: -"Age maximum des dirigeants (annees). Ex: 50 pour moins de 50 ans. Filtre si au moins un dirigeant correspond."
      • removedInput schema / properties / age_dirigeant_min / description
        Removed value: -"Age minimum des dirigeants (annees). Ex: 60 pour 60 ans et plus. Filtre si au moins un dirigeant correspond."
      • removedInput schema / properties / appartient_groupe / description
        Removed value: -"true = uniquement les societes appartenant a un groupe : filiales declarees OU soupcon de groupe fort (groupe_pont probable). Complement exact de independant_strict (ne pas envoyer les deux en meme temps)."
      • removedInput schema / properties / ca_max / description
        Removed value: -"CA maximum en euros. Ex: 50000000 pour 50M"
      • removedInput schema / properties / ca_min / description
        Removed value: -"CA minimum en euros. Ex: 5000000 pour 5M"
      • removedInput schema / properties / cagr_ca_max / description
        Removed value: -"Croissance CA max sur 1 an en % (ex: 50 pour +50%)"
      • removedInput schema / properties / cagr_ca_min / description
        Removed value: -"Croissance CA min sur 1 an en % (ex: 20 pour +20%)"
      • removedInput schema / properties / code_naf / description
        Removed value: -"Code NAF/APE. Exemples courants :\n- SaaS/Logiciel : 5829C, 6201Z, 6202A\n- Conseil IT : 6202A, 6209Z\n- Conseil management : 7022Z\n- Fintech : 6419Z, 6499Z\n- Biotech/Pharma : 2120Z, 7211Z\n- E-commerce : 4791A, 4791B\n- BTP : 4120A, 4120B\n- Restauration : 5610A, 5610C\nPlusieurs codes separes par virgule."
      • removedInput schema / properties / code_postal / description
        Removed value: -"Code postal du siege. Ex: \"75001\", \"69001\". Plusieurs separes par virgule."
      • removedInput schema / properties / credit_grade / description
        Removed value: -"Grades de risque credit a garder (OR). Ex: [\"CCC\",\"D\"] pour les societes a risque eleve, [\"AAA\",\"AA\"] pour les plus solides. ~900k societes scorees (celles avec un bilan recent) ; les non scorees sont exclues des qu'un grade est demande."
      • removedInput schema / properties / credit_scored / description
        Removed value: -"true pour ne garder que les societes qui ont un score credit, false pour les exclure"
      • removedInput schema / properties / date_creation_max / description
        Removed value: -"Date de creation maximum (ISO). Ex: \"2021-12-31\" pour les entreprises creees avant 2022"
      • removedInput schema / properties / date_creation_min / description
        Removed value: -"Date de creation minimum (ISO). Ex: \"2021-01-01\" pour les entreprises creees apres 2021"
      • removedInput schema / properties / departement / description
        Removed value: -"Code departement. Ex: \"75\", \"33\", \"69\""
      • removedInput schema / properties / dirigeant_naissance / description
        Removed value: -"Naissance du dirigeant pour desambiguiser les homonymes, granularite mois : format YYYY-MM. Ex: \"1975-03\" (un YYYY-MM-DD est accepte mais le jour est ignore). Pour une desambiguisation au jour pres, utiliser search_director_companies."
      • removedInput schema / properties / dirigeant_nom / description
        Removed value: -"Nom de famille du dirigeant (recherche exacte). Ex: \"GUILLEMOT\". Combine avec dirigeant_prenom et dirigeant_naissance pour desambiguiser les homonymes."
      • removedInput schema / properties / dirigeant_prenom / description
        Removed value: -"Prenom du dirigeant. A utiliser avec dirigeant_nom. Ex: \"Yves\""
      • removedInput schema / properties / effectif_max / description
        Removed value: -"Effectif maximum (nombre de salaries)"
      • removedInput schema / properties / effectif_min / description
        Removed value: -"Effectif minimum (nombre de salaries)"
      • changedInput schema / properties / enable_alert / description
        Previous value: -"true pour etre notifie quotidiennement des nouvelles societes qui matchent la recherche. Defaut: false."New value: +"Notification quotidienne des nouvelles societes qui matchent. Defaut: true ici, false via l'API REST."
      • removedInput schema / properties / est_filiale / description
        Removed value: -"true = filiales uniquement, false = entreprises independantes uniquement"
      • removedInput schema / properties / est_tete_de_groupe / description
        Removed value: -"true = uniquement les tetes de groupe"
      • removedInput schema / properties / filter_annee / description
        Removed value: -"Annee de l'exercice financier. Filtre les entreprises dont le dernier bilan publie correspond a cette annee. Ex: 2024 pour ne voir que les bilans 2024. Combiner avec ca_min pour \"societes ayant fait 5M de CA en 2024\"."
      • removedInput schema / properties / groupe_parent / description
        Removed value: -"Nom du groupe parent (recherche textuelle). Ex: \"LVMH\", \"Bouygues\""
      • removedInput schema / properties / groupe_pont_siren / description
        Removed value: -"SIREN de la tete de groupe INFEREE (soupcon de groupe via dirigeant-pont). Retourne toutes les societes rattachees au meme groupe soupconne (non declare). A distinguer de siren_groupe (lien capitalistique declare)."
      • removedInput schema / properties / has_website / description
        Removed value: -"true pour ne retourner que les entreprises ayant un site web"
      • removedInput schema / properties / independant_strict / description
        Removed value: -"true = uniquement les societes reellement independantes : exclut les filiales declarees ET les societes avec un soupcon de groupe fort (groupe_pont probable). Les soupcons plus faibles (possible/soupcon) ne sont pas exclus."
      • removedInput schema / properties / is_cotee / description
        Removed value: -"true pour les societes cotees en bourse uniquement, false pour les exclure"
      • removedInput schema / properties / latitude / description
        Removed value: -"Latitude du centre pour une recherche par rayon (WGS84). A fournir avec longitude ET radius."
      • removedInput schema / properties / longitude / description
        Removed value: -"Longitude du centre pour une recherche par rayon (WGS84). A fournir avec latitude ET radius."
      • removedInput schema / properties / plan_en_cours / description
        Removed value: -"Societes executant un plan (redressement, sauvegarde ou cession). Distinct de procedure_collective : sous plan, la periode d'observation est terminee."
      • removedInput schema / properties / procedure_collective / description
        Removed value: -"Procedure collective EN COURS (etat courant, pas l'historique). Valeurs: \"liquidation\", \"redressement\", \"sauvegarde\", \"conciliation\", \"autre\", \"accord_homologue\", \"plan_redressement\", \"plan_sauvegarde\", \"plan_cession\". Plusieurs separes par virgule. \"accord_homologue\" = accord de conciliation homologue en cours d'execution, ce qui CLOT la conciliation et ne l'ouvre pas ; \"conciliation\" ne designe qu'une ouverture, que le BODACC ne publie pas. Une procedure cloturee ne matche pas : les societes dont la liquidation est close en sont exclues."
      • removedInput schema / properties / radius / description
        Removed value: -"Rayon de recherche en km (1-200) autour de latitude/longitude. Les trois vont ensemble : un triplet incomplet est refuse."
      • removedInput schema / properties / region / description
        Removed value: -"Region. Ex: \"Ile-de-France\", \"Bretagne\", \"Auvergne-Rhone-Alpes\""
      • removedInput schema / properties / resultat_net_max / description
        Removed value: -"Resultat net maximum en euros"
      • removedInput schema / properties / resultat_net_min / description
        Removed value: -"Resultat net minimum en euros"
      • removedInput schema / properties / siren_groupe / description
        Removed value: -"SIREN de la tete de groupe. Retourne toutes les societes du meme groupe. Ex: \"352383715\" pour lister toutes les filiales de LVMH."
      • removedInput schema / properties / societe_mere_etrangere / description
        Removed value: -"true = filiales de groupes etrangers uniquement"
      • removedInput schema / properties / statut / description
        Removed value: -"Filtre par statut au registre. DISSOLVED = dissoute ou radiee ; une societe en procedure collective reste ACTIVE jusqu'a sa radiation. Le statut ne se deduit PAS de date_radiation, absente sur environ 9,9M des 12,4M societes dissoutes."
      • removedInput schema / properties / tresorerie_max / description
        Removed value: -"Tresorerie maximum en euros"
      • removedInput schema / properties / tresorerie_min / description
        Removed value: -"Tresorerie minimum en euros"
      • removedInput schema / properties / ville / description
        Removed value: -"Nom de ville. Plusieurs villes separees par virgule. Ex: \"Paris,Lyon,Bordeaux\""
    • Changedget_company1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "include_fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "include_fields_unknown": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "include_fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "include_fields_unknown": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_company_graph1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "edges": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "source": {
        -              "type": "string"
        -            },
        -            "target": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "enum": [
        -                "mandat_pm",
        -                "filiale",
        -                "parent_ultime",
        -                "mandat_pp"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "source",
        -            "target",
        -            "type"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "meta": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "counts": {
        -            "additionalProperties": {},
        -            "properties": {
        -              "edges": {
        -                "type": "number"
        -              },
        -              "entreprises": {
        -                "type": "number"
        -              },
        -              "personnes": {
        -                "type": "number"
        -              }
        -            },
        -            "required": [
        -              "entreprises",
        -              "personnes",
        -              "edges"
        -            ],
        -            "type": "object"
        -          },
        -          "depth": {
        -            "type": "number"
        -          }
        -        },
        -        "required": [
        -          "depth",
        -          "counts"
        -        ],
        -        "type": "object"
        -      },
        -      "nodes": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "id": {
        -              "type": "string"
        -            },
        -            "niveau": {
        -              "type": "number"
        -            },
        -            "type": {
        -              "enum": [
        -                "entreprise",
        -                "personne"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "id",
        -            "type",
        -            "niveau"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "nodes",
        -      "edges",
        -      "meta"
        -    ],
        -    "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"
        -      },
        -      "depth": {
        -        "type": "number"
        -      },
        -      "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": {
        +      "edges": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "source": {
        +              "type": "string"
        +            },
        +            "target": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "enum": [
        +                "mandat_pm",
        +                "filiale",
        +                "parent_ultime",
        +                "mandat_pp"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "source",
        +            "target",
        +            "type"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "meta": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "counts": {
        +            "additionalProperties": {},
        +            "properties": {
        +              "edges": {
        +                "type": "number"
        +              },
        +              "entreprises": {
        +                "type": "number"
        +              },
        +              "personnes": {
        +                "type": "number"
        +              }
        +            },
        +            "required": [
        +              "entreprises",
        +              "personnes",
        +              "edges"
        +            ],
        +            "type": "object"
        +          },
        +          "depth": {
        +            "type": "number"
        +          }
        +        },
        +        "required": [
        +          "depth",
        +          "counts"
        +        ],
        +        "type": "object"
        +      },
        +      "nodes": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "id": {
        +              "type": "string"
        +            },
        +            "niveau": {
        +              "type": "number"
        +            },
        +            "type": {
        +              "enum": [
        +                "entreprise",
        +                "personne"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "id",
        +            "type",
        +            "niveau"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "nodes",
        +      "edges",
        +      "meta"
        +    ],
        +    "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"
        +      },
        +      "depth": {
        +        "type": "number"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_credit_risk1 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"
        +  }
        +]
    • Changedget_directors1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "actif": {
        -              "type": "boolean"
        -            },
        -            "annee_naissance": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_debut_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_fin_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "nom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "prenom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "representants": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "role": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type": {
        -              "enum": [
        -                "PP",
        -                "PM"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "has_more": {
        -            "type": "boolean"
        -          },
        -          "limit": {
        -            "type": "number"
        -          },
        -          "offset": {
        -            "type": "number"
        -          }
        -        },
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "actif": {
        +              "type": "boolean"
        +            },
        +            "annee_naissance": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_debut_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_fin_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "linkedin_url": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "nom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "prenom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "representants": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "role": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type": {
        +              "enum": [
        +                "PP",
        +                "PM"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "has_more": {
        +            "type": "boolean"
        +          },
        +          "limit": {
        +            "type": "number"
        +          },
        +          "offset": {
        +            "type": "number"
        +          }
        +        },
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_credits_remaining": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_events1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "additionalProperties": {},
        -              "properties": {},
        -              "type": "object"
        -            },
        -            "date": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "date",
        -            "type",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {},
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data",
        -      "pagination"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "additionalProperties": {},
        +              "properties": {},
        +              "type": "object"
        +            },
        +            "date": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "date",
        +            "type",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {},
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data",
        +      "pagination"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_credits_remaining": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_financials1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_layout": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "currency": {
        -            "type": "string"
        -          },
        -          "doc_url": {
        -            "type": "string"
        -          },
        -          "missing_pcg_lines": {
        -            "items": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "label": {
        -                  "type": "string"
        -                },
        -                "reason": {
        -                  "type": "string"
        -                },
        -                "ticket": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "label",
        -                "reason"
        -              ],
        -              "type": "object"
        -            },
        -            "type": "array"
        -          },
        -          "not_applicable_pcg": {
        -            "type": "boolean"
        -          },
        -          "note": {
        -            "type": "string"
        -          },
        -          "schema_version": {
        -            "type": "string"
        -          },
        -          "sections": {
        -            "additionalProperties": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "lines": {
        -                  "items": {
        -                    "additionalProperties": {},
        -                    "properties": {
        -                      "formula": {
        -                        "type": "string"
        -                      },
        -                      "formula_note": {
        -                        "type": "string"
        -                      },
        -                      "key": {
        -                        "type": "string"
        -                      },
        -                      "kind": {
        -                        "enum": [
        -                          "value",
        -                          "subtotal",
        -                          "detail",
        -                          "total",
        -                          "meta"
        -                        ],
        -                        "type": "string"
        -                      },
        -                      "label": {
        -                        "type": "string"
        -                      },
        -                      "level": {
        -                        "type": "number"
        -                      }
        -                    },
        -                    "required": [
        -                      "key",
        -                      "label",
        -                      "level",
        -                      "kind"
        -                    ],
        -                    "type": "object"
        -                  },
        -                  "type": "array"
        -                },
        -                "title": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "title",
        -                "lines"
        -              ],
        -              "type": "object"
        -            },
        -            "propertyNames": {
        -              "type": "string"
        -            },
        -            "type": "object"
        -          }
        -        },
        -        "required": [
        -          "schema_version",
        -          "currency",
        -          "sections"
        -        ],
        -        "type": "object"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "dernier_exercice": {
        -        "anyOf": [
        -          {
        -            "type": "number"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "exercices": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "annee": {
        -              "type": "number"
        -            },
        -            "autonomie_financiere": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_hors_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_jours_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_total": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_autofinancement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_remboursement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capitaux_propres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "cash": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "chiffre_affaires": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "confidentialite": {
        -              "anyOf": [
        -                {
        -                  "type": "boolean"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_cloture": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_depot": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_clients_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_fournisseurs_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dette_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_financieres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_fournisseurs": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_confiance": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_estime": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividendes_verses": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "duree_exercice_mois": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "effectif_moyen": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "fonds_roulement_net_global": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "impot_benefices": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "liquidite_generale": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_endettement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_stock_ca_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "rentabilite_economique": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_courant": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exceptionnel": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_financier": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_net": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "roe": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_operationnelle": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_valeur_ajoutee_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_actif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_dettes": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_passif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "tresorerie": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type_bilan": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "valeur_ajoutee": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "ifrs": {
        -        "anyOf": [
        -          {
        -            "additionalProperties": {},
        -            "properties": {
        -              "annee": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "bpa": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "capitaux_propres": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "chiffre_affaires": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "dividendes": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "ebitda": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_net": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_operationnel": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "total_actif": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "tresorerie": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              }
        -            },
        -            "type": "object"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      },
        -      "upgrade_hint": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "detail": {
        -        "type": "string"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_layout": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "currency": {
        +            "type": "string"
        +          },
        +          "doc_url": {
        +            "type": "string"
        +          },
        +          "missing_pcg_lines": {
        +            "items": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "label": {
        +                  "type": "string"
        +                },
        +                "reason": {
        +                  "type": "string"
        +                },
        +                "ticket": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "label",
        +                "reason"
        +              ],
        +              "type": "object"
        +            },
        +            "type": "array"
        +          },
        +          "not_applicable_pcg": {
        +            "type": "boolean"
        +          },
        +          "note": {
        +            "type": "string"
        +          },
        +          "schema_version": {
        +            "type": "string"
        +          },
        +          "sections": {
        +            "additionalProperties": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "lines": {
        +                  "items": {
        +                    "additionalProperties": {},
        +                    "properties": {
        +                      "formula": {
        +                        "type": "string"
        +                      },
        +                      "formula_note": {
        +                        "type": "string"
        +                      },
        +                      "key": {
        +                        "type": "string"
        +                      },
        +                      "kind": {
        +                        "enum": [
        +                          "value",
        +                          "subtotal",
        +                          "detail",
        +                          "total",
        +                          "meta"
        +                        ],
        +                        "type": "string"
        +                      },
        +                      "label": {
        +                        "type": "string"
        +                      },
        +                      "level": {
        +                        "type": "number"
        +                      }
        +                    },
        +                    "required": [
        +                      "key",
        +                      "label",
        +                      "level",
        +                      "kind"
        +                    ],
        +                    "type": "object"
        +                  },
        +                  "type": "array"
        +                },
        +                "title": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "title",
        +                "lines"
        +              ],
        +              "type": "object"
        +            },
        +            "propertyNames": {
        +              "type": "string"
        +            },
        +            "type": "object"
        +          }
        +        },
        +        "required": [
        +          "schema_version",
        +          "currency",
        +          "sections"
        +        ],
        +        "type": "object"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "dernier_exercice": {
        +        "anyOf": [
        +          {
        +            "type": "number"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "exercices": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "annee": {
        +              "type": "number"
        +            },
        +            "autonomie_financiere": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_hors_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_jours_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_total": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_autofinancement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_remboursement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capitaux_propres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "cash": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "chiffre_affaires": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "confidentialite": {
        +              "anyOf": [
        +                {
        +                  "type": "boolean"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_cloture": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_depot": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_clients_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_fournisseurs_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dette_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_financieres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_fournisseurs": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_confiance": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_estime": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividendes_verses": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "duree_exercice_mois": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "effectif_moyen": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "fonds_roulement_net_global": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "impot_benefices": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "liquidite_generale": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_endettement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_stock_ca_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "rentabilite_economique": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_courant": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exceptionnel": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_financier": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_net": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "roe": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_operationnelle": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_valeur_ajoutee_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_actif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_dettes": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_passif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "tresorerie": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type_bilan": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "valeur_ajoutee": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "ifrs": {
        +        "anyOf": [
        +          {
        +            "additionalProperties": {},
        +            "properties": {
        +              "annee": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "bpa": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "capitaux_propres": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "chiffre_affaires": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "dividendes": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "ebitda": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_net": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_operationnel": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "total_actif": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "tresorerie": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              }
        +            },
        +            "type": "object"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      },
        +      "upgrade_hint": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "detail": {
        +        "type": "string"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedresolve_companies3 fields changed
      • addedInput schema / properties / records / items / properties / domain
        Added value: +{
        +  "description": "Site web de la societe, en domaine nu ou en URL complete. Tranche mieux qu'un nom quand il est connu.",
        +  "maxLength": 253,
        +  "type": "string"
        +}
      • addedInput schema / properties / shared_domain
        Added value: +{
        +  "description": "Domaine porte par plusieurs societes : review (defaut) rend les candidats ; head rapproche vers la maison mere (groupe dominant, sinon plus gros CA), method=domain_head, confiance basse. Reserver aux colonnes d'enseignes.",
        +  "enum": [
        +    "review",
        +    "head"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / _credits_remaining
        Added value: +{
        +  "type": "number"
        +}
    • Addedreveal_director_email
    • Changedsearch_companies2 fields changed
      • changedInput schema / properties / include_fields / description
        Previous value: -"Champs a inclure dans chaque resultat (CSV) pour que les valeurs d'un filtre financier ou donnees publiques apparaissent. Mapping filtre→champ : dividendes_min→dividendes_verses, tresorerie_min→tresorerie, dettes_financieres_min→dettes_financieres, dettes_fournisseurs_min→dettes_fournisseurs, ebitda_min→ebitda, marge_nette_min→marge_nette, marge_ebitda_min→marge_ebitda.\nAutres champs include_fields : ca, marge_brute, valeur_ajoutee, resultat_exploitation, resultat_net, total_actif, capitaux_propres, dette_nette, bfr, ratio_endettement, capacite_autofinancement, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, croissance_ca, croissance_ca_2ans, croissance_ca_3ans, croissance_ca_5ans, croissance_ebitda, croissance_ebitda_2ans, croissance_ebitda_3ans, croissance_ebitda_5ans, croissance_rn, croissance_rn_2ans, croissance_rn_3ans, croissance_rn_5ans, annee_financiere.\nChamps groupe (donnees publiques, disponibles sur tous les plans) : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nChamps cessions BODACC (donnees publiques) : nb_cessions, derniere_cession_date.\nChamps signaux BODACC (donnees publiques) : a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination.\nChamps marches publics (donnees publiques DECP) : nb_marches_titulaire, montant_marches_titulaire.\nChamps subventions (donnees publiques) : nb_subventions, montant_subventions_total.\nChamps brevets (donnees publiques INPI) : nb_brevets, nb_brevets_actifs.\nChamps salons (donnees publiques) : nb_participations_salons.\nChamps ESS/Mission (donnees publiques) : est_societe_mission, est_ess.\nChamps participation de fonds (PE/VC) : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nChamps LEI & provenance (cotees) : a_lei, lei, source_esef, source_gleif.\nChamps compteurs structuraux : nb_dirigeants, nb_etablissements, nb_representants_actifs, nb_fonds_actuels, nb_instruments_financiers.\nChamps evenements BODACC additionnels : nb_evt_modif_admin.\nChamps fraicheur evenementielle : derniere_evt_date, dernier_depot_date, dernier_marche_date.\nChamps descriptif et web (donnees publiques, tous plans) : description_activite (descriptif d'activite ; alias description), objet_social, site_internet. Ce sont les deux colonnes d'une buyers list qu'il fallait auparavant aller chercher societe par societe. A noter : le descriptif est deja indexe dans la recherche plein texte, donc chercher un mot-cle metier dans query le cherche aussi dans le descriptif. Remplissage mesure au 12/09/2026 : description_activite sur 84,7 % des societes actives (mais ~4 sur 5 ne font que reprendre le libelle NAF), site_internet sur 3,2 % de l'ensemble et ~40 % des societes a CA > 8 M EUR.\nMapping filtre avance→include_fields : capitaux_propres_min→capitaux_propres, total_actif_min→total_actif, dette_nette_min→dette_nette, bfr_min→bfr, resultat_exploitation_min→resultat_exploitation, ratio_endettement_min→ratio_endettement, nb_cessions_min→nb_cessions, nb_marches_min→nb_marches_titulaire, nb_brevets_min→nb_brevets.\nSur le plan gratuit : seuls ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere + les champs groupe + les champs BODACC/marches/subventions/brevets/salons/ESS sont disponibles. _user_plan dans la reponse indique le plan.\nEx: filtre dividendes_min → include_fields=\"dividendes_verses\""New value: +"Champs a ajouter a chaque resultat (CSV). Une valeur filtree n'apparait que si son champ est demande. Montants et ratios : le champ porte le nom du filtre sans _min/_max (ebitda_min -> ebitda, capitaux_propres_min -> capitaux_propres, nb_cessions_min -> nb_cessions). Exceptions : dividendes_min -> dividendes_verses ; nb_marches_min -> nb_marches_titulaire,montant_marches_titulaire ; nb_subventions_min -> nb_subventions,montant_subventions_total ; nb_brevets_min -> nb_brevets,nb_brevets_actifs.\nFinancier : ca, marge_brute, valeur_ajoutee, ebitda, resultat_exploitation, resultat_net, marge_nette, marge_ebitda, total_actif, capitaux_propres, tresorerie, dettes_financieres, dettes_fournisseurs, dette_nette, bfr, ratio_endettement, capacite_autofinancement, dividendes_verses, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, annee_financiere.\nCroissance : croissance_ca, croissance_ebitda, croissance_rn, et leurs variantes _2ans, _3ans, _5ans.\nGroupe : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nSignaux BODACC : nb_cessions, derniere_cession_date, a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination, nb_evt_modif_admin.\nDonnees publiques : nb_marches_titulaire, montant_marches_titulaire, nb_subventions, montant_subventions_total, nb_brevets, nb_brevets_actifs, nb_participations_salons, est_societe_mission, est_ess.\nFonds PE/VC : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nCotees : a_lei, lei, source_esef, source_gleif, nb_instruments_financiers.\nCompteurs et fraicheur : nb_dirigeants, nb_etablissements, nb_representants_actifs, derniere_evt_date, dernier_depot_date, dernier_marche_date.\nTexte : description_activite (alias description ; reprend souvent le libelle NAF), objet_social, site_internet (~40 % des societes a CA > 8 M EUR). Le descriptif est deja cherche par query.\nPlan gratuit : ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere, plus les champs groupe, signaux, donnees publiques et texte."
      • addedOutput schema / properties / _credits_remaining
        Added value: +{
        +  "type": "number"
        +}
    • Changedsearch_directors1 field changed
      • addedOutput schema / properties / _credits_remaining
        Added value: +{
        +  "type": "number"
        +}
    • Changedsearch_events1 field changed
      • addedInput schema / properties / ville
        Added value: +{
        +  "description": "Ville du siege (CSV possible). Ex: \"Marseille\". Le bon filtre pour un ressort de tribunal : plus etroit que departement.",
        +  "type": "string"
        +}
  2. 12 tool updates
    • Changedcreate_saved_search42 fields changed
      • addedInput schema / properties / age_dirigeant_max / description
        Added value: +"Age maximum des dirigeants (annees). Ex: 50 pour moins de 50 ans. Filtre si au moins un dirigeant correspond."
      • addedInput schema / properties / age_dirigeant_min / description
        Added value: +"Age minimum des dirigeants (annees). Ex: 60 pour 60 ans et plus. Filtre si au moins un dirigeant correspond."
      • addedInput schema / properties / appartient_groupe / description
        Added value: +"true = uniquement les societes appartenant a un groupe : filiales declarees OU soupcon de groupe fort (groupe_pont probable). Complement exact de independant_strict (ne pas envoyer les deux en meme temps)."
      • addedInput schema / properties / ca_max / description
        Added value: +"CA maximum en euros. Ex: 50000000 pour 50M"
      • addedInput schema / properties / ca_min / description
        Added value: +"CA minimum en euros. Ex: 5000000 pour 5M"
      • addedInput schema / properties / cagr_ca_max / description
        Added value: +"Croissance CA max sur 1 an en % (ex: 50 pour +50%)"
      • addedInput schema / properties / cagr_ca_min / description
        Added value: +"Croissance CA min sur 1 an en % (ex: 20 pour +20%)"
      • addedInput schema / properties / code_naf / description
        Added value: +"Code NAF/APE. Exemples courants :\n- SaaS/Logiciel : 5829C, 6201Z, 6202A\n- Conseil IT : 6202A, 6209Z\n- Conseil management : 7022Z\n- Fintech : 6419Z, 6499Z\n- Biotech/Pharma : 2120Z, 7211Z\n- E-commerce : 4791A, 4791B\n- BTP : 4120A, 4120B\n- Restauration : 5610A, 5610C\nPlusieurs codes separes par virgule."
      • addedInput schema / properties / code_postal / description
        Added value: +"Code postal du siege. Ex: \"75001\", \"69001\". Plusieurs separes par virgule."
      • addedInput schema / properties / credit_grade / description
        Added value: +"Grades de risque credit a garder (OR). Ex: [\"CCC\",\"D\"] pour les societes a risque eleve, [\"AAA\",\"AA\"] pour les plus solides. ~900k societes scorees (celles avec un bilan recent) ; les non scorees sont exclues des qu'un grade est demande."
      • addedInput schema / properties / credit_scored / description
        Added value: +"true pour ne garder que les societes qui ont un score credit, false pour les exclure"
      • addedInput schema / properties / date_creation_max / description
        Added value: +"Date de creation maximum (ISO). Ex: \"2021-12-31\" pour les entreprises creees avant 2022"
      • addedInput schema / properties / date_creation_min / description
        Added value: +"Date de creation minimum (ISO). Ex: \"2021-01-01\" pour les entreprises creees apres 2021"
      • addedInput schema / properties / departement / description
        Added value: +"Code departement. Ex: \"75\", \"33\", \"69\""
      • addedInput schema / properties / dirigeant_naissance / description
        Added value: +"Naissance du dirigeant pour desambiguiser les homonymes, granularite mois : format YYYY-MM. Ex: \"1975-03\" (un YYYY-MM-DD est accepte mais le jour est ignore). Pour une desambiguisation au jour pres, utiliser search_director_companies."
      • addedInput schema / properties / dirigeant_nom / description
        Added value: +"Nom de famille du dirigeant (recherche exacte). Ex: \"GUILLEMOT\". Combine avec dirigeant_prenom et dirigeant_naissance pour desambiguiser les homonymes."
      • addedInput schema / properties / dirigeant_prenom / description
        Added value: +"Prenom du dirigeant. A utiliser avec dirigeant_nom. Ex: \"Yves\""
      • addedInput schema / properties / effectif_max / description
        Added value: +"Effectif maximum (nombre de salaries)"
      • addedInput schema / properties / effectif_min / description
        Added value: +"Effectif minimum (nombre de salaries)"
      • changedInput schema / properties / enable_alert / description
        Previous value: -"Notification quotidienne des nouvelles societes qui matchent. Defaut: true ici, false via l'API REST."New value: +"true pour etre notifie quotidiennement des nouvelles societes qui matchent la recherche. Defaut: false."
      • addedInput schema / properties / est_filiale / description
        Added value: +"true = filiales uniquement, false = entreprises independantes uniquement"
      • addedInput schema / properties / est_tete_de_groupe / description
        Added value: +"true = uniquement les tetes de groupe"
      • addedInput schema / properties / filter_annee / description
        Added value: +"Annee de l'exercice financier. Filtre les entreprises dont le dernier bilan publie correspond a cette annee. Ex: 2024 pour ne voir que les bilans 2024. Combiner avec ca_min pour \"societes ayant fait 5M de CA en 2024\"."
      • addedInput schema / properties / groupe_parent / description
        Added value: +"Nom du groupe parent (recherche textuelle). Ex: \"LVMH\", \"Bouygues\""
      • addedInput schema / properties / groupe_pont_siren / description
        Added value: +"SIREN de la tete de groupe INFEREE (soupcon de groupe via dirigeant-pont). Retourne toutes les societes rattachees au meme groupe soupconne (non declare). A distinguer de siren_groupe (lien capitalistique declare)."
      • addedInput schema / properties / has_website / description
        Added value: +"true pour ne retourner que les entreprises ayant un site web"
      • addedInput schema / properties / independant_strict / description
        Added value: +"true = uniquement les societes reellement independantes : exclut les filiales declarees ET les societes avec un soupcon de groupe fort (groupe_pont probable). Les soupcons plus faibles (possible/soupcon) ne sont pas exclus."
      • addedInput schema / properties / is_cotee / description
        Added value: +"true pour les societes cotees en bourse uniquement, false pour les exclure"
      • addedInput schema / properties / latitude / description
        Added value: +"Latitude du centre pour une recherche par rayon (WGS84). A fournir avec longitude ET radius."
      • addedInput schema / properties / longitude / description
        Added value: +"Longitude du centre pour une recherche par rayon (WGS84). A fournir avec latitude ET radius."
      • addedInput schema / properties / plan_en_cours / description
        Added value: +"Societes executant un plan (redressement, sauvegarde ou cession). Distinct de procedure_collective : sous plan, la periode d'observation est terminee."
      • addedInput schema / properties / procedure_collective / description
        Added value: +"Procedure collective EN COURS (etat courant, pas l'historique). Valeurs: \"liquidation\", \"redressement\", \"sauvegarde\", \"conciliation\", \"autre\", \"accord_homologue\", \"plan_redressement\", \"plan_sauvegarde\", \"plan_cession\". Plusieurs separes par virgule. \"accord_homologue\" = accord de conciliation homologue en cours d'execution, ce qui CLOT la conciliation et ne l'ouvre pas ; \"conciliation\" ne designe qu'une ouverture, que le BODACC ne publie pas. Une procedure cloturee ne matche pas : les societes dont la liquidation est close en sont exclues."
      • addedInput schema / properties / radius / description
        Added value: +"Rayon de recherche en km (1-200) autour de latitude/longitude. Les trois vont ensemble : un triplet incomplet est refuse."
      • addedInput schema / properties / region / description
        Added value: +"Region. Ex: \"Ile-de-France\", \"Bretagne\", \"Auvergne-Rhone-Alpes\""
      • addedInput schema / properties / resultat_net_max / description
        Added value: +"Resultat net maximum en euros"
      • addedInput schema / properties / resultat_net_min / description
        Added value: +"Resultat net minimum en euros"
      • addedInput schema / properties / siren_groupe / description
        Added value: +"SIREN de la tete de groupe. Retourne toutes les societes du meme groupe. Ex: \"352383715\" pour lister toutes les filiales de LVMH."
      • addedInput schema / properties / societe_mere_etrangere / description
        Added value: +"true = filiales de groupes etrangers uniquement"
      • addedInput schema / properties / statut / description
        Added value: +"Filtre par statut au registre. DISSOLVED = dissoute ou radiee ; une societe en procedure collective reste ACTIVE jusqu'a sa radiation. Le statut ne se deduit PAS de date_radiation, absente sur environ 9,9M des 12,4M societes dissoutes."
      • addedInput schema / properties / tresorerie_max / description
        Added value: +"Tresorerie maximum en euros"
      • addedInput schema / properties / tresorerie_min / description
        Added value: +"Tresorerie minimum en euros"
      • addedInput schema / properties / ville / description
        Added value: +"Nom de ville. Plusieurs villes separees par virgule. Ex: \"Paris,Lyon,Bordeaux\""
    • Changedget_company1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "include_fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "include_fields_unknown": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "include_fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "include_fields_unknown": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_company_graph1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "edges": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "source": {
        -              "type": "string"
        -            },
        -            "target": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "enum": [
        -                "mandat_pm",
        -                "filiale",
        -                "parent_ultime",
        -                "mandat_pp"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "source",
        -            "target",
        -            "type"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "meta": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "counts": {
        -            "additionalProperties": {},
        -            "properties": {
        -              "edges": {
        -                "type": "number"
        -              },
        -              "entreprises": {
        -                "type": "number"
        -              },
        -              "personnes": {
        -                "type": "number"
        -              }
        -            },
        -            "required": [
        -              "entreprises",
        -              "personnes",
        -              "edges"
        -            ],
        -            "type": "object"
        -          },
        -          "depth": {
        -            "type": "number"
        -          }
        -        },
        -        "required": [
        -          "depth",
        -          "counts"
        -        ],
        -        "type": "object"
        -      },
        -      "nodes": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "id": {
        -              "type": "string"
        -            },
        -            "niveau": {
        -              "type": "number"
        -            },
        -            "type": {
        -              "enum": [
        -                "entreprise",
        -                "personne"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "id",
        -            "type",
        -            "niveau"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "nodes",
        -      "edges",
        -      "meta"
        -    ],
        -    "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"
        -      },
        -      "depth": {
        -        "type": "number"
        -      },
        -      "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": {
        +      "edges": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "source": {
        +              "type": "string"
        +            },
        +            "target": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "enum": [
        +                "mandat_pm",
        +                "filiale",
        +                "parent_ultime",
        +                "mandat_pp"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "source",
        +            "target",
        +            "type"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "meta": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "counts": {
        +            "additionalProperties": {},
        +            "properties": {
        +              "edges": {
        +                "type": "number"
        +              },
        +              "entreprises": {
        +                "type": "number"
        +              },
        +              "personnes": {
        +                "type": "number"
        +              }
        +            },
        +            "required": [
        +              "entreprises",
        +              "personnes",
        +              "edges"
        +            ],
        +            "type": "object"
        +          },
        +          "depth": {
        +            "type": "number"
        +          }
        +        },
        +        "required": [
        +          "depth",
        +          "counts"
        +        ],
        +        "type": "object"
        +      },
        +      "nodes": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "id": {
        +              "type": "string"
        +            },
        +            "niveau": {
        +              "type": "number"
        +            },
        +            "type": {
        +              "enum": [
        +                "entreprise",
        +                "personne"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "id",
        +            "type",
        +            "niveau"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "nodes",
        +      "edges",
        +      "meta"
        +    ],
        +    "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"
        +      },
        +      "depth": {
        +        "type": "number"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_credit_risk1 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"
        +  }
        +]
    • Changedget_directors1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "actif": {
        -              "type": "boolean"
        -            },
        -            "annee_naissance": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_debut_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_fin_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "linkedin_url": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "nom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "prenom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "representants": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "role": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type": {
        -              "enum": [
        -                "PP",
        -                "PM"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "has_more": {
        -            "type": "boolean"
        -          },
        -          "limit": {
        -            "type": "number"
        -          },
        -          "offset": {
        -            "type": "number"
        -          }
        -        },
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_credits_remaining": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "actif": {
        +              "type": "boolean"
        +            },
        +            "annee_naissance": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_debut_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_fin_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "nom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "prenom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "representants": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "role": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type": {
        +              "enum": [
        +                "PP",
        +                "PM"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "has_more": {
        +            "type": "boolean"
        +          },
        +          "limit": {
        +            "type": "number"
        +          },
        +          "offset": {
        +            "type": "number"
        +          }
        +        },
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_events1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "additionalProperties": {},
        -              "properties": {},
        -              "type": "object"
        -            },
        -            "date": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "date",
        -            "type",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {},
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data",
        -      "pagination"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_credits_remaining": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "additionalProperties": {},
        +              "properties": {},
        +              "type": "object"
        +            },
        +            "date": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "date",
        +            "type",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {},
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data",
        +      "pagination"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_financials1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_layout": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "currency": {
        -            "type": "string"
        -          },
        -          "doc_url": {
        -            "type": "string"
        -          },
        -          "missing_pcg_lines": {
        -            "items": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "label": {
        -                  "type": "string"
        -                },
        -                "reason": {
        -                  "type": "string"
        -                },
        -                "ticket": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "label",
        -                "reason"
        -              ],
        -              "type": "object"
        -            },
        -            "type": "array"
        -          },
        -          "not_applicable_pcg": {
        -            "type": "boolean"
        -          },
        -          "note": {
        -            "type": "string"
        -          },
        -          "schema_version": {
        -            "type": "string"
        -          },
        -          "sections": {
        -            "additionalProperties": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "lines": {
        -                  "items": {
        -                    "additionalProperties": {},
        -                    "properties": {
        -                      "formula": {
        -                        "type": "string"
        -                      },
        -                      "formula_note": {
        -                        "type": "string"
        -                      },
        -                      "key": {
        -                        "type": "string"
        -                      },
        -                      "kind": {
        -                        "enum": [
        -                          "value",
        -                          "subtotal",
        -                          "detail",
        -                          "total",
        -                          "meta"
        -                        ],
        -                        "type": "string"
        -                      },
        -                      "label": {
        -                        "type": "string"
        -                      },
        -                      "level": {
        -                        "type": "number"
        -                      }
        -                    },
        -                    "required": [
        -                      "key",
        -                      "label",
        -                      "level",
        -                      "kind"
        -                    ],
        -                    "type": "object"
        -                  },
        -                  "type": "array"
        -                },
        -                "title": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "title",
        -                "lines"
        -              ],
        -              "type": "object"
        -            },
        -            "propertyNames": {
        -              "type": "string"
        -            },
        -            "type": "object"
        -          }
        -        },
        -        "required": [
        -          "schema_version",
        -          "currency",
        -          "sections"
        -        ],
        -        "type": "object"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "dernier_exercice": {
        -        "anyOf": [
        -          {
        -            "type": "number"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "exercices": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "annee": {
        -              "type": "number"
        -            },
        -            "autonomie_financiere": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_hors_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_jours_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_total": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_autofinancement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_remboursement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capitaux_propres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "cash": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "chiffre_affaires": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "confidentialite": {
        -              "anyOf": [
        -                {
        -                  "type": "boolean"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_cloture": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_depot": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_clients_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_fournisseurs_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dette_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_financieres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_fournisseurs": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_confiance": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_estime": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividendes_verses": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "duree_exercice_mois": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "effectif_moyen": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "fonds_roulement_net_global": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "impot_benefices": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "liquidite_generale": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_endettement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_stock_ca_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "rentabilite_economique": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_courant": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exceptionnel": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_financier": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_net": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "roe": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_operationnelle": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_valeur_ajoutee_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_actif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_dettes": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_passif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "tresorerie": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type_bilan": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "valeur_ajoutee": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "ifrs": {
        -        "anyOf": [
        -          {
        -            "additionalProperties": {},
        -            "properties": {
        -              "annee": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "bpa": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "capitaux_propres": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "chiffre_affaires": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "dividendes": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "ebitda": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_net": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_operationnel": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "total_actif": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "tresorerie": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              }
        -            },
        -            "type": "object"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      },
        -      "upgrade_hint": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "detail": {
        -        "type": "string"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_layout": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "currency": {
        +            "type": "string"
        +          },
        +          "doc_url": {
        +            "type": "string"
        +          },
        +          "missing_pcg_lines": {
        +            "items": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "label": {
        +                  "type": "string"
        +                },
        +                "reason": {
        +                  "type": "string"
        +                },
        +                "ticket": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "label",
        +                "reason"
        +              ],
        +              "type": "object"
        +            },
        +            "type": "array"
        +          },
        +          "not_applicable_pcg": {
        +            "type": "boolean"
        +          },
        +          "note": {
        +            "type": "string"
        +          },
        +          "schema_version": {
        +            "type": "string"
        +          },
        +          "sections": {
        +            "additionalProperties": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "lines": {
        +                  "items": {
        +                    "additionalProperties": {},
        +                    "properties": {
        +                      "formula": {
        +                        "type": "string"
        +                      },
        +                      "formula_note": {
        +                        "type": "string"
        +                      },
        +                      "key": {
        +                        "type": "string"
        +                      },
        +                      "kind": {
        +                        "enum": [
        +                          "value",
        +                          "subtotal",
        +                          "detail",
        +                          "total",
        +                          "meta"
        +                        ],
        +                        "type": "string"
        +                      },
        +                      "label": {
        +                        "type": "string"
        +                      },
        +                      "level": {
        +                        "type": "number"
        +                      }
        +                    },
        +                    "required": [
        +                      "key",
        +                      "label",
        +                      "level",
        +                      "kind"
        +                    ],
        +                    "type": "object"
        +                  },
        +                  "type": "array"
        +                },
        +                "title": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "title",
        +                "lines"
        +              ],
        +              "type": "object"
        +            },
        +            "propertyNames": {
        +              "type": "string"
        +            },
        +            "type": "object"
        +          }
        +        },
        +        "required": [
        +          "schema_version",
        +          "currency",
        +          "sections"
        +        ],
        +        "type": "object"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "dernier_exercice": {
        +        "anyOf": [
        +          {
        +            "type": "number"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "exercices": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "annee": {
        +              "type": "number"
        +            },
        +            "autonomie_financiere": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_hors_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_jours_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_total": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_autofinancement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_remboursement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capitaux_propres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "cash": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "chiffre_affaires": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "confidentialite": {
        +              "anyOf": [
        +                {
        +                  "type": "boolean"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_cloture": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_depot": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_clients_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_fournisseurs_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dette_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_financieres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_fournisseurs": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_confiance": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_estime": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividendes_verses": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "duree_exercice_mois": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "effectif_moyen": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "fonds_roulement_net_global": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "impot_benefices": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "liquidite_generale": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_endettement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_stock_ca_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "rentabilite_economique": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_courant": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exceptionnel": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_financier": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_net": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "roe": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_operationnelle": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_valeur_ajoutee_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_actif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_dettes": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_passif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "tresorerie": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type_bilan": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "valeur_ajoutee": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "ifrs": {
        +        "anyOf": [
        +          {
        +            "additionalProperties": {},
        +            "properties": {
        +              "annee": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "bpa": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "capitaux_propres": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "chiffre_affaires": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "dividendes": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "ebitda": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_net": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_operationnel": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "total_actif": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "tresorerie": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              }
        +            },
        +            "type": "object"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      },
        +      "upgrade_hint": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "detail": {
        +        "type": "string"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedresolve_companies3 fields changed
      • removedInput schema / properties / records / items / properties / domain
        Removed value: -{
        -  "description": "Site web de la societe, en domaine nu ou en URL complete. Tranche mieux qu'un nom quand il est connu.",
        -  "maxLength": 253,
        -  "type": "string"
        -}
      • removedInput schema / properties / shared_domain
        Removed value: -{
        -  "description": "Domaine porte par plusieurs societes : review (defaut) rend les candidats ; head rapproche vers la maison mere (groupe dominant, sinon plus gros CA), method=domain_head, confiance basse. Reserver aux colonnes d'enseignes.",
        -  "enum": [
        -    "review",
        -    "head"
        -  ],
        -  "type": "string"
        -}
      • removedOutput schema / properties / _credits_remaining
        Removed value: -{
        -  "type": "number"
        -}
    • Removedreveal_director_email
    • Changedsearch_companies2 fields changed
      • changedInput schema / properties / include_fields / description
        Previous value: -"Champs a ajouter a chaque resultat (CSV). Une valeur filtree n'apparait que si son champ est demande. Montants et ratios : le champ porte le nom du filtre sans _min/_max (ebitda_min -> ebitda, capitaux_propres_min -> capitaux_propres, nb_cessions_min -> nb_cessions). Exceptions : dividendes_min -> dividendes_verses ; nb_marches_min -> nb_marches_titulaire,montant_marches_titulaire ; nb_subventions_min -> nb_subventions,montant_subventions_total ; nb_brevets_min -> nb_brevets,nb_brevets_actifs.\nFinancier : ca, marge_brute, valeur_ajoutee, ebitda, resultat_exploitation, resultat_net, marge_nette, marge_ebitda, total_actif, capitaux_propres, tresorerie, dettes_financieres, dettes_fournisseurs, dette_nette, bfr, ratio_endettement, capacite_autofinancement, dividendes_verses, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, annee_financiere.\nCroissance : croissance_ca, croissance_ebitda, croissance_rn, et leurs variantes _2ans, _3ans, _5ans.\nGroupe : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nSignaux BODACC : nb_cessions, derniere_cession_date, a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination, nb_evt_modif_admin.\nDonnees publiques : nb_marches_titulaire, montant_marches_titulaire, nb_subventions, montant_subventions_total, nb_brevets, nb_brevets_actifs, nb_participations_salons, est_societe_mission, est_ess.\nFonds PE/VC : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nCotees : a_lei, lei, source_esef, source_gleif, nb_instruments_financiers.\nCompteurs et fraicheur : nb_dirigeants, nb_etablissements, nb_representants_actifs, derniere_evt_date, dernier_depot_date, dernier_marche_date.\nTexte : description_activite (alias description ; reprend souvent le libelle NAF), objet_social, site_internet (~40 % des societes a CA > 8 M EUR). Le descriptif est deja cherche par query.\nPlan gratuit : ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere, plus les champs groupe, signaux, donnees publiques et texte."New value: +"Champs a inclure dans chaque resultat (CSV) pour que les valeurs d'un filtre financier ou donnees publiques apparaissent. Mapping filtre→champ : dividendes_min→dividendes_verses, tresorerie_min→tresorerie, dettes_financieres_min→dettes_financieres, dettes_fournisseurs_min→dettes_fournisseurs, ebitda_min→ebitda, marge_nette_min→marge_nette, marge_ebitda_min→marge_ebitda.\nAutres champs include_fields : ca, marge_brute, valeur_ajoutee, resultat_exploitation, resultat_net, total_actif, capitaux_propres, dette_nette, bfr, ratio_endettement, capacite_autofinancement, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, croissance_ca, croissance_ca_2ans, croissance_ca_3ans, croissance_ca_5ans, croissance_ebitda, croissance_ebitda_2ans, croissance_ebitda_3ans, croissance_ebitda_5ans, croissance_rn, croissance_rn_2ans, croissance_rn_3ans, croissance_rn_5ans, annee_financiere.\nChamps groupe (donnees publiques, disponibles sur tous les plans) : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nChamps cessions BODACC (donnees publiques) : nb_cessions, derniere_cession_date.\nChamps signaux BODACC (donnees publiques) : a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination.\nChamps marches publics (donnees publiques DECP) : nb_marches_titulaire, montant_marches_titulaire.\nChamps subventions (donnees publiques) : nb_subventions, montant_subventions_total.\nChamps brevets (donnees publiques INPI) : nb_brevets, nb_brevets_actifs.\nChamps salons (donnees publiques) : nb_participations_salons.\nChamps ESS/Mission (donnees publiques) : est_societe_mission, est_ess.\nChamps participation de fonds (PE/VC) : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nChamps LEI & provenance (cotees) : a_lei, lei, source_esef, source_gleif.\nChamps compteurs structuraux : nb_dirigeants, nb_etablissements, nb_representants_actifs, nb_fonds_actuels, nb_instruments_financiers.\nChamps evenements BODACC additionnels : nb_evt_modif_admin.\nChamps fraicheur evenementielle : derniere_evt_date, dernier_depot_date, dernier_marche_date.\nChamps descriptif et web (donnees publiques, tous plans) : description_activite (descriptif d'activite ; alias description), objet_social, site_internet. Ce sont les deux colonnes d'une buyers list qu'il fallait auparavant aller chercher societe par societe. A noter : le descriptif est deja indexe dans la recherche plein texte, donc chercher un mot-cle metier dans query le cherche aussi dans le descriptif. Remplissage mesure au 12/09/2026 : description_activite sur 84,7 % des societes actives (mais ~4 sur 5 ne font que reprendre le libelle NAF), site_internet sur 3,2 % de l'ensemble et ~40 % des societes a CA > 8 M EUR.\nMapping filtre avance→include_fields : capitaux_propres_min→capitaux_propres, total_actif_min→total_actif, dette_nette_min→dette_nette, bfr_min→bfr, resultat_exploitation_min→resultat_exploitation, ratio_endettement_min→ratio_endettement, nb_cessions_min→nb_cessions, nb_marches_min→nb_marches_titulaire, nb_brevets_min→nb_brevets.\nSur le plan gratuit : seuls ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere + les champs groupe + les champs BODACC/marches/subventions/brevets/salons/ESS sont disponibles. _user_plan dans la reponse indique le plan.\nEx: filtre dividendes_min → include_fields=\"dividendes_verses\""
      • removedOutput schema / properties / _credits_remaining
        Removed value: -{
        -  "type": "number"
        -}
    • Changedsearch_directors1 field changed
      • removedOutput schema / properties / _credits_remaining
        Removed value: -{
        -  "type": "number"
        -}
    • Changedsearch_events1 field changed
      • removedInput schema / properties / ville
        Removed value: -{
        -  "description": "Ville du siege (CSV possible). Ex: \"Marseille\". Le bon filtre pour un ressort de tribunal : plus etroit que departement.",
        -  "type": "string"
        -}
  3. 12 tool updates
    • Changedcreate_saved_search42 fields changed
      • removedInput schema / properties / age_dirigeant_max / description
        Removed value: -"Age maximum des dirigeants (annees). Ex: 50 pour moins de 50 ans. Filtre si au moins un dirigeant correspond."
      • removedInput schema / properties / age_dirigeant_min / description
        Removed value: -"Age minimum des dirigeants (annees). Ex: 60 pour 60 ans et plus. Filtre si au moins un dirigeant correspond."
      • removedInput schema / properties / appartient_groupe / description
        Removed value: -"true = uniquement les societes appartenant a un groupe : filiales declarees OU soupcon de groupe fort (groupe_pont probable). Complement exact de independant_strict (ne pas envoyer les deux en meme temps)."
      • removedInput schema / properties / ca_max / description
        Removed value: -"CA maximum en euros. Ex: 50000000 pour 50M"
      • removedInput schema / properties / ca_min / description
        Removed value: -"CA minimum en euros. Ex: 5000000 pour 5M"
      • removedInput schema / properties / cagr_ca_max / description
        Removed value: -"Croissance CA max sur 1 an en % (ex: 50 pour +50%)"
      • removedInput schema / properties / cagr_ca_min / description
        Removed value: -"Croissance CA min sur 1 an en % (ex: 20 pour +20%)"
      • removedInput schema / properties / code_naf / description
        Removed value: -"Code NAF/APE. Exemples courants :\n- SaaS/Logiciel : 5829C, 6201Z, 6202A\n- Conseil IT : 6202A, 6209Z\n- Conseil management : 7022Z\n- Fintech : 6419Z, 6499Z\n- Biotech/Pharma : 2120Z, 7211Z\n- E-commerce : 4791A, 4791B\n- BTP : 4120A, 4120B\n- Restauration : 5610A, 5610C\nPlusieurs codes separes par virgule."
      • removedInput schema / properties / code_postal / description
        Removed value: -"Code postal du siege. Ex: \"75001\", \"69001\". Plusieurs separes par virgule."
      • removedInput schema / properties / credit_grade / description
        Removed value: -"Grades de risque credit a garder (OR). Ex: [\"CCC\",\"D\"] pour les societes a risque eleve, [\"AAA\",\"AA\"] pour les plus solides. ~900k societes scorees (celles avec un bilan recent) ; les non scorees sont exclues des qu'un grade est demande."
      • removedInput schema / properties / credit_scored / description
        Removed value: -"true pour ne garder que les societes qui ont un score credit, false pour les exclure"
      • removedInput schema / properties / date_creation_max / description
        Removed value: -"Date de creation maximum (ISO). Ex: \"2021-12-31\" pour les entreprises creees avant 2022"
      • removedInput schema / properties / date_creation_min / description
        Removed value: -"Date de creation minimum (ISO). Ex: \"2021-01-01\" pour les entreprises creees apres 2021"
      • removedInput schema / properties / departement / description
        Removed value: -"Code departement. Ex: \"75\", \"33\", \"69\""
      • removedInput schema / properties / dirigeant_naissance / description
        Removed value: -"Naissance du dirigeant pour desambiguiser les homonymes, granularite mois : format YYYY-MM. Ex: \"1975-03\" (un YYYY-MM-DD est accepte mais le jour est ignore). Pour une desambiguisation au jour pres, utiliser search_director_companies."
      • removedInput schema / properties / dirigeant_nom / description
        Removed value: -"Nom de famille du dirigeant (recherche exacte). Ex: \"GUILLEMOT\". Combine avec dirigeant_prenom et dirigeant_naissance pour desambiguiser les homonymes."
      • removedInput schema / properties / dirigeant_prenom / description
        Removed value: -"Prenom du dirigeant. A utiliser avec dirigeant_nom. Ex: \"Yves\""
      • removedInput schema / properties / effectif_max / description
        Removed value: -"Effectif maximum (nombre de salaries)"
      • removedInput schema / properties / effectif_min / description
        Removed value: -"Effectif minimum (nombre de salaries)"
      • changedInput schema / properties / enable_alert / description
        Previous value: -"true pour etre notifie quotidiennement des nouvelles societes qui matchent la recherche. Defaut: false."New value: +"Notification quotidienne des nouvelles societes qui matchent. Defaut: true ici, false via l'API REST."
      • removedInput schema / properties / est_filiale / description
        Removed value: -"true = filiales uniquement, false = entreprises independantes uniquement"
      • removedInput schema / properties / est_tete_de_groupe / description
        Removed value: -"true = uniquement les tetes de groupe"
      • removedInput schema / properties / filter_annee / description
        Removed value: -"Annee de l'exercice financier. Filtre les entreprises dont le dernier bilan publie correspond a cette annee. Ex: 2024 pour ne voir que les bilans 2024. Combiner avec ca_min pour \"societes ayant fait 5M de CA en 2024\"."
      • removedInput schema / properties / groupe_parent / description
        Removed value: -"Nom du groupe parent (recherche textuelle). Ex: \"LVMH\", \"Bouygues\""
      • removedInput schema / properties / groupe_pont_siren / description
        Removed value: -"SIREN de la tete de groupe INFEREE (soupcon de groupe via dirigeant-pont). Retourne toutes les societes rattachees au meme groupe soupconne (non declare). A distinguer de siren_groupe (lien capitalistique declare)."
      • removedInput schema / properties / has_website / description
        Removed value: -"true pour ne retourner que les entreprises ayant un site web"
      • removedInput schema / properties / independant_strict / description
        Removed value: -"true = uniquement les societes reellement independantes : exclut les filiales declarees ET les societes avec un soupcon de groupe fort (groupe_pont probable). Les soupcons plus faibles (possible/soupcon) ne sont pas exclus."
      • removedInput schema / properties / is_cotee / description
        Removed value: -"true pour les societes cotees en bourse uniquement, false pour les exclure"
      • removedInput schema / properties / latitude / description
        Removed value: -"Latitude du centre pour une recherche par rayon (WGS84). A fournir avec longitude ET radius."
      • removedInput schema / properties / longitude / description
        Removed value: -"Longitude du centre pour une recherche par rayon (WGS84). A fournir avec latitude ET radius."
      • removedInput schema / properties / plan_en_cours / description
        Removed value: -"Societes executant un plan (redressement, sauvegarde ou cession). Distinct de procedure_collective : sous plan, la periode d'observation est terminee."
      • removedInput schema / properties / procedure_collective / description
        Removed value: -"Procedure collective EN COURS (etat courant, pas l'historique). Valeurs: \"liquidation\", \"redressement\", \"sauvegarde\", \"conciliation\", \"autre\", \"accord_homologue\", \"plan_redressement\", \"plan_sauvegarde\", \"plan_cession\". Plusieurs separes par virgule. \"accord_homologue\" = accord de conciliation homologue en cours d'execution, ce qui CLOT la conciliation et ne l'ouvre pas ; \"conciliation\" ne designe qu'une ouverture, que le BODACC ne publie pas. Une procedure cloturee ne matche pas : les societes dont la liquidation est close en sont exclues."
      • removedInput schema / properties / radius / description
        Removed value: -"Rayon de recherche en km (1-200) autour de latitude/longitude. Les trois vont ensemble : un triplet incomplet est refuse."
      • removedInput schema / properties / region / description
        Removed value: -"Region. Ex: \"Ile-de-France\", \"Bretagne\", \"Auvergne-Rhone-Alpes\""
      • removedInput schema / properties / resultat_net_max / description
        Removed value: -"Resultat net maximum en euros"
      • removedInput schema / properties / resultat_net_min / description
        Removed value: -"Resultat net minimum en euros"
      • removedInput schema / properties / siren_groupe / description
        Removed value: -"SIREN de la tete de groupe. Retourne toutes les societes du meme groupe. Ex: \"352383715\" pour lister toutes les filiales de LVMH."
      • removedInput schema / properties / societe_mere_etrangere / description
        Removed value: -"true = filiales de groupes etrangers uniquement"
      • removedInput schema / properties / statut / description
        Removed value: -"Filtre par statut au registre. DISSOLVED = dissoute ou radiee ; une societe en procedure collective reste ACTIVE jusqu'a sa radiation. Le statut ne se deduit PAS de date_radiation, absente sur environ 9,9M des 12,4M societes dissoutes."
      • removedInput schema / properties / tresorerie_max / description
        Removed value: -"Tresorerie maximum en euros"
      • removedInput schema / properties / tresorerie_min / description
        Removed value: -"Tresorerie minimum en euros"
      • removedInput schema / properties / ville / description
        Removed value: -"Nom de ville. Plusieurs villes separees par virgule. Ex: \"Paris,Lyon,Bordeaux\""
    • Changedget_company1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "include_fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "include_fields_unknown": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "include_fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "include_fields_unknown": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_company_graph1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "edges": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "source": {
        -              "type": "string"
        -            },
        -            "target": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "enum": [
        -                "mandat_pm",
        -                "filiale",
        -                "parent_ultime",
        -                "mandat_pp"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "source",
        -            "target",
        -            "type"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "meta": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "counts": {
        -            "additionalProperties": {},
        -            "properties": {
        -              "edges": {
        -                "type": "number"
        -              },
        -              "entreprises": {
        -                "type": "number"
        -              },
        -              "personnes": {
        -                "type": "number"
        -              }
        -            },
        -            "required": [
        -              "entreprises",
        -              "personnes",
        -              "edges"
        -            ],
        -            "type": "object"
        -          },
        -          "depth": {
        -            "type": "number"
        -          }
        -        },
        -        "required": [
        -          "depth",
        -          "counts"
        -        ],
        -        "type": "object"
        -      },
        -      "nodes": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "id": {
        -              "type": "string"
        -            },
        -            "niveau": {
        -              "type": "number"
        -            },
        -            "type": {
        -              "enum": [
        -                "entreprise",
        -                "personne"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "id",
        -            "type",
        -            "niveau"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "nodes",
        -      "edges",
        -      "meta"
        -    ],
        -    "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"
        -      },
        -      "depth": {
        -        "type": "number"
        -      },
        -      "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": {
        +      "edges": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "source": {
        +              "type": "string"
        +            },
        +            "target": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "enum": [
        +                "mandat_pm",
        +                "filiale",
        +                "parent_ultime",
        +                "mandat_pp"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "source",
        +            "target",
        +            "type"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "meta": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "counts": {
        +            "additionalProperties": {},
        +            "properties": {
        +              "edges": {
        +                "type": "number"
        +              },
        +              "entreprises": {
        +                "type": "number"
        +              },
        +              "personnes": {
        +                "type": "number"
        +              }
        +            },
        +            "required": [
        +              "entreprises",
        +              "personnes",
        +              "edges"
        +            ],
        +            "type": "object"
        +          },
        +          "depth": {
        +            "type": "number"
        +          }
        +        },
        +        "required": [
        +          "depth",
        +          "counts"
        +        ],
        +        "type": "object"
        +      },
        +      "nodes": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "id": {
        +              "type": "string"
        +            },
        +            "niveau": {
        +              "type": "number"
        +            },
        +            "type": {
        +              "enum": [
        +                "entreprise",
        +                "personne"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "id",
        +            "type",
        +            "niveau"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "nodes",
        +      "edges",
        +      "meta"
        +    ],
        +    "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"
        +      },
        +      "depth": {
        +        "type": "number"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_credit_risk1 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"
        +  }
        +]
    • Changedget_directors1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "actif": {
        -              "type": "boolean"
        -            },
        -            "annee_naissance": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_debut_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_fin_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "nom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "prenom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "representants": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "role": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type": {
        -              "enum": [
        -                "PP",
        -                "PM"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "has_more": {
        -            "type": "boolean"
        -          },
        -          "limit": {
        -            "type": "number"
        -          },
        -          "offset": {
        -            "type": "number"
        -          }
        -        },
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "actif": {
        +              "type": "boolean"
        +            },
        +            "annee_naissance": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_debut_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_fin_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "linkedin_url": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "nom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "prenom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "representants": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "role": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type": {
        +              "enum": [
        +                "PP",
        +                "PM"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "has_more": {
        +            "type": "boolean"
        +          },
        +          "limit": {
        +            "type": "number"
        +          },
        +          "offset": {
        +            "type": "number"
        +          }
        +        },
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_credits_remaining": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_events1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "additionalProperties": {},
        -              "properties": {},
        -              "type": "object"
        -            },
        -            "date": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "date",
        -            "type",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {},
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data",
        -      "pagination"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "additionalProperties": {},
        +              "properties": {},
        +              "type": "object"
        +            },
        +            "date": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "date",
        +            "type",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {},
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data",
        +      "pagination"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_credits_remaining": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_financials1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_layout": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "currency": {
        -            "type": "string"
        -          },
        -          "doc_url": {
        -            "type": "string"
        -          },
        -          "missing_pcg_lines": {
        -            "items": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "label": {
        -                  "type": "string"
        -                },
        -                "reason": {
        -                  "type": "string"
        -                },
        -                "ticket": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "label",
        -                "reason"
        -              ],
        -              "type": "object"
        -            },
        -            "type": "array"
        -          },
        -          "not_applicable_pcg": {
        -            "type": "boolean"
        -          },
        -          "note": {
        -            "type": "string"
        -          },
        -          "schema_version": {
        -            "type": "string"
        -          },
        -          "sections": {
        -            "additionalProperties": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "lines": {
        -                  "items": {
        -                    "additionalProperties": {},
        -                    "properties": {
        -                      "formula": {
        -                        "type": "string"
        -                      },
        -                      "formula_note": {
        -                        "type": "string"
        -                      },
        -                      "key": {
        -                        "type": "string"
        -                      },
        -                      "kind": {
        -                        "enum": [
        -                          "value",
        -                          "subtotal",
        -                          "detail",
        -                          "total",
        -                          "meta"
        -                        ],
        -                        "type": "string"
        -                      },
        -                      "label": {
        -                        "type": "string"
        -                      },
        -                      "level": {
        -                        "type": "number"
        -                      }
        -                    },
        -                    "required": [
        -                      "key",
        -                      "label",
        -                      "level",
        -                      "kind"
        -                    ],
        -                    "type": "object"
        -                  },
        -                  "type": "array"
        -                },
        -                "title": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "title",
        -                "lines"
        -              ],
        -              "type": "object"
        -            },
        -            "propertyNames": {
        -              "type": "string"
        -            },
        -            "type": "object"
        -          }
        -        },
        -        "required": [
        -          "schema_version",
        -          "currency",
        -          "sections"
        -        ],
        -        "type": "object"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "dernier_exercice": {
        -        "anyOf": [
        -          {
        -            "type": "number"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "exercices": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "annee": {
        -              "type": "number"
        -            },
        -            "autonomie_financiere": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_hors_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_jours_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_total": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_autofinancement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_remboursement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capitaux_propres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "cash": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "chiffre_affaires": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "confidentialite": {
        -              "anyOf": [
        -                {
        -                  "type": "boolean"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_cloture": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_depot": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_clients_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_fournisseurs_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dette_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_financieres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_fournisseurs": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_confiance": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_estime": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividendes_verses": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "duree_exercice_mois": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "effectif_moyen": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "fonds_roulement_net_global": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "impot_benefices": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "liquidite_generale": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_endettement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_stock_ca_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "rentabilite_economique": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_courant": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exceptionnel": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_financier": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_net": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "roe": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_operationnelle": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_valeur_ajoutee_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_actif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_dettes": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_passif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "tresorerie": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type_bilan": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "valeur_ajoutee": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "ifrs": {
        -        "anyOf": [
        -          {
        -            "additionalProperties": {},
        -            "properties": {
        -              "annee": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "bpa": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "capitaux_propres": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "chiffre_affaires": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "dividendes": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "ebitda": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_net": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_operationnel": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "total_actif": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "tresorerie": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              }
        -            },
        -            "type": "object"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      },
        -      "upgrade_hint": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "detail": {
        -        "type": "string"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_layout": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "currency": {
        +            "type": "string"
        +          },
        +          "doc_url": {
        +            "type": "string"
        +          },
        +          "missing_pcg_lines": {
        +            "items": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "label": {
        +                  "type": "string"
        +                },
        +                "reason": {
        +                  "type": "string"
        +                },
        +                "ticket": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "label",
        +                "reason"
        +              ],
        +              "type": "object"
        +            },
        +            "type": "array"
        +          },
        +          "not_applicable_pcg": {
        +            "type": "boolean"
        +          },
        +          "note": {
        +            "type": "string"
        +          },
        +          "schema_version": {
        +            "type": "string"
        +          },
        +          "sections": {
        +            "additionalProperties": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "lines": {
        +                  "items": {
        +                    "additionalProperties": {},
        +                    "properties": {
        +                      "formula": {
        +                        "type": "string"
        +                      },
        +                      "formula_note": {
        +                        "type": "string"
        +                      },
        +                      "key": {
        +                        "type": "string"
        +                      },
        +                      "kind": {
        +                        "enum": [
        +                          "value",
        +                          "subtotal",
        +                          "detail",
        +                          "total",
        +                          "meta"
        +                        ],
        +                        "type": "string"
        +                      },
        +                      "label": {
        +                        "type": "string"
        +                      },
        +                      "level": {
        +                        "type": "number"
        +                      }
        +                    },
        +                    "required": [
        +                      "key",
        +                      "label",
        +                      "level",
        +                      "kind"
        +                    ],
        +                    "type": "object"
        +                  },
        +                  "type": "array"
        +                },
        +                "title": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "title",
        +                "lines"
        +              ],
        +              "type": "object"
        +            },
        +            "propertyNames": {
        +              "type": "string"
        +            },
        +            "type": "object"
        +          }
        +        },
        +        "required": [
        +          "schema_version",
        +          "currency",
        +          "sections"
        +        ],
        +        "type": "object"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "dernier_exercice": {
        +        "anyOf": [
        +          {
        +            "type": "number"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "exercices": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "annee": {
        +              "type": "number"
        +            },
        +            "autonomie_financiere": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_hors_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_jours_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_total": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_autofinancement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_remboursement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capitaux_propres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "cash": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "chiffre_affaires": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "confidentialite": {
        +              "anyOf": [
        +                {
        +                  "type": "boolean"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_cloture": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_depot": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_clients_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_fournisseurs_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dette_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_financieres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_fournisseurs": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_confiance": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_estime": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividendes_verses": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "duree_exercice_mois": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "effectif_moyen": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "fonds_roulement_net_global": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "impot_benefices": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "liquidite_generale": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_endettement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_stock_ca_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "rentabilite_economique": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_courant": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exceptionnel": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_financier": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_net": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "roe": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_operationnelle": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_valeur_ajoutee_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_actif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_dettes": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_passif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "tresorerie": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type_bilan": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "valeur_ajoutee": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "ifrs": {
        +        "anyOf": [
        +          {
        +            "additionalProperties": {},
        +            "properties": {
        +              "annee": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "bpa": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "capitaux_propres": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "chiffre_affaires": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "dividendes": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "ebitda": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_net": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_operationnel": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "total_actif": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "tresorerie": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              }
        +            },
        +            "type": "object"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      },
        +      "upgrade_hint": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "detail": {
        +        "type": "string"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedresolve_companies3 fields changed
      • addedInput schema / properties / records / items / properties / domain
        Added value: +{
        +  "description": "Site web de la societe, en domaine nu ou en URL complete. Tranche mieux qu'un nom quand il est connu.",
        +  "maxLength": 253,
        +  "type": "string"
        +}
      • addedInput schema / properties / shared_domain
        Added value: +{
        +  "description": "Domaine porte par plusieurs societes : review (defaut) rend les candidats ; head rapproche vers la maison mere (groupe dominant, sinon plus gros CA), method=domain_head, confiance basse. Reserver aux colonnes d'enseignes.",
        +  "enum": [
        +    "review",
        +    "head"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / _credits_remaining
        Added value: +{
        +  "type": "number"
        +}
    • Addedreveal_director_email
    • Changedsearch_companies2 fields changed
      • changedInput schema / properties / include_fields / description
        Previous value: -"Champs a inclure dans chaque resultat (CSV) pour que les valeurs d'un filtre financier ou donnees publiques apparaissent. Mapping filtre→champ : dividendes_min→dividendes_verses, tresorerie_min→tresorerie, dettes_financieres_min→dettes_financieres, dettes_fournisseurs_min→dettes_fournisseurs, ebitda_min→ebitda, marge_nette_min→marge_nette, marge_ebitda_min→marge_ebitda.\nAutres champs include_fields : ca, marge_brute, valeur_ajoutee, resultat_exploitation, resultat_net, total_actif, capitaux_propres, dette_nette, bfr, ratio_endettement, capacite_autofinancement, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, croissance_ca, croissance_ca_2ans, croissance_ca_3ans, croissance_ca_5ans, croissance_ebitda, croissance_ebitda_2ans, croissance_ebitda_3ans, croissance_ebitda_5ans, croissance_rn, croissance_rn_2ans, croissance_rn_3ans, croissance_rn_5ans, annee_financiere.\nChamps groupe (donnees publiques, disponibles sur tous les plans) : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nChamps cessions BODACC (donnees publiques) : nb_cessions, derniere_cession_date.\nChamps signaux BODACC (donnees publiques) : a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination.\nChamps marches publics (donnees publiques DECP) : nb_marches_titulaire, montant_marches_titulaire.\nChamps subventions (donnees publiques) : nb_subventions, montant_subventions_total.\nChamps brevets (donnees publiques INPI) : nb_brevets, nb_brevets_actifs.\nChamps salons (donnees publiques) : nb_participations_salons.\nChamps ESS/Mission (donnees publiques) : est_societe_mission, est_ess.\nChamps participation de fonds (PE/VC) : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nChamps LEI & provenance (cotees) : a_lei, lei, source_esef, source_gleif.\nChamps compteurs structuraux : nb_dirigeants, nb_etablissements, nb_representants_actifs, nb_fonds_actuels, nb_instruments_financiers.\nChamps evenements BODACC additionnels : nb_evt_modif_admin.\nChamps fraicheur evenementielle : derniere_evt_date, dernier_depot_date, dernier_marche_date.\nChamps descriptif et web (donnees publiques, tous plans) : description_activite (descriptif d'activite ; alias description), objet_social, site_internet. Ce sont les deux colonnes d'une buyers list qu'il fallait auparavant aller chercher societe par societe. A noter : le descriptif est deja indexe dans la recherche plein texte, donc chercher un mot-cle metier dans query le cherche aussi dans le descriptif. Remplissage mesure au 12/09/2026 : description_activite sur 84,7 % des societes actives (mais ~4 sur 5 ne font que reprendre le libelle NAF), site_internet sur 3,2 % de l'ensemble et ~40 % des societes a CA > 8 M EUR.\nMapping filtre avance→include_fields : capitaux_propres_min→capitaux_propres, total_actif_min→total_actif, dette_nette_min→dette_nette, bfr_min→bfr, resultat_exploitation_min→resultat_exploitation, ratio_endettement_min→ratio_endettement, nb_cessions_min→nb_cessions, nb_marches_min→nb_marches_titulaire, nb_brevets_min→nb_brevets.\nSur le plan gratuit : seuls ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere + les champs groupe + les champs BODACC/marches/subventions/brevets/salons/ESS sont disponibles. _user_plan dans la reponse indique le plan.\nEx: filtre dividendes_min → include_fields=\"dividendes_verses\""New value: +"Champs a ajouter a chaque resultat (CSV). Une valeur filtree n'apparait que si son champ est demande. Montants et ratios : le champ porte le nom du filtre sans _min/_max (ebitda_min -> ebitda, capitaux_propres_min -> capitaux_propres, nb_cessions_min -> nb_cessions). Exceptions : dividendes_min -> dividendes_verses ; nb_marches_min -> nb_marches_titulaire,montant_marches_titulaire ; nb_subventions_min -> nb_subventions,montant_subventions_total ; nb_brevets_min -> nb_brevets,nb_brevets_actifs.\nFinancier : ca, marge_brute, valeur_ajoutee, ebitda, resultat_exploitation, resultat_net, marge_nette, marge_ebitda, total_actif, capitaux_propres, tresorerie, dettes_financieres, dettes_fournisseurs, dette_nette, bfr, ratio_endettement, capacite_autofinancement, dividendes_verses, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, annee_financiere.\nCroissance : croissance_ca, croissance_ebitda, croissance_rn, et leurs variantes _2ans, _3ans, _5ans.\nGroupe : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nSignaux BODACC : nb_cessions, derniere_cession_date, a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination, nb_evt_modif_admin.\nDonnees publiques : nb_marches_titulaire, montant_marches_titulaire, nb_subventions, montant_subventions_total, nb_brevets, nb_brevets_actifs, nb_participations_salons, est_societe_mission, est_ess.\nFonds PE/VC : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nCotees : a_lei, lei, source_esef, source_gleif, nb_instruments_financiers.\nCompteurs et fraicheur : nb_dirigeants, nb_etablissements, nb_representants_actifs, derniere_evt_date, dernier_depot_date, dernier_marche_date.\nTexte : description_activite (alias description ; reprend souvent le libelle NAF), objet_social, site_internet (~40 % des societes a CA > 8 M EUR). Le descriptif est deja cherche par query.\nPlan gratuit : ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere, plus les champs groupe, signaux, donnees publiques et texte."
      • addedOutput schema / properties / _credits_remaining
        Added value: +{
        +  "type": "number"
        +}
    • Changedsearch_directors1 field changed
      • addedOutput schema / properties / _credits_remaining
        Added value: +{
        +  "type": "number"
        +}
    • Changedsearch_events1 field changed
      • addedInput schema / properties / ville
        Added value: +{
        +  "description": "Ville du siege (CSV possible). Ex: \"Marseille\". Le bon filtre pour un ressort de tribunal : plus etroit que departement.",
        +  "type": "string"
        +}
  4. 12 tool updates
    • Changedcreate_saved_search42 fields changed
      • addedInput schema / properties / age_dirigeant_max / description
        Added value: +"Age maximum des dirigeants (annees). Ex: 50 pour moins de 50 ans. Filtre si au moins un dirigeant correspond."
      • addedInput schema / properties / age_dirigeant_min / description
        Added value: +"Age minimum des dirigeants (annees). Ex: 60 pour 60 ans et plus. Filtre si au moins un dirigeant correspond."
      • addedInput schema / properties / appartient_groupe / description
        Added value: +"true = uniquement les societes appartenant a un groupe : filiales declarees OU soupcon de groupe fort (groupe_pont probable). Complement exact de independant_strict (ne pas envoyer les deux en meme temps)."
      • addedInput schema / properties / ca_max / description
        Added value: +"CA maximum en euros. Ex: 50000000 pour 50M"
      • addedInput schema / properties / ca_min / description
        Added value: +"CA minimum en euros. Ex: 5000000 pour 5M"
      • addedInput schema / properties / cagr_ca_max / description
        Added value: +"Croissance CA max sur 1 an en % (ex: 50 pour +50%)"
      • addedInput schema / properties / cagr_ca_min / description
        Added value: +"Croissance CA min sur 1 an en % (ex: 20 pour +20%)"
      • addedInput schema / properties / code_naf / description
        Added value: +"Code NAF/APE. Exemples courants :\n- SaaS/Logiciel : 5829C, 6201Z, 6202A\n- Conseil IT : 6202A, 6209Z\n- Conseil management : 7022Z\n- Fintech : 6419Z, 6499Z\n- Biotech/Pharma : 2120Z, 7211Z\n- E-commerce : 4791A, 4791B\n- BTP : 4120A, 4120B\n- Restauration : 5610A, 5610C\nPlusieurs codes separes par virgule."
      • addedInput schema / properties / code_postal / description
        Added value: +"Code postal du siege. Ex: \"75001\", \"69001\". Plusieurs separes par virgule."
      • addedInput schema / properties / credit_grade / description
        Added value: +"Grades de risque credit a garder (OR). Ex: [\"CCC\",\"D\"] pour les societes a risque eleve, [\"AAA\",\"AA\"] pour les plus solides. ~900k societes scorees (celles avec un bilan recent) ; les non scorees sont exclues des qu'un grade est demande."
      • addedInput schema / properties / credit_scored / description
        Added value: +"true pour ne garder que les societes qui ont un score credit, false pour les exclure"
      • addedInput schema / properties / date_creation_max / description
        Added value: +"Date de creation maximum (ISO). Ex: \"2021-12-31\" pour les entreprises creees avant 2022"
      • addedInput schema / properties / date_creation_min / description
        Added value: +"Date de creation minimum (ISO). Ex: \"2021-01-01\" pour les entreprises creees apres 2021"
      • addedInput schema / properties / departement / description
        Added value: +"Code departement. Ex: \"75\", \"33\", \"69\""
      • addedInput schema / properties / dirigeant_naissance / description
        Added value: +"Naissance du dirigeant pour desambiguiser les homonymes, granularite mois : format YYYY-MM. Ex: \"1975-03\" (un YYYY-MM-DD est accepte mais le jour est ignore). Pour une desambiguisation au jour pres, utiliser search_director_companies."
      • addedInput schema / properties / dirigeant_nom / description
        Added value: +"Nom de famille du dirigeant (recherche exacte). Ex: \"GUILLEMOT\". Combine avec dirigeant_prenom et dirigeant_naissance pour desambiguiser les homonymes."
      • addedInput schema / properties / dirigeant_prenom / description
        Added value: +"Prenom du dirigeant. A utiliser avec dirigeant_nom. Ex: \"Yves\""
      • addedInput schema / properties / effectif_max / description
        Added value: +"Effectif maximum (nombre de salaries)"
      • addedInput schema / properties / effectif_min / description
        Added value: +"Effectif minimum (nombre de salaries)"
      • changedInput schema / properties / enable_alert / description
        Previous value: -"Notification quotidienne des nouvelles societes qui matchent. Defaut: true ici, false via l'API REST."New value: +"true pour etre notifie quotidiennement des nouvelles societes qui matchent la recherche. Defaut: false."
      • addedInput schema / properties / est_filiale / description
        Added value: +"true = filiales uniquement, false = entreprises independantes uniquement"
      • addedInput schema / properties / est_tete_de_groupe / description
        Added value: +"true = uniquement les tetes de groupe"
      • addedInput schema / properties / filter_annee / description
        Added value: +"Annee de l'exercice financier. Filtre les entreprises dont le dernier bilan publie correspond a cette annee. Ex: 2024 pour ne voir que les bilans 2024. Combiner avec ca_min pour \"societes ayant fait 5M de CA en 2024\"."
      • addedInput schema / properties / groupe_parent / description
        Added value: +"Nom du groupe parent (recherche textuelle). Ex: \"LVMH\", \"Bouygues\""
      • addedInput schema / properties / groupe_pont_siren / description
        Added value: +"SIREN de la tete de groupe INFEREE (soupcon de groupe via dirigeant-pont). Retourne toutes les societes rattachees au meme groupe soupconne (non declare). A distinguer de siren_groupe (lien capitalistique declare)."
      • addedInput schema / properties / has_website / description
        Added value: +"true pour ne retourner que les entreprises ayant un site web"
      • addedInput schema / properties / independant_strict / description
        Added value: +"true = uniquement les societes reellement independantes : exclut les filiales declarees ET les societes avec un soupcon de groupe fort (groupe_pont probable). Les soupcons plus faibles (possible/soupcon) ne sont pas exclus."
      • addedInput schema / properties / is_cotee / description
        Added value: +"true pour les societes cotees en bourse uniquement, false pour les exclure"
      • addedInput schema / properties / latitude / description
        Added value: +"Latitude du centre pour une recherche par rayon (WGS84). A fournir avec longitude ET radius."
      • addedInput schema / properties / longitude / description
        Added value: +"Longitude du centre pour une recherche par rayon (WGS84). A fournir avec latitude ET radius."
      • addedInput schema / properties / plan_en_cours / description
        Added value: +"Societes executant un plan (redressement, sauvegarde ou cession). Distinct de procedure_collective : sous plan, la periode d'observation est terminee."
      • addedInput schema / properties / procedure_collective / description
        Added value: +"Procedure collective EN COURS (etat courant, pas l'historique). Valeurs: \"liquidation\", \"redressement\", \"sauvegarde\", \"conciliation\", \"autre\", \"accord_homologue\", \"plan_redressement\", \"plan_sauvegarde\", \"plan_cession\". Plusieurs separes par virgule. \"accord_homologue\" = accord de conciliation homologue en cours d'execution, ce qui CLOT la conciliation et ne l'ouvre pas ; \"conciliation\" ne designe qu'une ouverture, que le BODACC ne publie pas. Une procedure cloturee ne matche pas : les societes dont la liquidation est close en sont exclues."
      • addedInput schema / properties / radius / description
        Added value: +"Rayon de recherche en km (1-200) autour de latitude/longitude. Les trois vont ensemble : un triplet incomplet est refuse."
      • addedInput schema / properties / region / description
        Added value: +"Region. Ex: \"Ile-de-France\", \"Bretagne\", \"Auvergne-Rhone-Alpes\""
      • addedInput schema / properties / resultat_net_max / description
        Added value: +"Resultat net maximum en euros"
      • addedInput schema / properties / resultat_net_min / description
        Added value: +"Resultat net minimum en euros"
      • addedInput schema / properties / siren_groupe / description
        Added value: +"SIREN de la tete de groupe. Retourne toutes les societes du meme groupe. Ex: \"352383715\" pour lister toutes les filiales de LVMH."
      • addedInput schema / properties / societe_mere_etrangere / description
        Added value: +"true = filiales de groupes etrangers uniquement"
      • addedInput schema / properties / statut / description
        Added value: +"Filtre par statut au registre. DISSOLVED = dissoute ou radiee ; une societe en procedure collective reste ACTIVE jusqu'a sa radiation. Le statut ne se deduit PAS de date_radiation, absente sur environ 9,9M des 12,4M societes dissoutes."
      • addedInput schema / properties / tresorerie_max / description
        Added value: +"Tresorerie maximum en euros"
      • addedInput schema / properties / tresorerie_min / description
        Added value: +"Tresorerie minimum en euros"
      • addedInput schema / properties / ville / description
        Added value: +"Nom de ville. Plusieurs villes separees par virgule. Ex: \"Paris,Lyon,Bordeaux\""
    • Changedget_company1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "include_fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "include_fields_unknown": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "include_fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "include_fields_unknown": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_company_graph1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "edges": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "source": {
        -              "type": "string"
        -            },
        -            "target": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "enum": [
        -                "mandat_pm",
        -                "filiale",
        -                "parent_ultime",
        -                "mandat_pp"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "source",
        -            "target",
        -            "type"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "meta": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "counts": {
        -            "additionalProperties": {},
        -            "properties": {
        -              "edges": {
        -                "type": "number"
        -              },
        -              "entreprises": {
        -                "type": "number"
        -              },
        -              "personnes": {
        -                "type": "number"
        -              }
        -            },
        -            "required": [
        -              "entreprises",
        -              "personnes",
        -              "edges"
        -            ],
        -            "type": "object"
        -          },
        -          "depth": {
        -            "type": "number"
        -          }
        -        },
        -        "required": [
        -          "depth",
        -          "counts"
        -        ],
        -        "type": "object"
        -      },
        -      "nodes": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "id": {
        -              "type": "string"
        -            },
        -            "niveau": {
        -              "type": "number"
        -            },
        -            "type": {
        -              "enum": [
        -                "entreprise",
        -                "personne"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "id",
        -            "type",
        -            "niveau"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "nodes",
        -      "edges",
        -      "meta"
        -    ],
        -    "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"
        -      },
        -      "depth": {
        -        "type": "number"
        -      },
        -      "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": {
        +      "edges": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "source": {
        +              "type": "string"
        +            },
        +            "target": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "enum": [
        +                "mandat_pm",
        +                "filiale",
        +                "parent_ultime",
        +                "mandat_pp"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "source",
        +            "target",
        +            "type"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "meta": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "counts": {
        +            "additionalProperties": {},
        +            "properties": {
        +              "edges": {
        +                "type": "number"
        +              },
        +              "entreprises": {
        +                "type": "number"
        +              },
        +              "personnes": {
        +                "type": "number"
        +              }
        +            },
        +            "required": [
        +              "entreprises",
        +              "personnes",
        +              "edges"
        +            ],
        +            "type": "object"
        +          },
        +          "depth": {
        +            "type": "number"
        +          }
        +        },
        +        "required": [
        +          "depth",
        +          "counts"
        +        ],
        +        "type": "object"
        +      },
        +      "nodes": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "id": {
        +              "type": "string"
        +            },
        +            "niveau": {
        +              "type": "number"
        +            },
        +            "type": {
        +              "enum": [
        +                "entreprise",
        +                "personne"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "id",
        +            "type",
        +            "niveau"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "nodes",
        +      "edges",
        +      "meta"
        +    ],
        +    "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"
        +      },
        +      "depth": {
        +        "type": "number"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_credit_risk1 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"
        +  }
        +]
    • Changedget_directors1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "actif": {
        -              "type": "boolean"
        -            },
        -            "annee_naissance": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_debut_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_fin_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "linkedin_url": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "nom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "prenom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "representants": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "role": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type": {
        -              "enum": [
        -                "PP",
        -                "PM"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "has_more": {
        -            "type": "boolean"
        -          },
        -          "limit": {
        -            "type": "number"
        -          },
        -          "offset": {
        -            "type": "number"
        -          }
        -        },
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_credits_remaining": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "actif": {
        +              "type": "boolean"
        +            },
        +            "annee_naissance": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_debut_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_fin_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "nom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "prenom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "representants": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "role": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type": {
        +              "enum": [
        +                "PP",
        +                "PM"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "has_more": {
        +            "type": "boolean"
        +          },
        +          "limit": {
        +            "type": "number"
        +          },
        +          "offset": {
        +            "type": "number"
        +          }
        +        },
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_events1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "additionalProperties": {},
        -              "properties": {},
        -              "type": "object"
        -            },
        -            "date": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "date",
        -            "type",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {},
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data",
        -      "pagination"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_credits_remaining": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "additionalProperties": {},
        +              "properties": {},
        +              "type": "object"
        +            },
        +            "date": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "date",
        +            "type",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {},
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data",
        +      "pagination"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_financials1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_layout": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "currency": {
        -            "type": "string"
        -          },
        -          "doc_url": {
        -            "type": "string"
        -          },
        -          "missing_pcg_lines": {
        -            "items": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "label": {
        -                  "type": "string"
        -                },
        -                "reason": {
        -                  "type": "string"
        -                },
        -                "ticket": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "label",
        -                "reason"
        -              ],
        -              "type": "object"
        -            },
        -            "type": "array"
        -          },
        -          "not_applicable_pcg": {
        -            "type": "boolean"
        -          },
        -          "note": {
        -            "type": "string"
        -          },
        -          "schema_version": {
        -            "type": "string"
        -          },
        -          "sections": {
        -            "additionalProperties": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "lines": {
        -                  "items": {
        -                    "additionalProperties": {},
        -                    "properties": {
        -                      "formula": {
        -                        "type": "string"
        -                      },
        -                      "formula_note": {
        -                        "type": "string"
        -                      },
        -                      "key": {
        -                        "type": "string"
        -                      },
        -                      "kind": {
        -                        "enum": [
        -                          "value",
        -                          "subtotal",
        -                          "detail",
        -                          "total",
        -                          "meta"
        -                        ],
        -                        "type": "string"
        -                      },
        -                      "label": {
        -                        "type": "string"
        -                      },
        -                      "level": {
        -                        "type": "number"
        -                      }
        -                    },
        -                    "required": [
        -                      "key",
        -                      "label",
        -                      "level",
        -                      "kind"
        -                    ],
        -                    "type": "object"
        -                  },
        -                  "type": "array"
        -                },
        -                "title": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "title",
        -                "lines"
        -              ],
        -              "type": "object"
        -            },
        -            "propertyNames": {
        -              "type": "string"
        -            },
        -            "type": "object"
        -          }
        -        },
        -        "required": [
        -          "schema_version",
        -          "currency",
        -          "sections"
        -        ],
        -        "type": "object"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "dernier_exercice": {
        -        "anyOf": [
        -          {
        -            "type": "number"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "exercices": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "annee": {
        -              "type": "number"
        -            },
        -            "autonomie_financiere": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_hors_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_jours_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_total": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_autofinancement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_remboursement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capitaux_propres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "cash": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "chiffre_affaires": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "confidentialite": {
        -              "anyOf": [
        -                {
        -                  "type": "boolean"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_cloture": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_depot": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_clients_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_fournisseurs_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dette_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_financieres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_fournisseurs": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_confiance": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_estime": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividendes_verses": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "duree_exercice_mois": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "effectif_moyen": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "fonds_roulement_net_global": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "impot_benefices": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "liquidite_generale": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_endettement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_stock_ca_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "rentabilite_economique": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_courant": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exceptionnel": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_financier": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_net": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "roe": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_operationnelle": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_valeur_ajoutee_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_actif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_dettes": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_passif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "tresorerie": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type_bilan": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "valeur_ajoutee": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "ifrs": {
        -        "anyOf": [
        -          {
        -            "additionalProperties": {},
        -            "properties": {
        -              "annee": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "bpa": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "capitaux_propres": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "chiffre_affaires": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "dividendes": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "ebitda": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_net": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_operationnel": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "total_actif": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "tresorerie": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              }
        -            },
        -            "type": "object"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      },
        -      "upgrade_hint": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "detail": {
        -        "type": "string"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_layout": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "currency": {
        +            "type": "string"
        +          },
        +          "doc_url": {
        +            "type": "string"
        +          },
        +          "missing_pcg_lines": {
        +            "items": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "label": {
        +                  "type": "string"
        +                },
        +                "reason": {
        +                  "type": "string"
        +                },
        +                "ticket": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "label",
        +                "reason"
        +              ],
        +              "type": "object"
        +            },
        +            "type": "array"
        +          },
        +          "not_applicable_pcg": {
        +            "type": "boolean"
        +          },
        +          "note": {
        +            "type": "string"
        +          },
        +          "schema_version": {
        +            "type": "string"
        +          },
        +          "sections": {
        +            "additionalProperties": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "lines": {
        +                  "items": {
        +                    "additionalProperties": {},
        +                    "properties": {
        +                      "formula": {
        +                        "type": "string"
        +                      },
        +                      "formula_note": {
        +                        "type": "string"
        +                      },
        +                      "key": {
        +                        "type": "string"
        +                      },
        +                      "kind": {
        +                        "enum": [
        +                          "value",
        +                          "subtotal",
        +                          "detail",
        +                          "total",
        +                          "meta"
        +                        ],
        +                        "type": "string"
        +                      },
        +                      "label": {
        +                        "type": "string"
        +                      },
        +                      "level": {
        +                        "type": "number"
        +                      }
        +                    },
        +                    "required": [
        +                      "key",
        +                      "label",
        +                      "level",
        +                      "kind"
        +                    ],
        +                    "type": "object"
        +                  },
        +                  "type": "array"
        +                },
        +                "title": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "title",
        +                "lines"
        +              ],
        +              "type": "object"
        +            },
        +            "propertyNames": {
        +              "type": "string"
        +            },
        +            "type": "object"
        +          }
        +        },
        +        "required": [
        +          "schema_version",
        +          "currency",
        +          "sections"
        +        ],
        +        "type": "object"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "dernier_exercice": {
        +        "anyOf": [
        +          {
        +            "type": "number"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "exercices": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "annee": {
        +              "type": "number"
        +            },
        +            "autonomie_financiere": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_hors_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_jours_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_total": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_autofinancement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_remboursement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capitaux_propres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "cash": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "chiffre_affaires": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "confidentialite": {
        +              "anyOf": [
        +                {
        +                  "type": "boolean"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_cloture": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_depot": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_clients_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_fournisseurs_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dette_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_financieres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_fournisseurs": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_confiance": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_estime": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividendes_verses": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "duree_exercice_mois": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "effectif_moyen": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "fonds_roulement_net_global": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "impot_benefices": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "liquidite_generale": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_endettement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_stock_ca_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "rentabilite_economique": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_courant": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exceptionnel": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_financier": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_net": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "roe": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_operationnelle": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_valeur_ajoutee_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_actif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_dettes": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_passif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "tresorerie": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type_bilan": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "valeur_ajoutee": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "ifrs": {
        +        "anyOf": [
        +          {
        +            "additionalProperties": {},
        +            "properties": {
        +              "annee": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "bpa": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "capitaux_propres": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "chiffre_affaires": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "dividendes": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "ebitda": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_net": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_operationnel": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "total_actif": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "tresorerie": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              }
        +            },
        +            "type": "object"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      },
        +      "upgrade_hint": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "detail": {
        +        "type": "string"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedresolve_companies3 fields changed
      • removedInput schema / properties / records / items / properties / domain
        Removed value: -{
        -  "description": "Site web de la societe, en domaine nu ou en URL complete. Tranche mieux qu'un nom quand il est connu.",
        -  "maxLength": 253,
        -  "type": "string"
        -}
      • removedInput schema / properties / shared_domain
        Removed value: -{
        -  "description": "Domaine porte par plusieurs societes : review (defaut) rend les candidats ; head rapproche vers la maison mere (groupe dominant, sinon plus gros CA), method=domain_head, confiance basse. Reserver aux colonnes d'enseignes.",
        -  "enum": [
        -    "review",
        -    "head"
        -  ],
        -  "type": "string"
        -}
      • removedOutput schema / properties / _credits_remaining
        Removed value: -{
        -  "type": "number"
        -}
    • Removedreveal_director_email
    • Changedsearch_companies2 fields changed
      • changedInput schema / properties / include_fields / description
        Previous value: -"Champs a ajouter a chaque resultat (CSV). Une valeur filtree n'apparait que si son champ est demande. Montants et ratios : le champ porte le nom du filtre sans _min/_max (ebitda_min -> ebitda, capitaux_propres_min -> capitaux_propres, nb_cessions_min -> nb_cessions). Exceptions : dividendes_min -> dividendes_verses ; nb_marches_min -> nb_marches_titulaire,montant_marches_titulaire ; nb_subventions_min -> nb_subventions,montant_subventions_total ; nb_brevets_min -> nb_brevets,nb_brevets_actifs.\nFinancier : ca, marge_brute, valeur_ajoutee, ebitda, resultat_exploitation, resultat_net, marge_nette, marge_ebitda, total_actif, capitaux_propres, tresorerie, dettes_financieres, dettes_fournisseurs, dette_nette, bfr, ratio_endettement, capacite_autofinancement, dividendes_verses, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, annee_financiere.\nCroissance : croissance_ca, croissance_ebitda, croissance_rn, et leurs variantes _2ans, _3ans, _5ans.\nGroupe : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nSignaux BODACC : nb_cessions, derniere_cession_date, a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination, nb_evt_modif_admin.\nDonnees publiques : nb_marches_titulaire, montant_marches_titulaire, nb_subventions, montant_subventions_total, nb_brevets, nb_brevets_actifs, nb_participations_salons, est_societe_mission, est_ess.\nFonds PE/VC : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nCotees : a_lei, lei, source_esef, source_gleif, nb_instruments_financiers.\nCompteurs et fraicheur : nb_dirigeants, nb_etablissements, nb_representants_actifs, derniere_evt_date, dernier_depot_date, dernier_marche_date.\nTexte : description_activite (alias description ; reprend souvent le libelle NAF), objet_social, site_internet (~40 % des societes a CA > 8 M EUR). Le descriptif est deja cherche par query.\nPlan gratuit : ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere, plus les champs groupe, signaux, donnees publiques et texte."New value: +"Champs a inclure dans chaque resultat (CSV) pour que les valeurs d'un filtre financier ou donnees publiques apparaissent. Mapping filtre→champ : dividendes_min→dividendes_verses, tresorerie_min→tresorerie, dettes_financieres_min→dettes_financieres, dettes_fournisseurs_min→dettes_fournisseurs, ebitda_min→ebitda, marge_nette_min→marge_nette, marge_ebitda_min→marge_ebitda.\nAutres champs include_fields : ca, marge_brute, valeur_ajoutee, resultat_exploitation, resultat_net, total_actif, capitaux_propres, dette_nette, bfr, ratio_endettement, capacite_autofinancement, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, croissance_ca, croissance_ca_2ans, croissance_ca_3ans, croissance_ca_5ans, croissance_ebitda, croissance_ebitda_2ans, croissance_ebitda_3ans, croissance_ebitda_5ans, croissance_rn, croissance_rn_2ans, croissance_rn_3ans, croissance_rn_5ans, annee_financiere.\nChamps groupe (donnees publiques, disponibles sur tous les plans) : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nChamps cessions BODACC (donnees publiques) : nb_cessions, derniere_cession_date.\nChamps signaux BODACC (donnees publiques) : a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination.\nChamps marches publics (donnees publiques DECP) : nb_marches_titulaire, montant_marches_titulaire.\nChamps subventions (donnees publiques) : nb_subventions, montant_subventions_total.\nChamps brevets (donnees publiques INPI) : nb_brevets, nb_brevets_actifs.\nChamps salons (donnees publiques) : nb_participations_salons.\nChamps ESS/Mission (donnees publiques) : est_societe_mission, est_ess.\nChamps participation de fonds (PE/VC) : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nChamps LEI & provenance (cotees) : a_lei, lei, source_esef, source_gleif.\nChamps compteurs structuraux : nb_dirigeants, nb_etablissements, nb_representants_actifs, nb_fonds_actuels, nb_instruments_financiers.\nChamps evenements BODACC additionnels : nb_evt_modif_admin.\nChamps fraicheur evenementielle : derniere_evt_date, dernier_depot_date, dernier_marche_date.\nChamps descriptif et web (donnees publiques, tous plans) : description_activite (descriptif d'activite ; alias description), objet_social, site_internet. Ce sont les deux colonnes d'une buyers list qu'il fallait auparavant aller chercher societe par societe. A noter : le descriptif est deja indexe dans la recherche plein texte, donc chercher un mot-cle metier dans query le cherche aussi dans le descriptif. Remplissage mesure au 12/09/2026 : description_activite sur 84,7 % des societes actives (mais ~4 sur 5 ne font que reprendre le libelle NAF), site_internet sur 3,2 % de l'ensemble et ~40 % des societes a CA > 8 M EUR.\nMapping filtre avance→include_fields : capitaux_propres_min→capitaux_propres, total_actif_min→total_actif, dette_nette_min→dette_nette, bfr_min→bfr, resultat_exploitation_min→resultat_exploitation, ratio_endettement_min→ratio_endettement, nb_cessions_min→nb_cessions, nb_marches_min→nb_marches_titulaire, nb_brevets_min→nb_brevets.\nSur le plan gratuit : seuls ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere + les champs groupe + les champs BODACC/marches/subventions/brevets/salons/ESS sont disponibles. _user_plan dans la reponse indique le plan.\nEx: filtre dividendes_min → include_fields=\"dividendes_verses\""
      • removedOutput schema / properties / _credits_remaining
        Removed value: -{
        -  "type": "number"
        -}
    • Changedsearch_directors1 field changed
      • removedOutput schema / properties / _credits_remaining
        Removed value: -{
        -  "type": "number"
        -}
    • Changedsearch_events1 field changed
      • removedInput schema / properties / ville
        Removed value: -{
        -  "description": "Ville du siege (CSV possible). Ex: \"Marseille\". Le bon filtre pour un ressort de tribunal : plus etroit que departement.",
        -  "type": "string"
        -}
  5. 12 tool updates
    • Changedcreate_saved_search42 fields changed
      • removedInput schema / properties / age_dirigeant_max / description
        Removed value: -"Age maximum des dirigeants (annees). Ex: 50 pour moins de 50 ans. Filtre si au moins un dirigeant correspond."
      • removedInput schema / properties / age_dirigeant_min / description
        Removed value: -"Age minimum des dirigeants (annees). Ex: 60 pour 60 ans et plus. Filtre si au moins un dirigeant correspond."
      • removedInput schema / properties / appartient_groupe / description
        Removed value: -"true = uniquement les societes appartenant a un groupe : filiales declarees OU soupcon de groupe fort (groupe_pont probable). Complement exact de independant_strict (ne pas envoyer les deux en meme temps)."
      • removedInput schema / properties / ca_max / description
        Removed value: -"CA maximum en euros. Ex: 50000000 pour 50M"
      • removedInput schema / properties / ca_min / description
        Removed value: -"CA minimum en euros. Ex: 5000000 pour 5M"
      • removedInput schema / properties / cagr_ca_max / description
        Removed value: -"Croissance CA max sur 1 an en % (ex: 50 pour +50%)"
      • removedInput schema / properties / cagr_ca_min / description
        Removed value: -"Croissance CA min sur 1 an en % (ex: 20 pour +20%)"
      • removedInput schema / properties / code_naf / description
        Removed value: -"Code NAF/APE. Exemples courants :\n- SaaS/Logiciel : 5829C, 6201Z, 6202A\n- Conseil IT : 6202A, 6209Z\n- Conseil management : 7022Z\n- Fintech : 6419Z, 6499Z\n- Biotech/Pharma : 2120Z, 7211Z\n- E-commerce : 4791A, 4791B\n- BTP : 4120A, 4120B\n- Restauration : 5610A, 5610C\nPlusieurs codes separes par virgule."
      • removedInput schema / properties / code_postal / description
        Removed value: -"Code postal du siege. Ex: \"75001\", \"69001\". Plusieurs separes par virgule."
      • removedInput schema / properties / credit_grade / description
        Removed value: -"Grades de risque credit a garder (OR). Ex: [\"CCC\",\"D\"] pour les societes a risque eleve, [\"AAA\",\"AA\"] pour les plus solides. ~900k societes scorees (celles avec un bilan recent) ; les non scorees sont exclues des qu'un grade est demande."
      • removedInput schema / properties / credit_scored / description
        Removed value: -"true pour ne garder que les societes qui ont un score credit, false pour les exclure"
      • removedInput schema / properties / date_creation_max / description
        Removed value: -"Date de creation maximum (ISO). Ex: \"2021-12-31\" pour les entreprises creees avant 2022"
      • removedInput schema / properties / date_creation_min / description
        Removed value: -"Date de creation minimum (ISO). Ex: \"2021-01-01\" pour les entreprises creees apres 2021"
      • removedInput schema / properties / departement / description
        Removed value: -"Code departement. Ex: \"75\", \"33\", \"69\""
      • removedInput schema / properties / dirigeant_naissance / description
        Removed value: -"Naissance du dirigeant pour desambiguiser les homonymes, granularite mois : format YYYY-MM. Ex: \"1975-03\" (un YYYY-MM-DD est accepte mais le jour est ignore). Pour une desambiguisation au jour pres, utiliser search_director_companies."
      • removedInput schema / properties / dirigeant_nom / description
        Removed value: -"Nom de famille du dirigeant (recherche exacte). Ex: \"GUILLEMOT\". Combine avec dirigeant_prenom et dirigeant_naissance pour desambiguiser les homonymes."
      • removedInput schema / properties / dirigeant_prenom / description
        Removed value: -"Prenom du dirigeant. A utiliser avec dirigeant_nom. Ex: \"Yves\""
      • removedInput schema / properties / effectif_max / description
        Removed value: -"Effectif maximum (nombre de salaries)"
      • removedInput schema / properties / effectif_min / description
        Removed value: -"Effectif minimum (nombre de salaries)"
      • changedInput schema / properties / enable_alert / description
        Previous value: -"true pour etre notifie quotidiennement des nouvelles societes qui matchent la recherche. Defaut: false."New value: +"Notification quotidienne des nouvelles societes qui matchent. Defaut: true ici, false via l'API REST."
      • removedInput schema / properties / est_filiale / description
        Removed value: -"true = filiales uniquement, false = entreprises independantes uniquement"
      • removedInput schema / properties / est_tete_de_groupe / description
        Removed value: -"true = uniquement les tetes de groupe"
      • removedInput schema / properties / filter_annee / description
        Removed value: -"Annee de l'exercice financier. Filtre les entreprises dont le dernier bilan publie correspond a cette annee. Ex: 2024 pour ne voir que les bilans 2024. Combiner avec ca_min pour \"societes ayant fait 5M de CA en 2024\"."
      • removedInput schema / properties / groupe_parent / description
        Removed value: -"Nom du groupe parent (recherche textuelle). Ex: \"LVMH\", \"Bouygues\""
      • removedInput schema / properties / groupe_pont_siren / description
        Removed value: -"SIREN de la tete de groupe INFEREE (soupcon de groupe via dirigeant-pont). Retourne toutes les societes rattachees au meme groupe soupconne (non declare). A distinguer de siren_groupe (lien capitalistique declare)."
      • removedInput schema / properties / has_website / description
        Removed value: -"true pour ne retourner que les entreprises ayant un site web"
      • removedInput schema / properties / independant_strict / description
        Removed value: -"true = uniquement les societes reellement independantes : exclut les filiales declarees ET les societes avec un soupcon de groupe fort (groupe_pont probable). Les soupcons plus faibles (possible/soupcon) ne sont pas exclus."
      • removedInput schema / properties / is_cotee / description
        Removed value: -"true pour les societes cotees en bourse uniquement, false pour les exclure"
      • removedInput schema / properties / latitude / description
        Removed value: -"Latitude du centre pour une recherche par rayon (WGS84). A fournir avec longitude ET radius."
      • removedInput schema / properties / longitude / description
        Removed value: -"Longitude du centre pour une recherche par rayon (WGS84). A fournir avec latitude ET radius."
      • removedInput schema / properties / plan_en_cours / description
        Removed value: -"Societes executant un plan (redressement, sauvegarde ou cession). Distinct de procedure_collective : sous plan, la periode d'observation est terminee."
      • removedInput schema / properties / procedure_collective / description
        Removed value: -"Procedure collective EN COURS (etat courant, pas l'historique). Valeurs: \"liquidation\", \"redressement\", \"sauvegarde\", \"conciliation\", \"autre\", \"accord_homologue\", \"plan_redressement\", \"plan_sauvegarde\", \"plan_cession\". Plusieurs separes par virgule. \"accord_homologue\" = accord de conciliation homologue en cours d'execution, ce qui CLOT la conciliation et ne l'ouvre pas ; \"conciliation\" ne designe qu'une ouverture, que le BODACC ne publie pas. Une procedure cloturee ne matche pas : les societes dont la liquidation est close en sont exclues."
      • removedInput schema / properties / radius / description
        Removed value: -"Rayon de recherche en km (1-200) autour de latitude/longitude. Les trois vont ensemble : un triplet incomplet est refuse."
      • removedInput schema / properties / region / description
        Removed value: -"Region. Ex: \"Ile-de-France\", \"Bretagne\", \"Auvergne-Rhone-Alpes\""
      • removedInput schema / properties / resultat_net_max / description
        Removed value: -"Resultat net maximum en euros"
      • removedInput schema / properties / resultat_net_min / description
        Removed value: -"Resultat net minimum en euros"
      • removedInput schema / properties / siren_groupe / description
        Removed value: -"SIREN de la tete de groupe. Retourne toutes les societes du meme groupe. Ex: \"352383715\" pour lister toutes les filiales de LVMH."
      • removedInput schema / properties / societe_mere_etrangere / description
        Removed value: -"true = filiales de groupes etrangers uniquement"
      • removedInput schema / properties / statut / description
        Removed value: -"Filtre par statut au registre. DISSOLVED = dissoute ou radiee ; une societe en procedure collective reste ACTIVE jusqu'a sa radiation. Le statut ne se deduit PAS de date_radiation, absente sur environ 9,9M des 12,4M societes dissoutes."
      • removedInput schema / properties / tresorerie_max / description
        Removed value: -"Tresorerie maximum en euros"
      • removedInput schema / properties / tresorerie_min / description
        Removed value: -"Tresorerie minimum en euros"
      • removedInput schema / properties / ville / description
        Removed value: -"Nom de ville. Plusieurs villes separees par virgule. Ex: \"Paris,Lyon,Bordeaux\""
    • Changedget_company1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "include_fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "include_fields_unknown": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "include_fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "include_fields_unknown": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_company_graph1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "edges": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "source": {
        -              "type": "string"
        -            },
        -            "target": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "enum": [
        -                "mandat_pm",
        -                "filiale",
        -                "parent_ultime",
        -                "mandat_pp"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "source",
        -            "target",
        -            "type"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "meta": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "counts": {
        -            "additionalProperties": {},
        -            "properties": {
        -              "edges": {
        -                "type": "number"
        -              },
        -              "entreprises": {
        -                "type": "number"
        -              },
        -              "personnes": {
        -                "type": "number"
        -              }
        -            },
        -            "required": [
        -              "entreprises",
        -              "personnes",
        -              "edges"
        -            ],
        -            "type": "object"
        -          },
        -          "depth": {
        -            "type": "number"
        -          }
        -        },
        -        "required": [
        -          "depth",
        -          "counts"
        -        ],
        -        "type": "object"
        -      },
        -      "nodes": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "id": {
        -              "type": "string"
        -            },
        -            "niveau": {
        -              "type": "number"
        -            },
        -            "type": {
        -              "enum": [
        -                "entreprise",
        -                "personne"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "id",
        -            "type",
        -            "niveau"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "nodes",
        -      "edges",
        -      "meta"
        -    ],
        -    "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"
        -      },
        -      "depth": {
        -        "type": "number"
        -      },
        -      "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": {
        +      "edges": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "source": {
        +              "type": "string"
        +            },
        +            "target": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "enum": [
        +                "mandat_pm",
        +                "filiale",
        +                "parent_ultime",
        +                "mandat_pp"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "source",
        +            "target",
        +            "type"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "meta": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "counts": {
        +            "additionalProperties": {},
        +            "properties": {
        +              "edges": {
        +                "type": "number"
        +              },
        +              "entreprises": {
        +                "type": "number"
        +              },
        +              "personnes": {
        +                "type": "number"
        +              }
        +            },
        +            "required": [
        +              "entreprises",
        +              "personnes",
        +              "edges"
        +            ],
        +            "type": "object"
        +          },
        +          "depth": {
        +            "type": "number"
        +          }
        +        },
        +        "required": [
        +          "depth",
        +          "counts"
        +        ],
        +        "type": "object"
        +      },
        +      "nodes": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "id": {
        +              "type": "string"
        +            },
        +            "niveau": {
        +              "type": "number"
        +            },
        +            "type": {
        +              "enum": [
        +                "entreprise",
        +                "personne"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "id",
        +            "type",
        +            "niveau"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "nodes",
        +      "edges",
        +      "meta"
        +    ],
        +    "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"
        +      },
        +      "depth": {
        +        "type": "number"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_credit_risk1 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"
        +  }
        +]
    • Changedget_directors1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "actif": {
        -              "type": "boolean"
        -            },
        -            "annee_naissance": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_debut_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_fin_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "nom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "prenom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "representants": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "role": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type": {
        -              "enum": [
        -                "PP",
        -                "PM"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "has_more": {
        -            "type": "boolean"
        -          },
        -          "limit": {
        -            "type": "number"
        -          },
        -          "offset": {
        -            "type": "number"
        -          }
        -        },
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "actif": {
        +              "type": "boolean"
        +            },
        +            "annee_naissance": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_debut_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_fin_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "linkedin_url": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "nom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "prenom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "representants": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "role": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type": {
        +              "enum": [
        +                "PP",
        +                "PM"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "has_more": {
        +            "type": "boolean"
        +          },
        +          "limit": {
        +            "type": "number"
        +          },
        +          "offset": {
        +            "type": "number"
        +          }
        +        },
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_credits_remaining": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_events1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "additionalProperties": {},
        -              "properties": {},
        -              "type": "object"
        -            },
        -            "date": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "date",
        -            "type",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {},
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data",
        -      "pagination"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "additionalProperties": {},
        +              "properties": {},
        +              "type": "object"
        +            },
        +            "date": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "date",
        +            "type",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {},
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data",
        +      "pagination"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_credits_remaining": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_financials1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_layout": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "currency": {
        -            "type": "string"
        -          },
        -          "doc_url": {
        -            "type": "string"
        -          },
        -          "missing_pcg_lines": {
        -            "items": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "label": {
        -                  "type": "string"
        -                },
        -                "reason": {
        -                  "type": "string"
        -                },
        -                "ticket": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "label",
        -                "reason"
        -              ],
        -              "type": "object"
        -            },
        -            "type": "array"
        -          },
        -          "not_applicable_pcg": {
        -            "type": "boolean"
        -          },
        -          "note": {
        -            "type": "string"
        -          },
        -          "schema_version": {
        -            "type": "string"
        -          },
        -          "sections": {
        -            "additionalProperties": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "lines": {
        -                  "items": {
        -                    "additionalProperties": {},
        -                    "properties": {
        -                      "formula": {
        -                        "type": "string"
        -                      },
        -                      "formula_note": {
        -                        "type": "string"
        -                      },
        -                      "key": {
        -                        "type": "string"
        -                      },
        -                      "kind": {
        -                        "enum": [
        -                          "value",
        -                          "subtotal",
        -                          "detail",
        -                          "total",
        -                          "meta"
        -                        ],
        -                        "type": "string"
        -                      },
        -                      "label": {
        -                        "type": "string"
        -                      },
        -                      "level": {
        -                        "type": "number"
        -                      }
        -                    },
        -                    "required": [
        -                      "key",
        -                      "label",
        -                      "level",
        -                      "kind"
        -                    ],
        -                    "type": "object"
        -                  },
        -                  "type": "array"
        -                },
        -                "title": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "title",
        -                "lines"
        -              ],
        -              "type": "object"
        -            },
        -            "propertyNames": {
        -              "type": "string"
        -            },
        -            "type": "object"
        -          }
        -        },
        -        "required": [
        -          "schema_version",
        -          "currency",
        -          "sections"
        -        ],
        -        "type": "object"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "dernier_exercice": {
        -        "anyOf": [
        -          {
        -            "type": "number"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "exercices": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "annee": {
        -              "type": "number"
        -            },
        -            "autonomie_financiere": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_hors_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_jours_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_total": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_autofinancement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_remboursement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capitaux_propres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "cash": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "chiffre_affaires": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "confidentialite": {
        -              "anyOf": [
        -                {
        -                  "type": "boolean"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_cloture": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_depot": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_clients_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_fournisseurs_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dette_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_financieres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_fournisseurs": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_confiance": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_estime": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividendes_verses": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "duree_exercice_mois": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "effectif_moyen": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "fonds_roulement_net_global": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "impot_benefices": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "liquidite_generale": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_endettement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_stock_ca_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "rentabilite_economique": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_courant": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exceptionnel": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_financier": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_net": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "roe": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_operationnelle": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_valeur_ajoutee_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_actif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_dettes": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_passif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "tresorerie": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type_bilan": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "valeur_ajoutee": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "ifrs": {
        -        "anyOf": [
        -          {
        -            "additionalProperties": {},
        -            "properties": {
        -              "annee": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "bpa": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "capitaux_propres": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "chiffre_affaires": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "dividendes": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "ebitda": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_net": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_operationnel": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "total_actif": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "tresorerie": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              }
        -            },
        -            "type": "object"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      },
        -      "upgrade_hint": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "detail": {
        -        "type": "string"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_layout": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "currency": {
        +            "type": "string"
        +          },
        +          "doc_url": {
        +            "type": "string"
        +          },
        +          "missing_pcg_lines": {
        +            "items": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "label": {
        +                  "type": "string"
        +                },
        +                "reason": {
        +                  "type": "string"
        +                },
        +                "ticket": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "label",
        +                "reason"
        +              ],
        +              "type": "object"
        +            },
        +            "type": "array"
        +          },
        +          "not_applicable_pcg": {
        +            "type": "boolean"
        +          },
        +          "note": {
        +            "type": "string"
        +          },
        +          "schema_version": {
        +            "type": "string"
        +          },
        +          "sections": {
        +            "additionalProperties": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "lines": {
        +                  "items": {
        +                    "additionalProperties": {},
        +                    "properties": {
        +                      "formula": {
        +                        "type": "string"
        +                      },
        +                      "formula_note": {
        +                        "type": "string"
        +                      },
        +                      "key": {
        +                        "type": "string"
        +                      },
        +                      "kind": {
        +                        "enum": [
        +                          "value",
        +                          "subtotal",
        +                          "detail",
        +                          "total",
        +                          "meta"
        +                        ],
        +                        "type": "string"
        +                      },
        +                      "label": {
        +                        "type": "string"
        +                      },
        +                      "level": {
        +                        "type": "number"
        +                      }
        +                    },
        +                    "required": [
        +                      "key",
        +                      "label",
        +                      "level",
        +                      "kind"
        +                    ],
        +                    "type": "object"
        +                  },
        +                  "type": "array"
        +                },
        +                "title": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "title",
        +                "lines"
        +              ],
        +              "type": "object"
        +            },
        +            "propertyNames": {
        +              "type": "string"
        +            },
        +            "type": "object"
        +          }
        +        },
        +        "required": [
        +          "schema_version",
        +          "currency",
        +          "sections"
        +        ],
        +        "type": "object"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "dernier_exercice": {
        +        "anyOf": [
        +          {
        +            "type": "number"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "exercices": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "annee": {
        +              "type": "number"
        +            },
        +            "autonomie_financiere": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_hors_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_jours_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_total": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_autofinancement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_remboursement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capitaux_propres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "cash": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "chiffre_affaires": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "confidentialite": {
        +              "anyOf": [
        +                {
        +                  "type": "boolean"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_cloture": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_depot": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_clients_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_fournisseurs_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dette_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_financieres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_fournisseurs": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_confiance": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_estime": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividendes_verses": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "duree_exercice_mois": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "effectif_moyen": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "fonds_roulement_net_global": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "impot_benefices": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "liquidite_generale": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_endettement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_stock_ca_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "rentabilite_economique": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_courant": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exceptionnel": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_financier": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_net": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "roe": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_operationnelle": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_valeur_ajoutee_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_actif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_dettes": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_passif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "tresorerie": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type_bilan": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "valeur_ajoutee": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "ifrs": {
        +        "anyOf": [
        +          {
        +            "additionalProperties": {},
        +            "properties": {
        +              "annee": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "bpa": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "capitaux_propres": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "chiffre_affaires": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "dividendes": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "ebitda": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_net": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_operationnel": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "total_actif": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "tresorerie": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              }
        +            },
        +            "type": "object"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      },
        +      "upgrade_hint": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "detail": {
        +        "type": "string"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedresolve_companies3 fields changed
      • addedInput schema / properties / records / items / properties / domain
        Added value: +{
        +  "description": "Site web de la societe, en domaine nu ou en URL complete. Tranche mieux qu'un nom quand il est connu.",
        +  "maxLength": 253,
        +  "type": "string"
        +}
      • addedInput schema / properties / shared_domain
        Added value: +{
        +  "description": "Domaine porte par plusieurs societes : review (defaut) rend les candidats ; head rapproche vers la maison mere (groupe dominant, sinon plus gros CA), method=domain_head, confiance basse. Reserver aux colonnes d'enseignes.",
        +  "enum": [
        +    "review",
        +    "head"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / _credits_remaining
        Added value: +{
        +  "type": "number"
        +}
    • Addedreveal_director_email
    • Changedsearch_companies2 fields changed
      • changedInput schema / properties / include_fields / description
        Previous value: -"Champs a inclure dans chaque resultat (CSV) pour que les valeurs d'un filtre financier ou donnees publiques apparaissent. Mapping filtre→champ : dividendes_min→dividendes_verses, tresorerie_min→tresorerie, dettes_financieres_min→dettes_financieres, dettes_fournisseurs_min→dettes_fournisseurs, ebitda_min→ebitda, marge_nette_min→marge_nette, marge_ebitda_min→marge_ebitda.\nAutres champs include_fields : ca, marge_brute, valeur_ajoutee, resultat_exploitation, resultat_net, total_actif, capitaux_propres, dette_nette, bfr, ratio_endettement, capacite_autofinancement, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, croissance_ca, croissance_ca_2ans, croissance_ca_3ans, croissance_ca_5ans, croissance_ebitda, croissance_ebitda_2ans, croissance_ebitda_3ans, croissance_ebitda_5ans, croissance_rn, croissance_rn_2ans, croissance_rn_3ans, croissance_rn_5ans, annee_financiere.\nChamps groupe (donnees publiques, disponibles sur tous les plans) : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nChamps cessions BODACC (donnees publiques) : nb_cessions, derniere_cession_date.\nChamps signaux BODACC (donnees publiques) : a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination.\nChamps marches publics (donnees publiques DECP) : nb_marches_titulaire, montant_marches_titulaire.\nChamps subventions (donnees publiques) : nb_subventions, montant_subventions_total.\nChamps brevets (donnees publiques INPI) : nb_brevets, nb_brevets_actifs.\nChamps salons (donnees publiques) : nb_participations_salons.\nChamps ESS/Mission (donnees publiques) : est_societe_mission, est_ess.\nChamps participation de fonds (PE/VC) : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nChamps LEI & provenance (cotees) : a_lei, lei, source_esef, source_gleif.\nChamps compteurs structuraux : nb_dirigeants, nb_etablissements, nb_representants_actifs, nb_fonds_actuels, nb_instruments_financiers.\nChamps evenements BODACC additionnels : nb_evt_modif_admin.\nChamps fraicheur evenementielle : derniere_evt_date, dernier_depot_date, dernier_marche_date.\nChamps descriptif et web (donnees publiques, tous plans) : description_activite (descriptif d'activite ; alias description), objet_social, site_internet. Ce sont les deux colonnes d'une buyers list qu'il fallait auparavant aller chercher societe par societe. A noter : le descriptif est deja indexe dans la recherche plein texte, donc chercher un mot-cle metier dans query le cherche aussi dans le descriptif. Remplissage mesure au 12/09/2026 : description_activite sur 84,7 % des societes actives (mais ~4 sur 5 ne font que reprendre le libelle NAF), site_internet sur 3,2 % de l'ensemble et ~40 % des societes a CA > 8 M EUR.\nMapping filtre avance→include_fields : capitaux_propres_min→capitaux_propres, total_actif_min→total_actif, dette_nette_min→dette_nette, bfr_min→bfr, resultat_exploitation_min→resultat_exploitation, ratio_endettement_min→ratio_endettement, nb_cessions_min→nb_cessions, nb_marches_min→nb_marches_titulaire, nb_brevets_min→nb_brevets.\nSur le plan gratuit : seuls ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere + les champs groupe + les champs BODACC/marches/subventions/brevets/salons/ESS sont disponibles. _user_plan dans la reponse indique le plan.\nEx: filtre dividendes_min → include_fields=\"dividendes_verses\""New value: +"Champs a ajouter a chaque resultat (CSV). Une valeur filtree n'apparait que si son champ est demande. Montants et ratios : le champ porte le nom du filtre sans _min/_max (ebitda_min -> ebitda, capitaux_propres_min -> capitaux_propres, nb_cessions_min -> nb_cessions). Exceptions : dividendes_min -> dividendes_verses ; nb_marches_min -> nb_marches_titulaire,montant_marches_titulaire ; nb_subventions_min -> nb_subventions,montant_subventions_total ; nb_brevets_min -> nb_brevets,nb_brevets_actifs.\nFinancier : ca, marge_brute, valeur_ajoutee, ebitda, resultat_exploitation, resultat_net, marge_nette, marge_ebitda, total_actif, capitaux_propres, tresorerie, dettes_financieres, dettes_fournisseurs, dette_nette, bfr, ratio_endettement, capacite_autofinancement, dividendes_verses, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, annee_financiere.\nCroissance : croissance_ca, croissance_ebitda, croissance_rn, et leurs variantes _2ans, _3ans, _5ans.\nGroupe : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nSignaux BODACC : nb_cessions, derniere_cession_date, a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination, nb_evt_modif_admin.\nDonnees publiques : nb_marches_titulaire, montant_marches_titulaire, nb_subventions, montant_subventions_total, nb_brevets, nb_brevets_actifs, nb_participations_salons, est_societe_mission, est_ess.\nFonds PE/VC : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nCotees : a_lei, lei, source_esef, source_gleif, nb_instruments_financiers.\nCompteurs et fraicheur : nb_dirigeants, nb_etablissements, nb_representants_actifs, derniere_evt_date, dernier_depot_date, dernier_marche_date.\nTexte : description_activite (alias description ; reprend souvent le libelle NAF), objet_social, site_internet (~40 % des societes a CA > 8 M EUR). Le descriptif est deja cherche par query.\nPlan gratuit : ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere, plus les champs groupe, signaux, donnees publiques et texte."
      • addedOutput schema / properties / _credits_remaining
        Added value: +{
        +  "type": "number"
        +}
    • Changedsearch_directors1 field changed
      • addedOutput schema / properties / _credits_remaining
        Added value: +{
        +  "type": "number"
        +}
    • Changedsearch_events1 field changed
      • addedInput schema / properties / ville
        Added value: +{
        +  "description": "Ville du siege (CSV possible). Ex: \"Marseille\". Le bon filtre pour un ressort de tribunal : plus etroit que departement.",
        +  "type": "string"
        +}
  6. 12 tool updates
    • Changedcreate_saved_search42 fields changed
      • addedInput schema / properties / age_dirigeant_max / description
        Added value: +"Age maximum des dirigeants (annees). Ex: 50 pour moins de 50 ans. Filtre si au moins un dirigeant correspond."
      • addedInput schema / properties / age_dirigeant_min / description
        Added value: +"Age minimum des dirigeants (annees). Ex: 60 pour 60 ans et plus. Filtre si au moins un dirigeant correspond."
      • addedInput schema / properties / appartient_groupe / description
        Added value: +"true = uniquement les societes appartenant a un groupe : filiales declarees OU soupcon de groupe fort (groupe_pont probable). Complement exact de independant_strict (ne pas envoyer les deux en meme temps)."
      • addedInput schema / properties / ca_max / description
        Added value: +"CA maximum en euros. Ex: 50000000 pour 50M"
      • addedInput schema / properties / ca_min / description
        Added value: +"CA minimum en euros. Ex: 5000000 pour 5M"
      • addedInput schema / properties / cagr_ca_max / description
        Added value: +"Croissance CA max sur 1 an en % (ex: 50 pour +50%)"
      • addedInput schema / properties / cagr_ca_min / description
        Added value: +"Croissance CA min sur 1 an en % (ex: 20 pour +20%)"
      • addedInput schema / properties / code_naf / description
        Added value: +"Code NAF/APE. Exemples courants :\n- SaaS/Logiciel : 5829C, 6201Z, 6202A\n- Conseil IT : 6202A, 6209Z\n- Conseil management : 7022Z\n- Fintech : 6419Z, 6499Z\n- Biotech/Pharma : 2120Z, 7211Z\n- E-commerce : 4791A, 4791B\n- BTP : 4120A, 4120B\n- Restauration : 5610A, 5610C\nPlusieurs codes separes par virgule."
      • addedInput schema / properties / code_postal / description
        Added value: +"Code postal du siege. Ex: \"75001\", \"69001\". Plusieurs separes par virgule."
      • addedInput schema / properties / credit_grade / description
        Added value: +"Grades de risque credit a garder (OR). Ex: [\"CCC\",\"D\"] pour les societes a risque eleve, [\"AAA\",\"AA\"] pour les plus solides. ~900k societes scorees (celles avec un bilan recent) ; les non scorees sont exclues des qu'un grade est demande."
      • addedInput schema / properties / credit_scored / description
        Added value: +"true pour ne garder que les societes qui ont un score credit, false pour les exclure"
      • addedInput schema / properties / date_creation_max / description
        Added value: +"Date de creation maximum (ISO). Ex: \"2021-12-31\" pour les entreprises creees avant 2022"
      • addedInput schema / properties / date_creation_min / description
        Added value: +"Date de creation minimum (ISO). Ex: \"2021-01-01\" pour les entreprises creees apres 2021"
      • addedInput schema / properties / departement / description
        Added value: +"Code departement. Ex: \"75\", \"33\", \"69\""
      • addedInput schema / properties / dirigeant_naissance / description
        Added value: +"Naissance du dirigeant pour desambiguiser les homonymes, granularite mois : format YYYY-MM. Ex: \"1975-03\" (un YYYY-MM-DD est accepte mais le jour est ignore). Pour une desambiguisation au jour pres, utiliser search_director_companies."
      • addedInput schema / properties / dirigeant_nom / description
        Added value: +"Nom de famille du dirigeant (recherche exacte). Ex: \"GUILLEMOT\". Combine avec dirigeant_prenom et dirigeant_naissance pour desambiguiser les homonymes."
      • addedInput schema / properties / dirigeant_prenom / description
        Added value: +"Prenom du dirigeant. A utiliser avec dirigeant_nom. Ex: \"Yves\""
      • addedInput schema / properties / effectif_max / description
        Added value: +"Effectif maximum (nombre de salaries)"
      • addedInput schema / properties / effectif_min / description
        Added value: +"Effectif minimum (nombre de salaries)"
      • changedInput schema / properties / enable_alert / description
        Previous value: -"Notification quotidienne des nouvelles societes qui matchent. Defaut: true ici, false via l'API REST."New value: +"true pour etre notifie quotidiennement des nouvelles societes qui matchent la recherche. Defaut: false."
      • addedInput schema / properties / est_filiale / description
        Added value: +"true = filiales uniquement, false = entreprises independantes uniquement"
      • addedInput schema / properties / est_tete_de_groupe / description
        Added value: +"true = uniquement les tetes de groupe"
      • addedInput schema / properties / filter_annee / description
        Added value: +"Annee de l'exercice financier. Filtre les entreprises dont le dernier bilan publie correspond a cette annee. Ex: 2024 pour ne voir que les bilans 2024. Combiner avec ca_min pour \"societes ayant fait 5M de CA en 2024\"."
      • addedInput schema / properties / groupe_parent / description
        Added value: +"Nom du groupe parent (recherche textuelle). Ex: \"LVMH\", \"Bouygues\""
      • addedInput schema / properties / groupe_pont_siren / description
        Added value: +"SIREN de la tete de groupe INFEREE (soupcon de groupe via dirigeant-pont). Retourne toutes les societes rattachees au meme groupe soupconne (non declare). A distinguer de siren_groupe (lien capitalistique declare)."
      • addedInput schema / properties / has_website / description
        Added value: +"true pour ne retourner que les entreprises ayant un site web"
      • addedInput schema / properties / independant_strict / description
        Added value: +"true = uniquement les societes reellement independantes : exclut les filiales declarees ET les societes avec un soupcon de groupe fort (groupe_pont probable). Les soupcons plus faibles (possible/soupcon) ne sont pas exclus."
      • addedInput schema / properties / is_cotee / description
        Added value: +"true pour les societes cotees en bourse uniquement, false pour les exclure"
      • addedInput schema / properties / latitude / description
        Added value: +"Latitude du centre pour une recherche par rayon (WGS84). A fournir avec longitude ET radius."
      • addedInput schema / properties / longitude / description
        Added value: +"Longitude du centre pour une recherche par rayon (WGS84). A fournir avec latitude ET radius."
      • addedInput schema / properties / plan_en_cours / description
        Added value: +"Societes executant un plan (redressement, sauvegarde ou cession). Distinct de procedure_collective : sous plan, la periode d'observation est terminee."
      • addedInput schema / properties / procedure_collective / description
        Added value: +"Procedure collective EN COURS (etat courant, pas l'historique). Valeurs: \"liquidation\", \"redressement\", \"sauvegarde\", \"conciliation\", \"autre\", \"accord_homologue\", \"plan_redressement\", \"plan_sauvegarde\", \"plan_cession\". Plusieurs separes par virgule. \"accord_homologue\" = accord de conciliation homologue en cours d'execution, ce qui CLOT la conciliation et ne l'ouvre pas ; \"conciliation\" ne designe qu'une ouverture, que le BODACC ne publie pas. Une procedure cloturee ne matche pas : les societes dont la liquidation est close en sont exclues."
      • addedInput schema / properties / radius / description
        Added value: +"Rayon de recherche en km (1-200) autour de latitude/longitude. Les trois vont ensemble : un triplet incomplet est refuse."
      • addedInput schema / properties / region / description
        Added value: +"Region. Ex: \"Ile-de-France\", \"Bretagne\", \"Auvergne-Rhone-Alpes\""
      • addedInput schema / properties / resultat_net_max / description
        Added value: +"Resultat net maximum en euros"
      • addedInput schema / properties / resultat_net_min / description
        Added value: +"Resultat net minimum en euros"
      • addedInput schema / properties / siren_groupe / description
        Added value: +"SIREN de la tete de groupe. Retourne toutes les societes du meme groupe. Ex: \"352383715\" pour lister toutes les filiales de LVMH."
      • addedInput schema / properties / societe_mere_etrangere / description
        Added value: +"true = filiales de groupes etrangers uniquement"
      • addedInput schema / properties / statut / description
        Added value: +"Filtre par statut au registre. DISSOLVED = dissoute ou radiee ; une societe en procedure collective reste ACTIVE jusqu'a sa radiation. Le statut ne se deduit PAS de date_radiation, absente sur environ 9,9M des 12,4M societes dissoutes."
      • addedInput schema / properties / tresorerie_max / description
        Added value: +"Tresorerie maximum en euros"
      • addedInput schema / properties / tresorerie_min / description
        Added value: +"Tresorerie minimum en euros"
      • addedInput schema / properties / ville / description
        Added value: +"Nom de ville. Plusieurs villes separees par virgule. Ex: \"Paris,Lyon,Bordeaux\""
    • Changedget_company1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "include_fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "include_fields_unknown": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "include_fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "include_fields_unknown": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_company_graph1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "edges": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "source": {
        -              "type": "string"
        -            },
        -            "target": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "enum": [
        -                "mandat_pm",
        -                "filiale",
        -                "parent_ultime",
        -                "mandat_pp"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "source",
        -            "target",
        -            "type"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "meta": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "counts": {
        -            "additionalProperties": {},
        -            "properties": {
        -              "edges": {
        -                "type": "number"
        -              },
        -              "entreprises": {
        -                "type": "number"
        -              },
        -              "personnes": {
        -                "type": "number"
        -              }
        -            },
        -            "required": [
        -              "entreprises",
        -              "personnes",
        -              "edges"
        -            ],
        -            "type": "object"
        -          },
        -          "depth": {
        -            "type": "number"
        -          }
        -        },
        -        "required": [
        -          "depth",
        -          "counts"
        -        ],
        -        "type": "object"
        -      },
        -      "nodes": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "id": {
        -              "type": "string"
        -            },
        -            "niveau": {
        -              "type": "number"
        -            },
        -            "type": {
        -              "enum": [
        -                "entreprise",
        -                "personne"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "id",
        -            "type",
        -            "niveau"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "nodes",
        -      "edges",
        -      "meta"
        -    ],
        -    "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"
        -      },
        -      "depth": {
        -        "type": "number"
        -      },
        -      "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": {
        +      "edges": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "source": {
        +              "type": "string"
        +            },
        +            "target": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "enum": [
        +                "mandat_pm",
        +                "filiale",
        +                "parent_ultime",
        +                "mandat_pp"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "source",
        +            "target",
        +            "type"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "meta": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "counts": {
        +            "additionalProperties": {},
        +            "properties": {
        +              "edges": {
        +                "type": "number"
        +              },
        +              "entreprises": {
        +                "type": "number"
        +              },
        +              "personnes": {
        +                "type": "number"
        +              }
        +            },
        +            "required": [
        +              "entreprises",
        +              "personnes",
        +              "edges"
        +            ],
        +            "type": "object"
        +          },
        +          "depth": {
        +            "type": "number"
        +          }
        +        },
        +        "required": [
        +          "depth",
        +          "counts"
        +        ],
        +        "type": "object"
        +      },
        +      "nodes": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "id": {
        +              "type": "string"
        +            },
        +            "niveau": {
        +              "type": "number"
        +            },
        +            "type": {
        +              "enum": [
        +                "entreprise",
        +                "personne"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "id",
        +            "type",
        +            "niveau"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "nodes",
        +      "edges",
        +      "meta"
        +    ],
        +    "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"
        +      },
        +      "depth": {
        +        "type": "number"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_credit_risk1 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"
        +  }
        +]
    • Changedget_directors1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "actif": {
        -              "type": "boolean"
        -            },
        -            "annee_naissance": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_debut_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_fin_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "linkedin_url": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "nom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "prenom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "representants": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "role": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type": {
        -              "enum": [
        -                "PP",
        -                "PM"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "has_more": {
        -            "type": "boolean"
        -          },
        -          "limit": {
        -            "type": "number"
        -          },
        -          "offset": {
        -            "type": "number"
        -          }
        -        },
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_credits_remaining": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "actif": {
        +              "type": "boolean"
        +            },
        +            "annee_naissance": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_debut_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_fin_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "nom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "prenom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "representants": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "role": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type": {
        +              "enum": [
        +                "PP",
        +                "PM"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "has_more": {
        +            "type": "boolean"
        +          },
        +          "limit": {
        +            "type": "number"
        +          },
        +          "offset": {
        +            "type": "number"
        +          }
        +        },
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_events1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "additionalProperties": {},
        -              "properties": {},
        -              "type": "object"
        -            },
        -            "date": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "date",
        -            "type",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {},
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data",
        -      "pagination"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_credits_remaining": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "additionalProperties": {},
        +              "properties": {},
        +              "type": "object"
        +            },
        +            "date": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "date",
        +            "type",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {},
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data",
        +      "pagination"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_financials1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_layout": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "currency": {
        -            "type": "string"
        -          },
        -          "doc_url": {
        -            "type": "string"
        -          },
        -          "missing_pcg_lines": {
        -            "items": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "label": {
        -                  "type": "string"
        -                },
        -                "reason": {
        -                  "type": "string"
        -                },
        -                "ticket": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "label",
        -                "reason"
        -              ],
        -              "type": "object"
        -            },
        -            "type": "array"
        -          },
        -          "not_applicable_pcg": {
        -            "type": "boolean"
        -          },
        -          "note": {
        -            "type": "string"
        -          },
        -          "schema_version": {
        -            "type": "string"
        -          },
        -          "sections": {
        -            "additionalProperties": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "lines": {
        -                  "items": {
        -                    "additionalProperties": {},
        -                    "properties": {
        -                      "formula": {
        -                        "type": "string"
        -                      },
        -                      "formula_note": {
        -                        "type": "string"
        -                      },
        -                      "key": {
        -                        "type": "string"
        -                      },
        -                      "kind": {
        -                        "enum": [
        -                          "value",
        -                          "subtotal",
        -                          "detail",
        -                          "total",
        -                          "meta"
        -                        ],
        -                        "type": "string"
        -                      },
        -                      "label": {
        -                        "type": "string"
        -                      },
        -                      "level": {
        -                        "type": "number"
        -                      }
        -                    },
        -                    "required": [
        -                      "key",
        -                      "label",
        -                      "level",
        -                      "kind"
        -                    ],
        -                    "type": "object"
        -                  },
        -                  "type": "array"
        -                },
        -                "title": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "title",
        -                "lines"
        -              ],
        -              "type": "object"
        -            },
        -            "propertyNames": {
        -              "type": "string"
        -            },
        -            "type": "object"
        -          }
        -        },
        -        "required": [
        -          "schema_version",
        -          "currency",
        -          "sections"
        -        ],
        -        "type": "object"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "dernier_exercice": {
        -        "anyOf": [
        -          {
        -            "type": "number"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "exercices": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "annee": {
        -              "type": "number"
        -            },
        -            "autonomie_financiere": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_hors_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_jours_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_total": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_autofinancement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_remboursement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capitaux_propres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "cash": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "chiffre_affaires": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "confidentialite": {
        -              "anyOf": [
        -                {
        -                  "type": "boolean"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_cloture": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_depot": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_clients_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_fournisseurs_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dette_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_financieres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_fournisseurs": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_confiance": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_estime": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividendes_verses": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "duree_exercice_mois": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "effectif_moyen": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "fonds_roulement_net_global": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "impot_benefices": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "liquidite_generale": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_endettement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_stock_ca_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "rentabilite_economique": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_courant": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exceptionnel": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_financier": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_net": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "roe": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_operationnelle": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_valeur_ajoutee_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_actif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_dettes": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_passif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "tresorerie": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type_bilan": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "valeur_ajoutee": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "ifrs": {
        -        "anyOf": [
        -          {
        -            "additionalProperties": {},
        -            "properties": {
        -              "annee": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "bpa": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "capitaux_propres": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "chiffre_affaires": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "dividendes": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "ebitda": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_net": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_operationnel": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "total_actif": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "tresorerie": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              }
        -            },
        -            "type": "object"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      },
        -      "upgrade_hint": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "detail": {
        -        "type": "string"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_layout": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "currency": {
        +            "type": "string"
        +          },
        +          "doc_url": {
        +            "type": "string"
        +          },
        +          "missing_pcg_lines": {
        +            "items": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "label": {
        +                  "type": "string"
        +                },
        +                "reason": {
        +                  "type": "string"
        +                },
        +                "ticket": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "label",
        +                "reason"
        +              ],
        +              "type": "object"
        +            },
        +            "type": "array"
        +          },
        +          "not_applicable_pcg": {
        +            "type": "boolean"
        +          },
        +          "note": {
        +            "type": "string"
        +          },
        +          "schema_version": {
        +            "type": "string"
        +          },
        +          "sections": {
        +            "additionalProperties": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "lines": {
        +                  "items": {
        +                    "additionalProperties": {},
        +                    "properties": {
        +                      "formula": {
        +                        "type": "string"
        +                      },
        +                      "formula_note": {
        +                        "type": "string"
        +                      },
        +                      "key": {
        +                        "type": "string"
        +                      },
        +                      "kind": {
        +                        "enum": [
        +                          "value",
        +                          "subtotal",
        +                          "detail",
        +                          "total",
        +                          "meta"
        +                        ],
        +                        "type": "string"
        +                      },
        +                      "label": {
        +                        "type": "string"
        +                      },
        +                      "level": {
        +                        "type": "number"
        +                      }
        +                    },
        +                    "required": [
        +                      "key",
        +                      "label",
        +                      "level",
        +                      "kind"
        +                    ],
        +                    "type": "object"
        +                  },
        +                  "type": "array"
        +                },
        +                "title": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "title",
        +                "lines"
        +              ],
        +              "type": "object"
        +            },
        +            "propertyNames": {
        +              "type": "string"
        +            },
        +            "type": "object"
        +          }
        +        },
        +        "required": [
        +          "schema_version",
        +          "currency",
        +          "sections"
        +        ],
        +        "type": "object"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "dernier_exercice": {
        +        "anyOf": [
        +          {
        +            "type": "number"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "exercices": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "annee": {
        +              "type": "number"
        +            },
        +            "autonomie_financiere": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_hors_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_jours_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_total": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_autofinancement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_remboursement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capitaux_propres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "cash": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "chiffre_affaires": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "confidentialite": {
        +              "anyOf": [
        +                {
        +                  "type": "boolean"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_cloture": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_depot": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_clients_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_fournisseurs_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dette_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_financieres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_fournisseurs": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_confiance": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_estime": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividendes_verses": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "duree_exercice_mois": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "effectif_moyen": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "fonds_roulement_net_global": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "impot_benefices": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "liquidite_generale": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_endettement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_stock_ca_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "rentabilite_economique": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_courant": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exceptionnel": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_financier": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_net": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "roe": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_operationnelle": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_valeur_ajoutee_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_actif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_dettes": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_passif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "tresorerie": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type_bilan": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "valeur_ajoutee": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "ifrs": {
        +        "anyOf": [
        +          {
        +            "additionalProperties": {},
        +            "properties": {
        +              "annee": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "bpa": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "capitaux_propres": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "chiffre_affaires": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "dividendes": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "ebitda": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_net": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_operationnel": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "total_actif": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "tresorerie": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              }
        +            },
        +            "type": "object"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      },
        +      "upgrade_hint": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "detail": {
        +        "type": "string"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedresolve_companies3 fields changed
      • removedInput schema / properties / records / items / properties / domain
        Removed value: -{
        -  "description": "Site web de la societe, en domaine nu ou en URL complete. Tranche mieux qu'un nom quand il est connu.",
        -  "maxLength": 253,
        -  "type": "string"
        -}
      • removedInput schema / properties / shared_domain
        Removed value: -{
        -  "description": "Domaine porte par plusieurs societes : review (defaut) rend les candidats ; head rapproche vers la maison mere (groupe dominant, sinon plus gros CA), method=domain_head, confiance basse. Reserver aux colonnes d'enseignes.",
        -  "enum": [
        -    "review",
        -    "head"
        -  ],
        -  "type": "string"
        -}
      • removedOutput schema / properties / _credits_remaining
        Removed value: -{
        -  "type": "number"
        -}
    • Removedreveal_director_email
    • Changedsearch_companies2 fields changed
      • changedInput schema / properties / include_fields / description
        Previous value: -"Champs a ajouter a chaque resultat (CSV). Une valeur filtree n'apparait que si son champ est demande. Montants et ratios : le champ porte le nom du filtre sans _min/_max (ebitda_min -> ebitda, capitaux_propres_min -> capitaux_propres, nb_cessions_min -> nb_cessions). Exceptions : dividendes_min -> dividendes_verses ; nb_marches_min -> nb_marches_titulaire,montant_marches_titulaire ; nb_subventions_min -> nb_subventions,montant_subventions_total ; nb_brevets_min -> nb_brevets,nb_brevets_actifs.\nFinancier : ca, marge_brute, valeur_ajoutee, ebitda, resultat_exploitation, resultat_net, marge_nette, marge_ebitda, total_actif, capitaux_propres, tresorerie, dettes_financieres, dettes_fournisseurs, dette_nette, bfr, ratio_endettement, capacite_autofinancement, dividendes_verses, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, annee_financiere.\nCroissance : croissance_ca, croissance_ebitda, croissance_rn, et leurs variantes _2ans, _3ans, _5ans.\nGroupe : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nSignaux BODACC : nb_cessions, derniere_cession_date, a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination, nb_evt_modif_admin.\nDonnees publiques : nb_marches_titulaire, montant_marches_titulaire, nb_subventions, montant_subventions_total, nb_brevets, nb_brevets_actifs, nb_participations_salons, est_societe_mission, est_ess.\nFonds PE/VC : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nCotees : a_lei, lei, source_esef, source_gleif, nb_instruments_financiers.\nCompteurs et fraicheur : nb_dirigeants, nb_etablissements, nb_representants_actifs, derniere_evt_date, dernier_depot_date, dernier_marche_date.\nTexte : description_activite (alias description ; reprend souvent le libelle NAF), objet_social, site_internet (~40 % des societes a CA > 8 M EUR). Le descriptif est deja cherche par query.\nPlan gratuit : ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere, plus les champs groupe, signaux, donnees publiques et texte."New value: +"Champs a inclure dans chaque resultat (CSV) pour que les valeurs d'un filtre financier ou donnees publiques apparaissent. Mapping filtre→champ : dividendes_min→dividendes_verses, tresorerie_min→tresorerie, dettes_financieres_min→dettes_financieres, dettes_fournisseurs_min→dettes_fournisseurs, ebitda_min→ebitda, marge_nette_min→marge_nette, marge_ebitda_min→marge_ebitda.\nAutres champs include_fields : ca, marge_brute, valeur_ajoutee, resultat_exploitation, resultat_net, total_actif, capitaux_propres, dette_nette, bfr, ratio_endettement, capacite_autofinancement, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, croissance_ca, croissance_ca_2ans, croissance_ca_3ans, croissance_ca_5ans, croissance_ebitda, croissance_ebitda_2ans, croissance_ebitda_3ans, croissance_ebitda_5ans, croissance_rn, croissance_rn_2ans, croissance_rn_3ans, croissance_rn_5ans, annee_financiere.\nChamps groupe (donnees publiques, disponibles sur tous les plans) : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nChamps cessions BODACC (donnees publiques) : nb_cessions, derniere_cession_date.\nChamps signaux BODACC (donnees publiques) : a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination.\nChamps marches publics (donnees publiques DECP) : nb_marches_titulaire, montant_marches_titulaire.\nChamps subventions (donnees publiques) : nb_subventions, montant_subventions_total.\nChamps brevets (donnees publiques INPI) : nb_brevets, nb_brevets_actifs.\nChamps salons (donnees publiques) : nb_participations_salons.\nChamps ESS/Mission (donnees publiques) : est_societe_mission, est_ess.\nChamps participation de fonds (PE/VC) : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nChamps LEI & provenance (cotees) : a_lei, lei, source_esef, source_gleif.\nChamps compteurs structuraux : nb_dirigeants, nb_etablissements, nb_representants_actifs, nb_fonds_actuels, nb_instruments_financiers.\nChamps evenements BODACC additionnels : nb_evt_modif_admin.\nChamps fraicheur evenementielle : derniere_evt_date, dernier_depot_date, dernier_marche_date.\nChamps descriptif et web (donnees publiques, tous plans) : description_activite (descriptif d'activite ; alias description), objet_social, site_internet. Ce sont les deux colonnes d'une buyers list qu'il fallait auparavant aller chercher societe par societe. A noter : le descriptif est deja indexe dans la recherche plein texte, donc chercher un mot-cle metier dans query le cherche aussi dans le descriptif. Remplissage mesure au 12/09/2026 : description_activite sur 84,7 % des societes actives (mais ~4 sur 5 ne font que reprendre le libelle NAF), site_internet sur 3,2 % de l'ensemble et ~40 % des societes a CA > 8 M EUR.\nMapping filtre avance→include_fields : capitaux_propres_min→capitaux_propres, total_actif_min→total_actif, dette_nette_min→dette_nette, bfr_min→bfr, resultat_exploitation_min→resultat_exploitation, ratio_endettement_min→ratio_endettement, nb_cessions_min→nb_cessions, nb_marches_min→nb_marches_titulaire, nb_brevets_min→nb_brevets.\nSur le plan gratuit : seuls ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere + les champs groupe + les champs BODACC/marches/subventions/brevets/salons/ESS sont disponibles. _user_plan dans la reponse indique le plan.\nEx: filtre dividendes_min → include_fields=\"dividendes_verses\""
      • removedOutput schema / properties / _credits_remaining
        Removed value: -{
        -  "type": "number"
        -}
    • Changedsearch_directors1 field changed
      • removedOutput schema / properties / _credits_remaining
        Removed value: -{
        -  "type": "number"
        -}
    • Changedsearch_events1 field changed
      • removedInput schema / properties / ville
        Removed value: -{
        -  "description": "Ville du siege (CSV possible). Ex: \"Marseille\". Le bon filtre pour un ressort de tribunal : plus etroit que departement.",
        -  "type": "string"
        -}
  7. 12 tool updates
    • Changedcreate_saved_search42 fields changed
      • removedInput schema / properties / age_dirigeant_max / description
        Removed value: -"Age maximum des dirigeants (annees). Ex: 50 pour moins de 50 ans. Filtre si au moins un dirigeant correspond."
      • removedInput schema / properties / age_dirigeant_min / description
        Removed value: -"Age minimum des dirigeants (annees). Ex: 60 pour 60 ans et plus. Filtre si au moins un dirigeant correspond."
      • removedInput schema / properties / appartient_groupe / description
        Removed value: -"true = uniquement les societes appartenant a un groupe : filiales declarees OU soupcon de groupe fort (groupe_pont probable). Complement exact de independant_strict (ne pas envoyer les deux en meme temps)."
      • removedInput schema / properties / ca_max / description
        Removed value: -"CA maximum en euros. Ex: 50000000 pour 50M"
      • removedInput schema / properties / ca_min / description
        Removed value: -"CA minimum en euros. Ex: 5000000 pour 5M"
      • removedInput schema / properties / cagr_ca_max / description
        Removed value: -"Croissance CA max sur 1 an en % (ex: 50 pour +50%)"
      • removedInput schema / properties / cagr_ca_min / description
        Removed value: -"Croissance CA min sur 1 an en % (ex: 20 pour +20%)"
      • removedInput schema / properties / code_naf / description
        Removed value: -"Code NAF/APE. Exemples courants :\n- SaaS/Logiciel : 5829C, 6201Z, 6202A\n- Conseil IT : 6202A, 6209Z\n- Conseil management : 7022Z\n- Fintech : 6419Z, 6499Z\n- Biotech/Pharma : 2120Z, 7211Z\n- E-commerce : 4791A, 4791B\n- BTP : 4120A, 4120B\n- Restauration : 5610A, 5610C\nPlusieurs codes separes par virgule."
      • removedInput schema / properties / code_postal / description
        Removed value: -"Code postal du siege. Ex: \"75001\", \"69001\". Plusieurs separes par virgule."
      • removedInput schema / properties / credit_grade / description
        Removed value: -"Grades de risque credit a garder (OR). Ex: [\"CCC\",\"D\"] pour les societes a risque eleve, [\"AAA\",\"AA\"] pour les plus solides. ~900k societes scorees (celles avec un bilan recent) ; les non scorees sont exclues des qu'un grade est demande."
      • removedInput schema / properties / credit_scored / description
        Removed value: -"true pour ne garder que les societes qui ont un score credit, false pour les exclure"
      • removedInput schema / properties / date_creation_max / description
        Removed value: -"Date de creation maximum (ISO). Ex: \"2021-12-31\" pour les entreprises creees avant 2022"
      • removedInput schema / properties / date_creation_min / description
        Removed value: -"Date de creation minimum (ISO). Ex: \"2021-01-01\" pour les entreprises creees apres 2021"
      • removedInput schema / properties / departement / description
        Removed value: -"Code departement. Ex: \"75\", \"33\", \"69\""
      • removedInput schema / properties / dirigeant_naissance / description
        Removed value: -"Naissance du dirigeant pour desambiguiser les homonymes, granularite mois : format YYYY-MM. Ex: \"1975-03\" (un YYYY-MM-DD est accepte mais le jour est ignore). Pour une desambiguisation au jour pres, utiliser search_director_companies."
      • removedInput schema / properties / dirigeant_nom / description
        Removed value: -"Nom de famille du dirigeant (recherche exacte). Ex: \"GUILLEMOT\". Combine avec dirigeant_prenom et dirigeant_naissance pour desambiguiser les homonymes."
      • removedInput schema / properties / dirigeant_prenom / description
        Removed value: -"Prenom du dirigeant. A utiliser avec dirigeant_nom. Ex: \"Yves\""
      • removedInput schema / properties / effectif_max / description
        Removed value: -"Effectif maximum (nombre de salaries)"
      • removedInput schema / properties / effectif_min / description
        Removed value: -"Effectif minimum (nombre de salaries)"
      • changedInput schema / properties / enable_alert / description
        Previous value: -"true pour etre notifie quotidiennement des nouvelles societes qui matchent la recherche. Defaut: false."New value: +"Notification quotidienne des nouvelles societes qui matchent. Defaut: true ici, false via l'API REST."
      • removedInput schema / properties / est_filiale / description
        Removed value: -"true = filiales uniquement, false = entreprises independantes uniquement"
      • removedInput schema / properties / est_tete_de_groupe / description
        Removed value: -"true = uniquement les tetes de groupe"
      • removedInput schema / properties / filter_annee / description
        Removed value: -"Annee de l'exercice financier. Filtre les entreprises dont le dernier bilan publie correspond a cette annee. Ex: 2024 pour ne voir que les bilans 2024. Combiner avec ca_min pour \"societes ayant fait 5M de CA en 2024\"."
      • removedInput schema / properties / groupe_parent / description
        Removed value: -"Nom du groupe parent (recherche textuelle). Ex: \"LVMH\", \"Bouygues\""
      • removedInput schema / properties / groupe_pont_siren / description
        Removed value: -"SIREN de la tete de groupe INFEREE (soupcon de groupe via dirigeant-pont). Retourne toutes les societes rattachees au meme groupe soupconne (non declare). A distinguer de siren_groupe (lien capitalistique declare)."
      • removedInput schema / properties / has_website / description
        Removed value: -"true pour ne retourner que les entreprises ayant un site web"
      • removedInput schema / properties / independant_strict / description
        Removed value: -"true = uniquement les societes reellement independantes : exclut les filiales declarees ET les societes avec un soupcon de groupe fort (groupe_pont probable). Les soupcons plus faibles (possible/soupcon) ne sont pas exclus."
      • removedInput schema / properties / is_cotee / description
        Removed value: -"true pour les societes cotees en bourse uniquement, false pour les exclure"
      • removedInput schema / properties / latitude / description
        Removed value: -"Latitude du centre pour une recherche par rayon (WGS84). A fournir avec longitude ET radius."
      • removedInput schema / properties / longitude / description
        Removed value: -"Longitude du centre pour une recherche par rayon (WGS84). A fournir avec latitude ET radius."
      • removedInput schema / properties / plan_en_cours / description
        Removed value: -"Societes executant un plan (redressement, sauvegarde ou cession). Distinct de procedure_collective : sous plan, la periode d'observation est terminee."
      • removedInput schema / properties / procedure_collective / description
        Removed value: -"Procedure collective EN COURS (etat courant, pas l'historique). Valeurs: \"liquidation\", \"redressement\", \"sauvegarde\", \"conciliation\", \"autre\", \"accord_homologue\", \"plan_redressement\", \"plan_sauvegarde\", \"plan_cession\". Plusieurs separes par virgule. \"accord_homologue\" = accord de conciliation homologue en cours d'execution, ce qui CLOT la conciliation et ne l'ouvre pas ; \"conciliation\" ne designe qu'une ouverture, que le BODACC ne publie pas. Une procedure cloturee ne matche pas : les societes dont la liquidation est close en sont exclues."
      • removedInput schema / properties / radius / description
        Removed value: -"Rayon de recherche en km (1-200) autour de latitude/longitude. Les trois vont ensemble : un triplet incomplet est refuse."
      • removedInput schema / properties / region / description
        Removed value: -"Region. Ex: \"Ile-de-France\", \"Bretagne\", \"Auvergne-Rhone-Alpes\""
      • removedInput schema / properties / resultat_net_max / description
        Removed value: -"Resultat net maximum en euros"
      • removedInput schema / properties / resultat_net_min / description
        Removed value: -"Resultat net minimum en euros"
      • removedInput schema / properties / siren_groupe / description
        Removed value: -"SIREN de la tete de groupe. Retourne toutes les societes du meme groupe. Ex: \"352383715\" pour lister toutes les filiales de LVMH."
      • removedInput schema / properties / societe_mere_etrangere / description
        Removed value: -"true = filiales de groupes etrangers uniquement"
      • removedInput schema / properties / statut / description
        Removed value: -"Filtre par statut au registre. DISSOLVED = dissoute ou radiee ; une societe en procedure collective reste ACTIVE jusqu'a sa radiation. Le statut ne se deduit PAS de date_radiation, absente sur environ 9,9M des 12,4M societes dissoutes."
      • removedInput schema / properties / tresorerie_max / description
        Removed value: -"Tresorerie maximum en euros"
      • removedInput schema / properties / tresorerie_min / description
        Removed value: -"Tresorerie minimum en euros"
      • removedInput schema / properties / ville / description
        Removed value: -"Nom de ville. Plusieurs villes separees par virgule. Ex: \"Paris,Lyon,Bordeaux\""
    • Changedget_company1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "include_fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "include_fields_unknown": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "include_fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "include_fields_unknown": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_company_graph1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "edges": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "source": {
        -              "type": "string"
        -            },
        -            "target": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "enum": [
        -                "mandat_pm",
        -                "filiale",
        -                "parent_ultime",
        -                "mandat_pp"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "source",
        -            "target",
        -            "type"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "meta": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "counts": {
        -            "additionalProperties": {},
        -            "properties": {
        -              "edges": {
        -                "type": "number"
        -              },
        -              "entreprises": {
        -                "type": "number"
        -              },
        -              "personnes": {
        -                "type": "number"
        -              }
        -            },
        -            "required": [
        -              "entreprises",
        -              "personnes",
        -              "edges"
        -            ],
        -            "type": "object"
        -          },
        -          "depth": {
        -            "type": "number"
        -          }
        -        },
        -        "required": [
        -          "depth",
        -          "counts"
        -        ],
        -        "type": "object"
        -      },
        -      "nodes": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "id": {
        -              "type": "string"
        -            },
        -            "niveau": {
        -              "type": "number"
        -            },
        -            "type": {
        -              "enum": [
        -                "entreprise",
        -                "personne"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "id",
        -            "type",
        -            "niveau"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "nodes",
        -      "edges",
        -      "meta"
        -    ],
        -    "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"
        -      },
        -      "depth": {
        -        "type": "number"
        -      },
        -      "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": {
        +      "edges": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "source": {
        +              "type": "string"
        +            },
        +            "target": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "enum": [
        +                "mandat_pm",
        +                "filiale",
        +                "parent_ultime",
        +                "mandat_pp"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "source",
        +            "target",
        +            "type"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "meta": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "counts": {
        +            "additionalProperties": {},
        +            "properties": {
        +              "edges": {
        +                "type": "number"
        +              },
        +              "entreprises": {
        +                "type": "number"
        +              },
        +              "personnes": {
        +                "type": "number"
        +              }
        +            },
        +            "required": [
        +              "entreprises",
        +              "personnes",
        +              "edges"
        +            ],
        +            "type": "object"
        +          },
        +          "depth": {
        +            "type": "number"
        +          }
        +        },
        +        "required": [
        +          "depth",
        +          "counts"
        +        ],
        +        "type": "object"
        +      },
        +      "nodes": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "id": {
        +              "type": "string"
        +            },
        +            "niveau": {
        +              "type": "number"
        +            },
        +            "type": {
        +              "enum": [
        +                "entreprise",
        +                "personne"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "id",
        +            "type",
        +            "niveau"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "nodes",
        +      "edges",
        +      "meta"
        +    ],
        +    "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"
        +      },
        +      "depth": {
        +        "type": "number"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_credit_risk1 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"
        +  }
        +]
    • Changedget_directors1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "actif": {
        -              "type": "boolean"
        -            },
        -            "annee_naissance": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_debut_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_fin_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "nom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "prenom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "representants": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "role": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type": {
        -              "enum": [
        -                "PP",
        -                "PM"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "has_more": {
        -            "type": "boolean"
        -          },
        -          "limit": {
        -            "type": "number"
        -          },
        -          "offset": {
        -            "type": "number"
        -          }
        -        },
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "actif": {
        +              "type": "boolean"
        +            },
        +            "annee_naissance": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_debut_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_fin_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "linkedin_url": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "nom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "prenom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "representants": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "role": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type": {
        +              "enum": [
        +                "PP",
        +                "PM"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "has_more": {
        +            "type": "boolean"
        +          },
        +          "limit": {
        +            "type": "number"
        +          },
        +          "offset": {
        +            "type": "number"
        +          }
        +        },
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_credits_remaining": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_events1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "additionalProperties": {},
        -              "properties": {},
        -              "type": "object"
        -            },
        -            "date": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "date",
        -            "type",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {},
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data",
        -      "pagination"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "additionalProperties": {},
        +              "properties": {},
        +              "type": "object"
        +            },
        +            "date": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "date",
        +            "type",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {},
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data",
        +      "pagination"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_credits_remaining": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_financials1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_layout": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "currency": {
        -            "type": "string"
        -          },
        -          "doc_url": {
        -            "type": "string"
        -          },
        -          "missing_pcg_lines": {
        -            "items": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "label": {
        -                  "type": "string"
        -                },
        -                "reason": {
        -                  "type": "string"
        -                },
        -                "ticket": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "label",
        -                "reason"
        -              ],
        -              "type": "object"
        -            },
        -            "type": "array"
        -          },
        -          "not_applicable_pcg": {
        -            "type": "boolean"
        -          },
        -          "note": {
        -            "type": "string"
        -          },
        -          "schema_version": {
        -            "type": "string"
        -          },
        -          "sections": {
        -            "additionalProperties": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "lines": {
        -                  "items": {
        -                    "additionalProperties": {},
        -                    "properties": {
        -                      "formula": {
        -                        "type": "string"
        -                      },
        -                      "formula_note": {
        -                        "type": "string"
        -                      },
        -                      "key": {
        -                        "type": "string"
        -                      },
        -                      "kind": {
        -                        "enum": [
        -                          "value",
        -                          "subtotal",
        -                          "detail",
        -                          "total",
        -                          "meta"
        -                        ],
        -                        "type": "string"
        -                      },
        -                      "label": {
        -                        "type": "string"
        -                      },
        -                      "level": {
        -                        "type": "number"
        -                      }
        -                    },
        -                    "required": [
        -                      "key",
        -                      "label",
        -                      "level",
        -                      "kind"
        -                    ],
        -                    "type": "object"
        -                  },
        -                  "type": "array"
        -                },
        -                "title": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "title",
        -                "lines"
        -              ],
        -              "type": "object"
        -            },
        -            "propertyNames": {
        -              "type": "string"
        -            },
        -            "type": "object"
        -          }
        -        },
        -        "required": [
        -          "schema_version",
        -          "currency",
        -          "sections"
        -        ],
        -        "type": "object"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "dernier_exercice": {
        -        "anyOf": [
        -          {
        -            "type": "number"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "exercices": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "annee": {
        -              "type": "number"
        -            },
        -            "autonomie_financiere": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_hors_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_jours_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_total": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_autofinancement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_remboursement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capitaux_propres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "cash": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "chiffre_affaires": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "confidentialite": {
        -              "anyOf": [
        -                {
        -                  "type": "boolean"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_cloture": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_depot": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_clients_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_fournisseurs_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dette_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_financieres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_fournisseurs": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_confiance": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_estime": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividendes_verses": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "duree_exercice_mois": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "effectif_moyen": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "fonds_roulement_net_global": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "impot_benefices": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "liquidite_generale": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_endettement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_stock_ca_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "rentabilite_economique": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_courant": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exceptionnel": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_financier": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_net": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "roe": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_operationnelle": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_valeur_ajoutee_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_actif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_dettes": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_passif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "tresorerie": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type_bilan": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "valeur_ajoutee": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "ifrs": {
        -        "anyOf": [
        -          {
        -            "additionalProperties": {},
        -            "properties": {
        -              "annee": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "bpa": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "capitaux_propres": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "chiffre_affaires": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "dividendes": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "ebitda": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_net": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_operationnel": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "total_actif": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "tresorerie": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              }
        -            },
        -            "type": "object"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      },
        -      "upgrade_hint": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "detail": {
        -        "type": "string"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_layout": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "currency": {
        +            "type": "string"
        +          },
        +          "doc_url": {
        +            "type": "string"
        +          },
        +          "missing_pcg_lines": {
        +            "items": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "label": {
        +                  "type": "string"
        +                },
        +                "reason": {
        +                  "type": "string"
        +                },
        +                "ticket": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "label",
        +                "reason"
        +              ],
        +              "type": "object"
        +            },
        +            "type": "array"
        +          },
        +          "not_applicable_pcg": {
        +            "type": "boolean"
        +          },
        +          "note": {
        +            "type": "string"
        +          },
        +          "schema_version": {
        +            "type": "string"
        +          },
        +          "sections": {
        +            "additionalProperties": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "lines": {
        +                  "items": {
        +                    "additionalProperties": {},
        +                    "properties": {
        +                      "formula": {
        +                        "type": "string"
        +                      },
        +                      "formula_note": {
        +                        "type": "string"
        +                      },
        +                      "key": {
        +                        "type": "string"
        +                      },
        +                      "kind": {
        +                        "enum": [
        +                          "value",
        +                          "subtotal",
        +                          "detail",
        +                          "total",
        +                          "meta"
        +                        ],
        +                        "type": "string"
        +                      },
        +                      "label": {
        +                        "type": "string"
        +                      },
        +                      "level": {
        +                        "type": "number"
        +                      }
        +                    },
        +                    "required": [
        +                      "key",
        +                      "label",
        +                      "level",
        +                      "kind"
        +                    ],
        +                    "type": "object"
        +                  },
        +                  "type": "array"
        +                },
        +                "title": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "title",
        +                "lines"
        +              ],
        +              "type": "object"
        +            },
        +            "propertyNames": {
        +              "type": "string"
        +            },
        +            "type": "object"
        +          }
        +        },
        +        "required": [
        +          "schema_version",
        +          "currency",
        +          "sections"
        +        ],
        +        "type": "object"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "dernier_exercice": {
        +        "anyOf": [
        +          {
        +            "type": "number"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "exercices": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "annee": {
        +              "type": "number"
        +            },
        +            "autonomie_financiere": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_hors_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_jours_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_total": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_autofinancement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_remboursement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capitaux_propres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "cash": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "chiffre_affaires": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "confidentialite": {
        +              "anyOf": [
        +                {
        +                  "type": "boolean"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_cloture": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_depot": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_clients_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_fournisseurs_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dette_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_financieres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_fournisseurs": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_confiance": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_estime": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividendes_verses": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "duree_exercice_mois": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "effectif_moyen": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "fonds_roulement_net_global": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "impot_benefices": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "liquidite_generale": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_endettement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_stock_ca_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "rentabilite_economique": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_courant": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exceptionnel": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_financier": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_net": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "roe": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_operationnelle": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_valeur_ajoutee_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_actif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_dettes": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_passif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "tresorerie": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type_bilan": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "valeur_ajoutee": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "ifrs": {
        +        "anyOf": [
        +          {
        +            "additionalProperties": {},
        +            "properties": {
        +              "annee": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "bpa": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "capitaux_propres": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "chiffre_affaires": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "dividendes": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "ebitda": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_net": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_operationnel": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "total_actif": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "tresorerie": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              }
        +            },
        +            "type": "object"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      },
        +      "upgrade_hint": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "detail": {
        +        "type": "string"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedresolve_companies3 fields changed
      • addedInput schema / properties / records / items / properties / domain
        Added value: +{
        +  "description": "Site web de la societe, en domaine nu ou en URL complete. Tranche mieux qu'un nom quand il est connu.",
        +  "maxLength": 253,
        +  "type": "string"
        +}
      • addedInput schema / properties / shared_domain
        Added value: +{
        +  "description": "Domaine porte par plusieurs societes : review (defaut) rend les candidats ; head rapproche vers la maison mere (groupe dominant, sinon plus gros CA), method=domain_head, confiance basse. Reserver aux colonnes d'enseignes.",
        +  "enum": [
        +    "review",
        +    "head"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / _credits_remaining
        Added value: +{
        +  "type": "number"
        +}
    • Addedreveal_director_email
    • Changedsearch_companies2 fields changed
      • changedInput schema / properties / include_fields / description
        Previous value: -"Champs a inclure dans chaque resultat (CSV) pour que les valeurs d'un filtre financier ou donnees publiques apparaissent. Mapping filtre→champ : dividendes_min→dividendes_verses, tresorerie_min→tresorerie, dettes_financieres_min→dettes_financieres, dettes_fournisseurs_min→dettes_fournisseurs, ebitda_min→ebitda, marge_nette_min→marge_nette, marge_ebitda_min→marge_ebitda.\nAutres champs include_fields : ca, marge_brute, valeur_ajoutee, resultat_exploitation, resultat_net, total_actif, capitaux_propres, dette_nette, bfr, ratio_endettement, capacite_autofinancement, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, croissance_ca, croissance_ca_2ans, croissance_ca_3ans, croissance_ca_5ans, croissance_ebitda, croissance_ebitda_2ans, croissance_ebitda_3ans, croissance_ebitda_5ans, croissance_rn, croissance_rn_2ans, croissance_rn_3ans, croissance_rn_5ans, annee_financiere.\nChamps groupe (donnees publiques, disponibles sur tous les plans) : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nChamps cessions BODACC (donnees publiques) : nb_cessions, derniere_cession_date.\nChamps signaux BODACC (donnees publiques) : a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination.\nChamps marches publics (donnees publiques DECP) : nb_marches_titulaire, montant_marches_titulaire.\nChamps subventions (donnees publiques) : nb_subventions, montant_subventions_total.\nChamps brevets (donnees publiques INPI) : nb_brevets, nb_brevets_actifs.\nChamps salons (donnees publiques) : nb_participations_salons.\nChamps ESS/Mission (donnees publiques) : est_societe_mission, est_ess.\nChamps participation de fonds (PE/VC) : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nChamps LEI & provenance (cotees) : a_lei, lei, source_esef, source_gleif.\nChamps compteurs structuraux : nb_dirigeants, nb_etablissements, nb_representants_actifs, nb_fonds_actuels, nb_instruments_financiers.\nChamps evenements BODACC additionnels : nb_evt_modif_admin.\nChamps fraicheur evenementielle : derniere_evt_date, dernier_depot_date, dernier_marche_date.\nChamps descriptif et web (donnees publiques, tous plans) : description_activite (descriptif d'activite ; alias description), objet_social, site_internet. Ce sont les deux colonnes d'une buyers list qu'il fallait auparavant aller chercher societe par societe. A noter : le descriptif est deja indexe dans la recherche plein texte, donc chercher un mot-cle metier dans query le cherche aussi dans le descriptif. Remplissage mesure au 12/09/2026 : description_activite sur 84,7 % des societes actives (mais ~4 sur 5 ne font que reprendre le libelle NAF), site_internet sur 3,2 % de l'ensemble et ~40 % des societes a CA > 8 M EUR.\nMapping filtre avance→include_fields : capitaux_propres_min→capitaux_propres, total_actif_min→total_actif, dette_nette_min→dette_nette, bfr_min→bfr, resultat_exploitation_min→resultat_exploitation, ratio_endettement_min→ratio_endettement, nb_cessions_min→nb_cessions, nb_marches_min→nb_marches_titulaire, nb_brevets_min→nb_brevets.\nSur le plan gratuit : seuls ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere + les champs groupe + les champs BODACC/marches/subventions/brevets/salons/ESS sont disponibles. _user_plan dans la reponse indique le plan.\nEx: filtre dividendes_min → include_fields=\"dividendes_verses\""New value: +"Champs a ajouter a chaque resultat (CSV). Une valeur filtree n'apparait que si son champ est demande. Montants et ratios : le champ porte le nom du filtre sans _min/_max (ebitda_min -> ebitda, capitaux_propres_min -> capitaux_propres, nb_cessions_min -> nb_cessions). Exceptions : dividendes_min -> dividendes_verses ; nb_marches_min -> nb_marches_titulaire,montant_marches_titulaire ; nb_subventions_min -> nb_subventions,montant_subventions_total ; nb_brevets_min -> nb_brevets,nb_brevets_actifs.\nFinancier : ca, marge_brute, valeur_ajoutee, ebitda, resultat_exploitation, resultat_net, marge_nette, marge_ebitda, total_actif, capitaux_propres, tresorerie, dettes_financieres, dettes_fournisseurs, dette_nette, bfr, ratio_endettement, capacite_autofinancement, dividendes_verses, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, annee_financiere.\nCroissance : croissance_ca, croissance_ebitda, croissance_rn, et leurs variantes _2ans, _3ans, _5ans.\nGroupe : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nSignaux BODACC : nb_cessions, derniere_cession_date, a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination, nb_evt_modif_admin.\nDonnees publiques : nb_marches_titulaire, montant_marches_titulaire, nb_subventions, montant_subventions_total, nb_brevets, nb_brevets_actifs, nb_participations_salons, est_societe_mission, est_ess.\nFonds PE/VC : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nCotees : a_lei, lei, source_esef, source_gleif, nb_instruments_financiers.\nCompteurs et fraicheur : nb_dirigeants, nb_etablissements, nb_representants_actifs, derniere_evt_date, dernier_depot_date, dernier_marche_date.\nTexte : description_activite (alias description ; reprend souvent le libelle NAF), objet_social, site_internet (~40 % des societes a CA > 8 M EUR). Le descriptif est deja cherche par query.\nPlan gratuit : ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere, plus les champs groupe, signaux, donnees publiques et texte."
      • addedOutput schema / properties / _credits_remaining
        Added value: +{
        +  "type": "number"
        +}
    • Changedsearch_directors1 field changed
      • addedOutput schema / properties / _credits_remaining
        Added value: +{
        +  "type": "number"
        +}
    • Changedsearch_events1 field changed
      • addedInput schema / properties / ville
        Added value: +{
        +  "description": "Ville du siege (CSV possible). Ex: \"Marseille\". Le bon filtre pour un ressort de tribunal : plus etroit que departement.",
        +  "type": "string"
        +}
  8. 12 tool updates
    • Changedcreate_saved_search42 fields changed
      • addedInput schema / properties / age_dirigeant_max / description
        Added value: +"Age maximum des dirigeants (annees). Ex: 50 pour moins de 50 ans. Filtre si au moins un dirigeant correspond."
      • addedInput schema / properties / age_dirigeant_min / description
        Added value: +"Age minimum des dirigeants (annees). Ex: 60 pour 60 ans et plus. Filtre si au moins un dirigeant correspond."
      • addedInput schema / properties / appartient_groupe / description
        Added value: +"true = uniquement les societes appartenant a un groupe : filiales declarees OU soupcon de groupe fort (groupe_pont probable). Complement exact de independant_strict (ne pas envoyer les deux en meme temps)."
      • addedInput schema / properties / ca_max / description
        Added value: +"CA maximum en euros. Ex: 50000000 pour 50M"
      • addedInput schema / properties / ca_min / description
        Added value: +"CA minimum en euros. Ex: 5000000 pour 5M"
      • addedInput schema / properties / cagr_ca_max / description
        Added value: +"Croissance CA max sur 1 an en % (ex: 50 pour +50%)"
      • addedInput schema / properties / cagr_ca_min / description
        Added value: +"Croissance CA min sur 1 an en % (ex: 20 pour +20%)"
      • addedInput schema / properties / code_naf / description
        Added value: +"Code NAF/APE. Exemples courants :\n- SaaS/Logiciel : 5829C, 6201Z, 6202A\n- Conseil IT : 6202A, 6209Z\n- Conseil management : 7022Z\n- Fintech : 6419Z, 6499Z\n- Biotech/Pharma : 2120Z, 7211Z\n- E-commerce : 4791A, 4791B\n- BTP : 4120A, 4120B\n- Restauration : 5610A, 5610C\nPlusieurs codes separes par virgule."
      • addedInput schema / properties / code_postal / description
        Added value: +"Code postal du siege. Ex: \"75001\", \"69001\". Plusieurs separes par virgule."
      • addedInput schema / properties / credit_grade / description
        Added value: +"Grades de risque credit a garder (OR). Ex: [\"CCC\",\"D\"] pour les societes a risque eleve, [\"AAA\",\"AA\"] pour les plus solides. ~900k societes scorees (celles avec un bilan recent) ; les non scorees sont exclues des qu'un grade est demande."
      • addedInput schema / properties / credit_scored / description
        Added value: +"true pour ne garder que les societes qui ont un score credit, false pour les exclure"
      • addedInput schema / properties / date_creation_max / description
        Added value: +"Date de creation maximum (ISO). Ex: \"2021-12-31\" pour les entreprises creees avant 2022"
      • addedInput schema / properties / date_creation_min / description
        Added value: +"Date de creation minimum (ISO). Ex: \"2021-01-01\" pour les entreprises creees apres 2021"
      • addedInput schema / properties / departement / description
        Added value: +"Code departement. Ex: \"75\", \"33\", \"69\""
      • addedInput schema / properties / dirigeant_naissance / description
        Added value: +"Naissance du dirigeant pour desambiguiser les homonymes, granularite mois : format YYYY-MM. Ex: \"1975-03\" (un YYYY-MM-DD est accepte mais le jour est ignore). Pour une desambiguisation au jour pres, utiliser search_director_companies."
      • addedInput schema / properties / dirigeant_nom / description
        Added value: +"Nom de famille du dirigeant (recherche exacte). Ex: \"GUILLEMOT\". Combine avec dirigeant_prenom et dirigeant_naissance pour desambiguiser les homonymes."
      • addedInput schema / properties / dirigeant_prenom / description
        Added value: +"Prenom du dirigeant. A utiliser avec dirigeant_nom. Ex: \"Yves\""
      • addedInput schema / properties / effectif_max / description
        Added value: +"Effectif maximum (nombre de salaries)"
      • addedInput schema / properties / effectif_min / description
        Added value: +"Effectif minimum (nombre de salaries)"
      • changedInput schema / properties / enable_alert / description
        Previous value: -"Notification quotidienne des nouvelles societes qui matchent. Defaut: true ici, false via l'API REST."New value: +"true pour etre notifie quotidiennement des nouvelles societes qui matchent la recherche. Defaut: false."
      • addedInput schema / properties / est_filiale / description
        Added value: +"true = filiales uniquement, false = entreprises independantes uniquement"
      • addedInput schema / properties / est_tete_de_groupe / description
        Added value: +"true = uniquement les tetes de groupe"
      • addedInput schema / properties / filter_annee / description
        Added value: +"Annee de l'exercice financier. Filtre les entreprises dont le dernier bilan publie correspond a cette annee. Ex: 2024 pour ne voir que les bilans 2024. Combiner avec ca_min pour \"societes ayant fait 5M de CA en 2024\"."
      • addedInput schema / properties / groupe_parent / description
        Added value: +"Nom du groupe parent (recherche textuelle). Ex: \"LVMH\", \"Bouygues\""
      • addedInput schema / properties / groupe_pont_siren / description
        Added value: +"SIREN de la tete de groupe INFEREE (soupcon de groupe via dirigeant-pont). Retourne toutes les societes rattachees au meme groupe soupconne (non declare). A distinguer de siren_groupe (lien capitalistique declare)."
      • addedInput schema / properties / has_website / description
        Added value: +"true pour ne retourner que les entreprises ayant un site web"
      • addedInput schema / properties / independant_strict / description
        Added value: +"true = uniquement les societes reellement independantes : exclut les filiales declarees ET les societes avec un soupcon de groupe fort (groupe_pont probable). Les soupcons plus faibles (possible/soupcon) ne sont pas exclus."
      • addedInput schema / properties / is_cotee / description
        Added value: +"true pour les societes cotees en bourse uniquement, false pour les exclure"
      • addedInput schema / properties / latitude / description
        Added value: +"Latitude du centre pour une recherche par rayon (WGS84). A fournir avec longitude ET radius."
      • addedInput schema / properties / longitude / description
        Added value: +"Longitude du centre pour une recherche par rayon (WGS84). A fournir avec latitude ET radius."
      • addedInput schema / properties / plan_en_cours / description
        Added value: +"Societes executant un plan (redressement, sauvegarde ou cession). Distinct de procedure_collective : sous plan, la periode d'observation est terminee."
      • addedInput schema / properties / procedure_collective / description
        Added value: +"Procedure collective EN COURS (etat courant, pas l'historique). Valeurs: \"liquidation\", \"redressement\", \"sauvegarde\", \"conciliation\", \"autre\", \"accord_homologue\", \"plan_redressement\", \"plan_sauvegarde\", \"plan_cession\". Plusieurs separes par virgule. \"accord_homologue\" = accord de conciliation homologue en cours d'execution, ce qui CLOT la conciliation et ne l'ouvre pas ; \"conciliation\" ne designe qu'une ouverture, que le BODACC ne publie pas. Une procedure cloturee ne matche pas : les societes dont la liquidation est close en sont exclues."
      • addedInput schema / properties / radius / description
        Added value: +"Rayon de recherche en km (1-200) autour de latitude/longitude. Les trois vont ensemble : un triplet incomplet est refuse."
      • addedInput schema / properties / region / description
        Added value: +"Region. Ex: \"Ile-de-France\", \"Bretagne\", \"Auvergne-Rhone-Alpes\""
      • addedInput schema / properties / resultat_net_max / description
        Added value: +"Resultat net maximum en euros"
      • addedInput schema / properties / resultat_net_min / description
        Added value: +"Resultat net minimum en euros"
      • addedInput schema / properties / siren_groupe / description
        Added value: +"SIREN de la tete de groupe. Retourne toutes les societes du meme groupe. Ex: \"352383715\" pour lister toutes les filiales de LVMH."
      • addedInput schema / properties / societe_mere_etrangere / description
        Added value: +"true = filiales de groupes etrangers uniquement"
      • addedInput schema / properties / statut / description
        Added value: +"Filtre par statut au registre. DISSOLVED = dissoute ou radiee ; une societe en procedure collective reste ACTIVE jusqu'a sa radiation. Le statut ne se deduit PAS de date_radiation, absente sur environ 9,9M des 12,4M societes dissoutes."
      • addedInput schema / properties / tresorerie_max / description
        Added value: +"Tresorerie maximum en euros"
      • addedInput schema / properties / tresorerie_min / description
        Added value: +"Tresorerie minimum en euros"
      • addedInput schema / properties / ville / description
        Added value: +"Nom de ville. Plusieurs villes separees par virgule. Ex: \"Paris,Lyon,Bordeaux\""
    • Changedget_company1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "include_fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "include_fields_unknown": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "include_fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "include_fields_unknown": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_company_graph1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "edges": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "source": {
        -              "type": "string"
        -            },
        -            "target": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "enum": [
        -                "mandat_pm",
        -                "filiale",
        -                "parent_ultime",
        -                "mandat_pp"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "source",
        -            "target",
        -            "type"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "meta": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "counts": {
        -            "additionalProperties": {},
        -            "properties": {
        -              "edges": {
        -                "type": "number"
        -              },
        -              "entreprises": {
        -                "type": "number"
        -              },
        -              "personnes": {
        -                "type": "number"
        -              }
        -            },
        -            "required": [
        -              "entreprises",
        -              "personnes",
        -              "edges"
        -            ],
        -            "type": "object"
        -          },
        -          "depth": {
        -            "type": "number"
        -          }
        -        },
        -        "required": [
        -          "depth",
        -          "counts"
        -        ],
        -        "type": "object"
        -      },
        -      "nodes": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "id": {
        -              "type": "string"
        -            },
        -            "niveau": {
        -              "type": "number"
        -            },
        -            "type": {
        -              "enum": [
        -                "entreprise",
        -                "personne"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "id",
        -            "type",
        -            "niveau"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "nodes",
        -      "edges",
        -      "meta"
        -    ],
        -    "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"
        -      },
        -      "depth": {
        -        "type": "number"
        -      },
        -      "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": {
        +      "edges": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "source": {
        +              "type": "string"
        +            },
        +            "target": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "enum": [
        +                "mandat_pm",
        +                "filiale",
        +                "parent_ultime",
        +                "mandat_pp"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "source",
        +            "target",
        +            "type"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "meta": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "counts": {
        +            "additionalProperties": {},
        +            "properties": {
        +              "edges": {
        +                "type": "number"
        +              },
        +              "entreprises": {
        +                "type": "number"
        +              },
        +              "personnes": {
        +                "type": "number"
        +              }
        +            },
        +            "required": [
        +              "entreprises",
        +              "personnes",
        +              "edges"
        +            ],
        +            "type": "object"
        +          },
        +          "depth": {
        +            "type": "number"
        +          }
        +        },
        +        "required": [
        +          "depth",
        +          "counts"
        +        ],
        +        "type": "object"
        +      },
        +      "nodes": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "id": {
        +              "type": "string"
        +            },
        +            "niveau": {
        +              "type": "number"
        +            },
        +            "type": {
        +              "enum": [
        +                "entreprise",
        +                "personne"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "id",
        +            "type",
        +            "niveau"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "nodes",
        +      "edges",
        +      "meta"
        +    ],
        +    "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"
        +      },
        +      "depth": {
        +        "type": "number"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_credit_risk1 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"
        +  }
        +]
    • Changedget_directors1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "actif": {
        -              "type": "boolean"
        -            },
        -            "annee_naissance": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_debut_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_fin_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "linkedin_url": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "nom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "prenom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "representants": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "role": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type": {
        -              "enum": [
        -                "PP",
        -                "PM"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "has_more": {
        -            "type": "boolean"
        -          },
        -          "limit": {
        -            "type": "number"
        -          },
        -          "offset": {
        -            "type": "number"
        -          }
        -        },
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_credits_remaining": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "actif": {
        +              "type": "boolean"
        +            },
        +            "annee_naissance": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_debut_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_fin_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "nom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "prenom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "representants": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "role": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type": {
        +              "enum": [
        +                "PP",
        +                "PM"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "has_more": {
        +            "type": "boolean"
        +          },
        +          "limit": {
        +            "type": "number"
        +          },
        +          "offset": {
        +            "type": "number"
        +          }
        +        },
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_events1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "additionalProperties": {},
        -              "properties": {},
        -              "type": "object"
        -            },
        -            "date": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "date",
        -            "type",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {},
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data",
        -      "pagination"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_credits_remaining": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "additionalProperties": {},
        +              "properties": {},
        +              "type": "object"
        +            },
        +            "date": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "date",
        +            "type",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {},
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data",
        +      "pagination"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_financials1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_layout": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "currency": {
        -            "type": "string"
        -          },
        -          "doc_url": {
        -            "type": "string"
        -          },
        -          "missing_pcg_lines": {
        -            "items": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "label": {
        -                  "type": "string"
        -                },
        -                "reason": {
        -                  "type": "string"
        -                },
        -                "ticket": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "label",
        -                "reason"
        -              ],
        -              "type": "object"
        -            },
        -            "type": "array"
        -          },
        -          "not_applicable_pcg": {
        -            "type": "boolean"
        -          },
        -          "note": {
        -            "type": "string"
        -          },
        -          "schema_version": {
        -            "type": "string"
        -          },
        -          "sections": {
        -            "additionalProperties": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "lines": {
        -                  "items": {
        -                    "additionalProperties": {},
        -                    "properties": {
        -                      "formula": {
        -                        "type": "string"
        -                      },
        -                      "formula_note": {
        -                        "type": "string"
        -                      },
        -                      "key": {
        -                        "type": "string"
        -                      },
        -                      "kind": {
        -                        "enum": [
        -                          "value",
        -                          "subtotal",
        -                          "detail",
        -                          "total",
        -                          "meta"
        -                        ],
        -                        "type": "string"
        -                      },
        -                      "label": {
        -                        "type": "string"
        -                      },
        -                      "level": {
        -                        "type": "number"
        -                      }
        -                    },
        -                    "required": [
        -                      "key",
        -                      "label",
        -                      "level",
        -                      "kind"
        -                    ],
        -                    "type": "object"
        -                  },
        -                  "type": "array"
        -                },
        -                "title": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "title",
        -                "lines"
        -              ],
        -              "type": "object"
        -            },
        -            "propertyNames": {
        -              "type": "string"
        -            },
        -            "type": "object"
        -          }
        -        },
        -        "required": [
        -          "schema_version",
        -          "currency",
        -          "sections"
        -        ],
        -        "type": "object"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "dernier_exercice": {
        -        "anyOf": [
        -          {
        -            "type": "number"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "exercices": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "annee": {
        -              "type": "number"
        -            },
        -            "autonomie_financiere": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_hors_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_jours_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_total": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_autofinancement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_remboursement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capitaux_propres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "cash": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "chiffre_affaires": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "confidentialite": {
        -              "anyOf": [
        -                {
        -                  "type": "boolean"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_cloture": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_depot": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_clients_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_fournisseurs_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dette_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_financieres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_fournisseurs": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_confiance": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_estime": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividendes_verses": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "duree_exercice_mois": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "effectif_moyen": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "fonds_roulement_net_global": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "impot_benefices": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "liquidite_generale": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_endettement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_stock_ca_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "rentabilite_economique": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_courant": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exceptionnel": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_financier": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_net": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "roe": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_operationnelle": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_valeur_ajoutee_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_actif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_dettes": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_passif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "tresorerie": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type_bilan": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "valeur_ajoutee": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "ifrs": {
        -        "anyOf": [
        -          {
        -            "additionalProperties": {},
        -            "properties": {
        -              "annee": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "bpa": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "capitaux_propres": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "chiffre_affaires": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "dividendes": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "ebitda": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_net": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_operationnel": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "total_actif": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "tresorerie": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              }
        -            },
        -            "type": "object"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      },
        -      "upgrade_hint": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "detail": {
        -        "type": "string"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_layout": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "currency": {
        +            "type": "string"
        +          },
        +          "doc_url": {
        +            "type": "string"
        +          },
        +          "missing_pcg_lines": {
        +            "items": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "label": {
        +                  "type": "string"
        +                },
        +                "reason": {
        +                  "type": "string"
        +                },
        +                "ticket": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "label",
        +                "reason"
        +              ],
        +              "type": "object"
        +            },
        +            "type": "array"
        +          },
        +          "not_applicable_pcg": {
        +            "type": "boolean"
        +          },
        +          "note": {
        +            "type": "string"
        +          },
        +          "schema_version": {
        +            "type": "string"
        +          },
        +          "sections": {
        +            "additionalProperties": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "lines": {
        +                  "items": {
        +                    "additionalProperties": {},
        +                    "properties": {
        +                      "formula": {
        +                        "type": "string"
        +                      },
        +                      "formula_note": {
        +                        "type": "string"
        +                      },
        +                      "key": {
        +                        "type": "string"
        +                      },
        +                      "kind": {
        +                        "enum": [
        +                          "value",
        +                          "subtotal",
        +                          "detail",
        +                          "total",
        +                          "meta"
        +                        ],
        +                        "type": "string"
        +                      },
        +                      "label": {
        +                        "type": "string"
        +                      },
        +                      "level": {
        +                        "type": "number"
        +                      }
        +                    },
        +                    "required": [
        +                      "key",
        +                      "label",
        +                      "level",
        +                      "kind"
        +                    ],
        +                    "type": "object"
        +                  },
        +                  "type": "array"
        +                },
        +                "title": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "title",
        +                "lines"
        +              ],
        +              "type": "object"
        +            },
        +            "propertyNames": {
        +              "type": "string"
        +            },
        +            "type": "object"
        +          }
        +        },
        +        "required": [
        +          "schema_version",
        +          "currency",
        +          "sections"
        +        ],
        +        "type": "object"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "dernier_exercice": {
        +        "anyOf": [
        +          {
        +            "type": "number"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "exercices": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "annee": {
        +              "type": "number"
        +            },
        +            "autonomie_financiere": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_hors_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_jours_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_total": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_autofinancement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_remboursement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capitaux_propres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "cash": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "chiffre_affaires": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "confidentialite": {
        +              "anyOf": [
        +                {
        +                  "type": "boolean"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_cloture": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_depot": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_clients_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_fournisseurs_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dette_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_financieres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_fournisseurs": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_confiance": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_estime": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividendes_verses": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "duree_exercice_mois": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "effectif_moyen": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "fonds_roulement_net_global": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "impot_benefices": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "liquidite_generale": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_endettement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_stock_ca_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "rentabilite_economique": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_courant": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exceptionnel": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_financier": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_net": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "roe": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_operationnelle": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_valeur_ajoutee_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_actif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_dettes": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_passif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "tresorerie": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type_bilan": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "valeur_ajoutee": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "ifrs": {
        +        "anyOf": [
        +          {
        +            "additionalProperties": {},
        +            "properties": {
        +              "annee": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "bpa": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "capitaux_propres": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "chiffre_affaires": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "dividendes": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "ebitda": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_net": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_operationnel": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "total_actif": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "tresorerie": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              }
        +            },
        +            "type": "object"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      },
        +      "upgrade_hint": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "detail": {
        +        "type": "string"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedresolve_companies3 fields changed
      • removedInput schema / properties / records / items / properties / domain
        Removed value: -{
        -  "description": "Site web de la societe, en domaine nu ou en URL complete. Tranche mieux qu'un nom quand il est connu.",
        -  "maxLength": 253,
        -  "type": "string"
        -}
      • removedInput schema / properties / shared_domain
        Removed value: -{
        -  "description": "Domaine porte par plusieurs societes : review (defaut) rend les candidats ; head rapproche vers la maison mere (groupe dominant, sinon plus gros CA), method=domain_head, confiance basse. Reserver aux colonnes d'enseignes.",
        -  "enum": [
        -    "review",
        -    "head"
        -  ],
        -  "type": "string"
        -}
      • removedOutput schema / properties / _credits_remaining
        Removed value: -{
        -  "type": "number"
        -}
    • Removedreveal_director_email
    • Changedsearch_companies2 fields changed
      • changedInput schema / properties / include_fields / description
        Previous value: -"Champs a ajouter a chaque resultat (CSV). Une valeur filtree n'apparait que si son champ est demande. Montants et ratios : le champ porte le nom du filtre sans _min/_max (ebitda_min -> ebitda, capitaux_propres_min -> capitaux_propres, nb_cessions_min -> nb_cessions). Exceptions : dividendes_min -> dividendes_verses ; nb_marches_min -> nb_marches_titulaire,montant_marches_titulaire ; nb_subventions_min -> nb_subventions,montant_subventions_total ; nb_brevets_min -> nb_brevets,nb_brevets_actifs.\nFinancier : ca, marge_brute, valeur_ajoutee, ebitda, resultat_exploitation, resultat_net, marge_nette, marge_ebitda, total_actif, capitaux_propres, tresorerie, dettes_financieres, dettes_fournisseurs, dette_nette, bfr, ratio_endettement, capacite_autofinancement, dividendes_verses, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, annee_financiere.\nCroissance : croissance_ca, croissance_ebitda, croissance_rn, et leurs variantes _2ans, _3ans, _5ans.\nGroupe : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nSignaux BODACC : nb_cessions, derniere_cession_date, a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination, nb_evt_modif_admin.\nDonnees publiques : nb_marches_titulaire, montant_marches_titulaire, nb_subventions, montant_subventions_total, nb_brevets, nb_brevets_actifs, nb_participations_salons, est_societe_mission, est_ess.\nFonds PE/VC : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nCotees : a_lei, lei, source_esef, source_gleif, nb_instruments_financiers.\nCompteurs et fraicheur : nb_dirigeants, nb_etablissements, nb_representants_actifs, derniere_evt_date, dernier_depot_date, dernier_marche_date.\nTexte : description_activite (alias description ; reprend souvent le libelle NAF), objet_social, site_internet (~40 % des societes a CA > 8 M EUR). Le descriptif est deja cherche par query.\nPlan gratuit : ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere, plus les champs groupe, signaux, donnees publiques et texte."New value: +"Champs a inclure dans chaque resultat (CSV) pour que les valeurs d'un filtre financier ou donnees publiques apparaissent. Mapping filtre→champ : dividendes_min→dividendes_verses, tresorerie_min→tresorerie, dettes_financieres_min→dettes_financieres, dettes_fournisseurs_min→dettes_fournisseurs, ebitda_min→ebitda, marge_nette_min→marge_nette, marge_ebitda_min→marge_ebitda.\nAutres champs include_fields : ca, marge_brute, valeur_ajoutee, resultat_exploitation, resultat_net, total_actif, capitaux_propres, dette_nette, bfr, ratio_endettement, capacite_autofinancement, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, croissance_ca, croissance_ca_2ans, croissance_ca_3ans, croissance_ca_5ans, croissance_ebitda, croissance_ebitda_2ans, croissance_ebitda_3ans, croissance_ebitda_5ans, croissance_rn, croissance_rn_2ans, croissance_rn_3ans, croissance_rn_5ans, annee_financiere.\nChamps groupe (donnees publiques, disponibles sur tous les plans) : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nChamps cessions BODACC (donnees publiques) : nb_cessions, derniere_cession_date.\nChamps signaux BODACC (donnees publiques) : a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination.\nChamps marches publics (donnees publiques DECP) : nb_marches_titulaire, montant_marches_titulaire.\nChamps subventions (donnees publiques) : nb_subventions, montant_subventions_total.\nChamps brevets (donnees publiques INPI) : nb_brevets, nb_brevets_actifs.\nChamps salons (donnees publiques) : nb_participations_salons.\nChamps ESS/Mission (donnees publiques) : est_societe_mission, est_ess.\nChamps participation de fonds (PE/VC) : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nChamps LEI & provenance (cotees) : a_lei, lei, source_esef, source_gleif.\nChamps compteurs structuraux : nb_dirigeants, nb_etablissements, nb_representants_actifs, nb_fonds_actuels, nb_instruments_financiers.\nChamps evenements BODACC additionnels : nb_evt_modif_admin.\nChamps fraicheur evenementielle : derniere_evt_date, dernier_depot_date, dernier_marche_date.\nChamps descriptif et web (donnees publiques, tous plans) : description_activite (descriptif d'activite ; alias description), objet_social, site_internet. Ce sont les deux colonnes d'une buyers list qu'il fallait auparavant aller chercher societe par societe. A noter : le descriptif est deja indexe dans la recherche plein texte, donc chercher un mot-cle metier dans query le cherche aussi dans le descriptif. Remplissage mesure au 12/09/2026 : description_activite sur 84,7 % des societes actives (mais ~4 sur 5 ne font que reprendre le libelle NAF), site_internet sur 3,2 % de l'ensemble et ~40 % des societes a CA > 8 M EUR.\nMapping filtre avance→include_fields : capitaux_propres_min→capitaux_propres, total_actif_min→total_actif, dette_nette_min→dette_nette, bfr_min→bfr, resultat_exploitation_min→resultat_exploitation, ratio_endettement_min→ratio_endettement, nb_cessions_min→nb_cessions, nb_marches_min→nb_marches_titulaire, nb_brevets_min→nb_brevets.\nSur le plan gratuit : seuls ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere + les champs groupe + les champs BODACC/marches/subventions/brevets/salons/ESS sont disponibles. _user_plan dans la reponse indique le plan.\nEx: filtre dividendes_min → include_fields=\"dividendes_verses\""
      • removedOutput schema / properties / _credits_remaining
        Removed value: -{
        -  "type": "number"
        -}
    • Changedsearch_directors1 field changed
      • removedOutput schema / properties / _credits_remaining
        Removed value: -{
        -  "type": "number"
        -}
    • Changedsearch_events1 field changed
      • removedInput schema / properties / ville
        Removed value: -{
        -  "description": "Ville du siege (CSV possible). Ex: \"Marseille\". Le bon filtre pour un ressort de tribunal : plus etroit que departement.",
        -  "type": "string"
        -}
  9. 12 tool updates
    • Changedcreate_saved_search42 fields changed
      • removedInput schema / properties / age_dirigeant_max / description
        Removed value: -"Age maximum des dirigeants (annees). Ex: 50 pour moins de 50 ans. Filtre si au moins un dirigeant correspond."
      • removedInput schema / properties / age_dirigeant_min / description
        Removed value: -"Age minimum des dirigeants (annees). Ex: 60 pour 60 ans et plus. Filtre si au moins un dirigeant correspond."
      • removedInput schema / properties / appartient_groupe / description
        Removed value: -"true = uniquement les societes appartenant a un groupe : filiales declarees OU soupcon de groupe fort (groupe_pont probable). Complement exact de independant_strict (ne pas envoyer les deux en meme temps)."
      • removedInput schema / properties / ca_max / description
        Removed value: -"CA maximum en euros. Ex: 50000000 pour 50M"
      • removedInput schema / properties / ca_min / description
        Removed value: -"CA minimum en euros. Ex: 5000000 pour 5M"
      • removedInput schema / properties / cagr_ca_max / description
        Removed value: -"Croissance CA max sur 1 an en % (ex: 50 pour +50%)"
      • removedInput schema / properties / cagr_ca_min / description
        Removed value: -"Croissance CA min sur 1 an en % (ex: 20 pour +20%)"
      • removedInput schema / properties / code_naf / description
        Removed value: -"Code NAF/APE. Exemples courants :\n- SaaS/Logiciel : 5829C, 6201Z, 6202A\n- Conseil IT : 6202A, 6209Z\n- Conseil management : 7022Z\n- Fintech : 6419Z, 6499Z\n- Biotech/Pharma : 2120Z, 7211Z\n- E-commerce : 4791A, 4791B\n- BTP : 4120A, 4120B\n- Restauration : 5610A, 5610C\nPlusieurs codes separes par virgule."
      • removedInput schema / properties / code_postal / description
        Removed value: -"Code postal du siege. Ex: \"75001\", \"69001\". Plusieurs separes par virgule."
      • removedInput schema / properties / credit_grade / description
        Removed value: -"Grades de risque credit a garder (OR). Ex: [\"CCC\",\"D\"] pour les societes a risque eleve, [\"AAA\",\"AA\"] pour les plus solides. ~900k societes scorees (celles avec un bilan recent) ; les non scorees sont exclues des qu'un grade est demande."
      • removedInput schema / properties / credit_scored / description
        Removed value: -"true pour ne garder que les societes qui ont un score credit, false pour les exclure"
      • removedInput schema / properties / date_creation_max / description
        Removed value: -"Date de creation maximum (ISO). Ex: \"2021-12-31\" pour les entreprises creees avant 2022"
      • removedInput schema / properties / date_creation_min / description
        Removed value: -"Date de creation minimum (ISO). Ex: \"2021-01-01\" pour les entreprises creees apres 2021"
      • removedInput schema / properties / departement / description
        Removed value: -"Code departement. Ex: \"75\", \"33\", \"69\""
      • removedInput schema / properties / dirigeant_naissance / description
        Removed value: -"Naissance du dirigeant pour desambiguiser les homonymes, granularite mois : format YYYY-MM. Ex: \"1975-03\" (un YYYY-MM-DD est accepte mais le jour est ignore). Pour une desambiguisation au jour pres, utiliser search_director_companies."
      • removedInput schema / properties / dirigeant_nom / description
        Removed value: -"Nom de famille du dirigeant (recherche exacte). Ex: \"GUILLEMOT\". Combine avec dirigeant_prenom et dirigeant_naissance pour desambiguiser les homonymes."
      • removedInput schema / properties / dirigeant_prenom / description
        Removed value: -"Prenom du dirigeant. A utiliser avec dirigeant_nom. Ex: \"Yves\""
      • removedInput schema / properties / effectif_max / description
        Removed value: -"Effectif maximum (nombre de salaries)"
      • removedInput schema / properties / effectif_min / description
        Removed value: -"Effectif minimum (nombre de salaries)"
      • changedInput schema / properties / enable_alert / description
        Previous value: -"true pour etre notifie quotidiennement des nouvelles societes qui matchent la recherche. Defaut: false."New value: +"Notification quotidienne des nouvelles societes qui matchent. Defaut: true ici, false via l'API REST."
      • removedInput schema / properties / est_filiale / description
        Removed value: -"true = filiales uniquement, false = entreprises independantes uniquement"
      • removedInput schema / properties / est_tete_de_groupe / description
        Removed value: -"true = uniquement les tetes de groupe"
      • removedInput schema / properties / filter_annee / description
        Removed value: -"Annee de l'exercice financier. Filtre les entreprises dont le dernier bilan publie correspond a cette annee. Ex: 2024 pour ne voir que les bilans 2024. Combiner avec ca_min pour \"societes ayant fait 5M de CA en 2024\"."
      • removedInput schema / properties / groupe_parent / description
        Removed value: -"Nom du groupe parent (recherche textuelle). Ex: \"LVMH\", \"Bouygues\""
      • removedInput schema / properties / groupe_pont_siren / description
        Removed value: -"SIREN de la tete de groupe INFEREE (soupcon de groupe via dirigeant-pont). Retourne toutes les societes rattachees au meme groupe soupconne (non declare). A distinguer de siren_groupe (lien capitalistique declare)."
      • removedInput schema / properties / has_website / description
        Removed value: -"true pour ne retourner que les entreprises ayant un site web"
      • removedInput schema / properties / independant_strict / description
        Removed value: -"true = uniquement les societes reellement independantes : exclut les filiales declarees ET les societes avec un soupcon de groupe fort (groupe_pont probable). Les soupcons plus faibles (possible/soupcon) ne sont pas exclus."
      • removedInput schema / properties / is_cotee / description
        Removed value: -"true pour les societes cotees en bourse uniquement, false pour les exclure"
      • removedInput schema / properties / latitude / description
        Removed value: -"Latitude du centre pour une recherche par rayon (WGS84). A fournir avec longitude ET radius."
      • removedInput schema / properties / longitude / description
        Removed value: -"Longitude du centre pour une recherche par rayon (WGS84). A fournir avec latitude ET radius."
      • removedInput schema / properties / plan_en_cours / description
        Removed value: -"Societes executant un plan (redressement, sauvegarde ou cession). Distinct de procedure_collective : sous plan, la periode d'observation est terminee."
      • removedInput schema / properties / procedure_collective / description
        Removed value: -"Procedure collective EN COURS (etat courant, pas l'historique). Valeurs: \"liquidation\", \"redressement\", \"sauvegarde\", \"conciliation\", \"autre\", \"accord_homologue\", \"plan_redressement\", \"plan_sauvegarde\", \"plan_cession\". Plusieurs separes par virgule. \"accord_homologue\" = accord de conciliation homologue en cours d'execution, ce qui CLOT la conciliation et ne l'ouvre pas ; \"conciliation\" ne designe qu'une ouverture, que le BODACC ne publie pas. Une procedure cloturee ne matche pas : les societes dont la liquidation est close en sont exclues."
      • removedInput schema / properties / radius / description
        Removed value: -"Rayon de recherche en km (1-200) autour de latitude/longitude. Les trois vont ensemble : un triplet incomplet est refuse."
      • removedInput schema / properties / region / description
        Removed value: -"Region. Ex: \"Ile-de-France\", \"Bretagne\", \"Auvergne-Rhone-Alpes\""
      • removedInput schema / properties / resultat_net_max / description
        Removed value: -"Resultat net maximum en euros"
      • removedInput schema / properties / resultat_net_min / description
        Removed value: -"Resultat net minimum en euros"
      • removedInput schema / properties / siren_groupe / description
        Removed value: -"SIREN de la tete de groupe. Retourne toutes les societes du meme groupe. Ex: \"352383715\" pour lister toutes les filiales de LVMH."
      • removedInput schema / properties / societe_mere_etrangere / description
        Removed value: -"true = filiales de groupes etrangers uniquement"
      • removedInput schema / properties / statut / description
        Removed value: -"Filtre par statut au registre. DISSOLVED = dissoute ou radiee ; une societe en procedure collective reste ACTIVE jusqu'a sa radiation. Le statut ne se deduit PAS de date_radiation, absente sur environ 9,9M des 12,4M societes dissoutes."
      • removedInput schema / properties / tresorerie_max / description
        Removed value: -"Tresorerie maximum en euros"
      • removedInput schema / properties / tresorerie_min / description
        Removed value: -"Tresorerie minimum en euros"
      • removedInput schema / properties / ville / description
        Removed value: -"Nom de ville. Plusieurs villes separees par virgule. Ex: \"Paris,Lyon,Bordeaux\""
    • Changedget_company1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "include_fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "include_fields_unknown": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "include_fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "include_fields_unknown": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_company_graph1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "edges": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "source": {
        -              "type": "string"
        -            },
        -            "target": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "enum": [
        -                "mandat_pm",
        -                "filiale",
        -                "parent_ultime",
        -                "mandat_pp"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "source",
        -            "target",
        -            "type"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "meta": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "counts": {
        -            "additionalProperties": {},
        -            "properties": {
        -              "edges": {
        -                "type": "number"
        -              },
        -              "entreprises": {
        -                "type": "number"
        -              },
        -              "personnes": {
        -                "type": "number"
        -              }
        -            },
        -            "required": [
        -              "entreprises",
        -              "personnes",
        -              "edges"
        -            ],
        -            "type": "object"
        -          },
        -          "depth": {
        -            "type": "number"
        -          }
        -        },
        -        "required": [
        -          "depth",
        -          "counts"
        -        ],
        -        "type": "object"
        -      },
        -      "nodes": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "id": {
        -              "type": "string"
        -            },
        -            "niveau": {
        -              "type": "number"
        -            },
        -            "type": {
        -              "enum": [
        -                "entreprise",
        -                "personne"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "id",
        -            "type",
        -            "niveau"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "nodes",
        -      "edges",
        -      "meta"
        -    ],
        -    "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"
        -      },
        -      "depth": {
        -        "type": "number"
        -      },
        -      "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": {
        +      "edges": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "source": {
        +              "type": "string"
        +            },
        +            "target": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "enum": [
        +                "mandat_pm",
        +                "filiale",
        +                "parent_ultime",
        +                "mandat_pp"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "source",
        +            "target",
        +            "type"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "meta": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "counts": {
        +            "additionalProperties": {},
        +            "properties": {
        +              "edges": {
        +                "type": "number"
        +              },
        +              "entreprises": {
        +                "type": "number"
        +              },
        +              "personnes": {
        +                "type": "number"
        +              }
        +            },
        +            "required": [
        +              "entreprises",
        +              "personnes",
        +              "edges"
        +            ],
        +            "type": "object"
        +          },
        +          "depth": {
        +            "type": "number"
        +          }
        +        },
        +        "required": [
        +          "depth",
        +          "counts"
        +        ],
        +        "type": "object"
        +      },
        +      "nodes": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "id": {
        +              "type": "string"
        +            },
        +            "niveau": {
        +              "type": "number"
        +            },
        +            "type": {
        +              "enum": [
        +                "entreprise",
        +                "personne"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "id",
        +            "type",
        +            "niveau"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "nodes",
        +      "edges",
        +      "meta"
        +    ],
        +    "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"
        +      },
        +      "depth": {
        +        "type": "number"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_credit_risk1 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"
        +  }
        +]
    • Changedget_directors1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "actif": {
        -              "type": "boolean"
        -            },
        -            "annee_naissance": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_debut_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_fin_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "nom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "prenom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "representants": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "role": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type": {
        -              "enum": [
        -                "PP",
        -                "PM"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "has_more": {
        -            "type": "boolean"
        -          },
        -          "limit": {
        -            "type": "number"
        -          },
        -          "offset": {
        -            "type": "number"
        -          }
        -        },
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "actif": {
        +              "type": "boolean"
        +            },
        +            "annee_naissance": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_debut_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_fin_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "linkedin_url": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "nom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "prenom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "representants": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "role": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type": {
        +              "enum": [
        +                "PP",
        +                "PM"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "has_more": {
        +            "type": "boolean"
        +          },
        +          "limit": {
        +            "type": "number"
        +          },
        +          "offset": {
        +            "type": "number"
        +          }
        +        },
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_credits_remaining": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_events1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "additionalProperties": {},
        -              "properties": {},
        -              "type": "object"
        -            },
        -            "date": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "date",
        -            "type",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {},
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data",
        -      "pagination"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "additionalProperties": {},
        +              "properties": {},
        +              "type": "object"
        +            },
        +            "date": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "date",
        +            "type",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {},
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data",
        +      "pagination"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_credits_remaining": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_financials1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_layout": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "currency": {
        -            "type": "string"
        -          },
        -          "doc_url": {
        -            "type": "string"
        -          },
        -          "missing_pcg_lines": {
        -            "items": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "label": {
        -                  "type": "string"
        -                },
        -                "reason": {
        -                  "type": "string"
        -                },
        -                "ticket": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "label",
        -                "reason"
        -              ],
        -              "type": "object"
        -            },
        -            "type": "array"
        -          },
        -          "not_applicable_pcg": {
        -            "type": "boolean"
        -          },
        -          "note": {
        -            "type": "string"
        -          },
        -          "schema_version": {
        -            "type": "string"
        -          },
        -          "sections": {
        -            "additionalProperties": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "lines": {
        -                  "items": {
        -                    "additionalProperties": {},
        -                    "properties": {
        -                      "formula": {
        -                        "type": "string"
        -                      },
        -                      "formula_note": {
        -                        "type": "string"
        -                      },
        -                      "key": {
        -                        "type": "string"
        -                      },
        -                      "kind": {
        -                        "enum": [
        -                          "value",
        -                          "subtotal",
        -                          "detail",
        -                          "total",
        -                          "meta"
        -                        ],
        -                        "type": "string"
        -                      },
        -                      "label": {
        -                        "type": "string"
        -                      },
        -                      "level": {
        -                        "type": "number"
        -                      }
        -                    },
        -                    "required": [
        -                      "key",
        -                      "label",
        -                      "level",
        -                      "kind"
        -                    ],
        -                    "type": "object"
        -                  },
        -                  "type": "array"
        -                },
        -                "title": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "title",
        -                "lines"
        -              ],
        -              "type": "object"
        -            },
        -            "propertyNames": {
        -              "type": "string"
        -            },
        -            "type": "object"
        -          }
        -        },
        -        "required": [
        -          "schema_version",
        -          "currency",
        -          "sections"
        -        ],
        -        "type": "object"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "dernier_exercice": {
        -        "anyOf": [
        -          {
        -            "type": "number"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "exercices": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "annee": {
        -              "type": "number"
        -            },
        -            "autonomie_financiere": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_hors_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_jours_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_total": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_autofinancement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_remboursement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capitaux_propres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "cash": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "chiffre_affaires": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "confidentialite": {
        -              "anyOf": [
        -                {
        -                  "type": "boolean"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_cloture": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_depot": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_clients_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_fournisseurs_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dette_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_financieres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_fournisseurs": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_confiance": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_estime": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividendes_verses": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "duree_exercice_mois": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "effectif_moyen": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "fonds_roulement_net_global": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "impot_benefices": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "liquidite_generale": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_endettement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_stock_ca_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "rentabilite_economique": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_courant": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exceptionnel": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_financier": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_net": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "roe": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_operationnelle": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_valeur_ajoutee_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_actif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_dettes": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_passif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "tresorerie": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type_bilan": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "valeur_ajoutee": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "ifrs": {
        -        "anyOf": [
        -          {
        -            "additionalProperties": {},
        -            "properties": {
        -              "annee": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "bpa": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "capitaux_propres": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "chiffre_affaires": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "dividendes": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "ebitda": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_net": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_operationnel": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "total_actif": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "tresorerie": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              }
        -            },
        -            "type": "object"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      },
        -      "upgrade_hint": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "detail": {
        -        "type": "string"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_layout": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "currency": {
        +            "type": "string"
        +          },
        +          "doc_url": {
        +            "type": "string"
        +          },
        +          "missing_pcg_lines": {
        +            "items": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "label": {
        +                  "type": "string"
        +                },
        +                "reason": {
        +                  "type": "string"
        +                },
        +                "ticket": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "label",
        +                "reason"
        +              ],
        +              "type": "object"
        +            },
        +            "type": "array"
        +          },
        +          "not_applicable_pcg": {
        +            "type": "boolean"
        +          },
        +          "note": {
        +            "type": "string"
        +          },
        +          "schema_version": {
        +            "type": "string"
        +          },
        +          "sections": {
        +            "additionalProperties": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "lines": {
        +                  "items": {
        +                    "additionalProperties": {},
        +                    "properties": {
        +                      "formula": {
        +                        "type": "string"
        +                      },
        +                      "formula_note": {
        +                        "type": "string"
        +                      },
        +                      "key": {
        +                        "type": "string"
        +                      },
        +                      "kind": {
        +                        "enum": [
        +                          "value",
        +                          "subtotal",
        +                          "detail",
        +                          "total",
        +                          "meta"
        +                        ],
        +                        "type": "string"
        +                      },
        +                      "label": {
        +                        "type": "string"
        +                      },
        +                      "level": {
        +                        "type": "number"
        +                      }
        +                    },
        +                    "required": [
        +                      "key",
        +                      "label",
        +                      "level",
        +                      "kind"
        +                    ],
        +                    "type": "object"
        +                  },
        +                  "type": "array"
        +                },
        +                "title": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "title",
        +                "lines"
        +              ],
        +              "type": "object"
        +            },
        +            "propertyNames": {
        +              "type": "string"
        +            },
        +            "type": "object"
        +          }
        +        },
        +        "required": [
        +          "schema_version",
        +          "currency",
        +          "sections"
        +        ],
        +        "type": "object"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "dernier_exercice": {
        +        "anyOf": [
        +          {
        +            "type": "number"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "exercices": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "annee": {
        +              "type": "number"
        +            },
        +            "autonomie_financiere": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_hors_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_jours_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_total": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_autofinancement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_remboursement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capitaux_propres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "cash": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "chiffre_affaires": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "confidentialite": {
        +              "anyOf": [
        +                {
        +                  "type": "boolean"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_cloture": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_depot": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_clients_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_fournisseurs_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dette_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_financieres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_fournisseurs": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_confiance": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_estime": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividendes_verses": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "duree_exercice_mois": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "effectif_moyen": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "fonds_roulement_net_global": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "impot_benefices": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "liquidite_generale": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_endettement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_stock_ca_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "rentabilite_economique": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_courant": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exceptionnel": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_financier": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_net": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "roe": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_operationnelle": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_valeur_ajoutee_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_actif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_dettes": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_passif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "tresorerie": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type_bilan": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "valeur_ajoutee": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "ifrs": {
        +        "anyOf": [
        +          {
        +            "additionalProperties": {},
        +            "properties": {
        +              "annee": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "bpa": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "capitaux_propres": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "chiffre_affaires": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "dividendes": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "ebitda": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_net": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_operationnel": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "total_actif": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "tresorerie": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              }
        +            },
        +            "type": "object"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      },
        +      "upgrade_hint": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "detail": {
        +        "type": "string"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedresolve_companies3 fields changed
      • addedInput schema / properties / records / items / properties / domain
        Added value: +{
        +  "description": "Site web de la societe, en domaine nu ou en URL complete. Tranche mieux qu'un nom quand il est connu.",
        +  "maxLength": 253,
        +  "type": "string"
        +}
      • addedInput schema / properties / shared_domain
        Added value: +{
        +  "description": "Domaine porte par plusieurs societes : review (defaut) rend les candidats ; head rapproche vers la maison mere (groupe dominant, sinon plus gros CA), method=domain_head, confiance basse. Reserver aux colonnes d'enseignes.",
        +  "enum": [
        +    "review",
        +    "head"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / _credits_remaining
        Added value: +{
        +  "type": "number"
        +}
    • Addedreveal_director_email
    • Changedsearch_companies2 fields changed
      • changedInput schema / properties / include_fields / description
        Previous value: -"Champs a inclure dans chaque resultat (CSV) pour que les valeurs d'un filtre financier ou donnees publiques apparaissent. Mapping filtre→champ : dividendes_min→dividendes_verses, tresorerie_min→tresorerie, dettes_financieres_min→dettes_financieres, dettes_fournisseurs_min→dettes_fournisseurs, ebitda_min→ebitda, marge_nette_min→marge_nette, marge_ebitda_min→marge_ebitda.\nAutres champs include_fields : ca, marge_brute, valeur_ajoutee, resultat_exploitation, resultat_net, total_actif, capitaux_propres, dette_nette, bfr, ratio_endettement, capacite_autofinancement, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, croissance_ca, croissance_ca_2ans, croissance_ca_3ans, croissance_ca_5ans, croissance_ebitda, croissance_ebitda_2ans, croissance_ebitda_3ans, croissance_ebitda_5ans, croissance_rn, croissance_rn_2ans, croissance_rn_3ans, croissance_rn_5ans, annee_financiere.\nChamps groupe (donnees publiques, disponibles sur tous les plans) : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nChamps cessions BODACC (donnees publiques) : nb_cessions, derniere_cession_date.\nChamps signaux BODACC (donnees publiques) : a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination.\nChamps marches publics (donnees publiques DECP) : nb_marches_titulaire, montant_marches_titulaire.\nChamps subventions (donnees publiques) : nb_subventions, montant_subventions_total.\nChamps brevets (donnees publiques INPI) : nb_brevets, nb_brevets_actifs.\nChamps salons (donnees publiques) : nb_participations_salons.\nChamps ESS/Mission (donnees publiques) : est_societe_mission, est_ess.\nChamps participation de fonds (PE/VC) : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nChamps LEI & provenance (cotees) : a_lei, lei, source_esef, source_gleif.\nChamps compteurs structuraux : nb_dirigeants, nb_etablissements, nb_representants_actifs, nb_fonds_actuels, nb_instruments_financiers.\nChamps evenements BODACC additionnels : nb_evt_modif_admin.\nChamps fraicheur evenementielle : derniere_evt_date, dernier_depot_date, dernier_marche_date.\nChamps descriptif et web (donnees publiques, tous plans) : description_activite (descriptif d'activite ; alias description), objet_social, site_internet. Ce sont les deux colonnes d'une buyers list qu'il fallait auparavant aller chercher societe par societe. A noter : le descriptif est deja indexe dans la recherche plein texte, donc chercher un mot-cle metier dans query le cherche aussi dans le descriptif. Remplissage mesure au 12/09/2026 : description_activite sur 84,7 % des societes actives (mais ~4 sur 5 ne font que reprendre le libelle NAF), site_internet sur 3,2 % de l'ensemble et ~40 % des societes a CA > 8 M EUR.\nMapping filtre avance→include_fields : capitaux_propres_min→capitaux_propres, total_actif_min→total_actif, dette_nette_min→dette_nette, bfr_min→bfr, resultat_exploitation_min→resultat_exploitation, ratio_endettement_min→ratio_endettement, nb_cessions_min→nb_cessions, nb_marches_min→nb_marches_titulaire, nb_brevets_min→nb_brevets.\nSur le plan gratuit : seuls ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere + les champs groupe + les champs BODACC/marches/subventions/brevets/salons/ESS sont disponibles. _user_plan dans la reponse indique le plan.\nEx: filtre dividendes_min → include_fields=\"dividendes_verses\""New value: +"Champs a ajouter a chaque resultat (CSV). Une valeur filtree n'apparait que si son champ est demande. Montants et ratios : le champ porte le nom du filtre sans _min/_max (ebitda_min -> ebitda, capitaux_propres_min -> capitaux_propres, nb_cessions_min -> nb_cessions). Exceptions : dividendes_min -> dividendes_verses ; nb_marches_min -> nb_marches_titulaire,montant_marches_titulaire ; nb_subventions_min -> nb_subventions,montant_subventions_total ; nb_brevets_min -> nb_brevets,nb_brevets_actifs.\nFinancier : ca, marge_brute, valeur_ajoutee, ebitda, resultat_exploitation, resultat_net, marge_nette, marge_ebitda, total_actif, capitaux_propres, tresorerie, dettes_financieres, dettes_fournisseurs, dette_nette, bfr, ratio_endettement, capacite_autofinancement, dividendes_verses, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, annee_financiere.\nCroissance : croissance_ca, croissance_ebitda, croissance_rn, et leurs variantes _2ans, _3ans, _5ans.\nGroupe : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nSignaux BODACC : nb_cessions, derniere_cession_date, a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination, nb_evt_modif_admin.\nDonnees publiques : nb_marches_titulaire, montant_marches_titulaire, nb_subventions, montant_subventions_total, nb_brevets, nb_brevets_actifs, nb_participations_salons, est_societe_mission, est_ess.\nFonds PE/VC : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nCotees : a_lei, lei, source_esef, source_gleif, nb_instruments_financiers.\nCompteurs et fraicheur : nb_dirigeants, nb_etablissements, nb_representants_actifs, derniere_evt_date, dernier_depot_date, dernier_marche_date.\nTexte : description_activite (alias description ; reprend souvent le libelle NAF), objet_social, site_internet (~40 % des societes a CA > 8 M EUR). Le descriptif est deja cherche par query.\nPlan gratuit : ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere, plus les champs groupe, signaux, donnees publiques et texte."
      • addedOutput schema / properties / _credits_remaining
        Added value: +{
        +  "type": "number"
        +}
    • Changedsearch_directors1 field changed
      • addedOutput schema / properties / _credits_remaining
        Added value: +{
        +  "type": "number"
        +}
    • Changedsearch_events1 field changed
      • addedInput schema / properties / ville
        Added value: +{
        +  "description": "Ville du siege (CSV possible). Ex: \"Marseille\". Le bon filtre pour un ressort de tribunal : plus etroit que departement.",
        +  "type": "string"
        +}
  10. 12 tool updates
    • Changedcreate_saved_search42 fields changed
      • addedInput schema / properties / age_dirigeant_max / description
        Added value: +"Age maximum des dirigeants (annees). Ex: 50 pour moins de 50 ans. Filtre si au moins un dirigeant correspond."
      • addedInput schema / properties / age_dirigeant_min / description
        Added value: +"Age minimum des dirigeants (annees). Ex: 60 pour 60 ans et plus. Filtre si au moins un dirigeant correspond."
      • addedInput schema / properties / appartient_groupe / description
        Added value: +"true = uniquement les societes appartenant a un groupe : filiales declarees OU soupcon de groupe fort (groupe_pont probable). Complement exact de independant_strict (ne pas envoyer les deux en meme temps)."
      • addedInput schema / properties / ca_max / description
        Added value: +"CA maximum en euros. Ex: 50000000 pour 50M"
      • addedInput schema / properties / ca_min / description
        Added value: +"CA minimum en euros. Ex: 5000000 pour 5M"
      • addedInput schema / properties / cagr_ca_max / description
        Added value: +"Croissance CA max sur 1 an en % (ex: 50 pour +50%)"
      • addedInput schema / properties / cagr_ca_min / description
        Added value: +"Croissance CA min sur 1 an en % (ex: 20 pour +20%)"
      • addedInput schema / properties / code_naf / description
        Added value: +"Code NAF/APE. Exemples courants :\n- SaaS/Logiciel : 5829C, 6201Z, 6202A\n- Conseil IT : 6202A, 6209Z\n- Conseil management : 7022Z\n- Fintech : 6419Z, 6499Z\n- Biotech/Pharma : 2120Z, 7211Z\n- E-commerce : 4791A, 4791B\n- BTP : 4120A, 4120B\n- Restauration : 5610A, 5610C\nPlusieurs codes separes par virgule."
      • addedInput schema / properties / code_postal / description
        Added value: +"Code postal du siege. Ex: \"75001\", \"69001\". Plusieurs separes par virgule."
      • addedInput schema / properties / credit_grade / description
        Added value: +"Grades de risque credit a garder (OR). Ex: [\"CCC\",\"D\"] pour les societes a risque eleve, [\"AAA\",\"AA\"] pour les plus solides. ~900k societes scorees (celles avec un bilan recent) ; les non scorees sont exclues des qu'un grade est demande."
      • addedInput schema / properties / credit_scored / description
        Added value: +"true pour ne garder que les societes qui ont un score credit, false pour les exclure"
      • addedInput schema / properties / date_creation_max / description
        Added value: +"Date de creation maximum (ISO). Ex: \"2021-12-31\" pour les entreprises creees avant 2022"
      • addedInput schema / properties / date_creation_min / description
        Added value: +"Date de creation minimum (ISO). Ex: \"2021-01-01\" pour les entreprises creees apres 2021"
      • addedInput schema / properties / departement / description
        Added value: +"Code departement. Ex: \"75\", \"33\", \"69\""
      • addedInput schema / properties / dirigeant_naissance / description
        Added value: +"Naissance du dirigeant pour desambiguiser les homonymes, granularite mois : format YYYY-MM. Ex: \"1975-03\" (un YYYY-MM-DD est accepte mais le jour est ignore). Pour une desambiguisation au jour pres, utiliser search_director_companies."
      • addedInput schema / properties / dirigeant_nom / description
        Added value: +"Nom de famille du dirigeant (recherche exacte). Ex: \"GUILLEMOT\". Combine avec dirigeant_prenom et dirigeant_naissance pour desambiguiser les homonymes."
      • addedInput schema / properties / dirigeant_prenom / description
        Added value: +"Prenom du dirigeant. A utiliser avec dirigeant_nom. Ex: \"Yves\""
      • addedInput schema / properties / effectif_max / description
        Added value: +"Effectif maximum (nombre de salaries)"
      • addedInput schema / properties / effectif_min / description
        Added value: +"Effectif minimum (nombre de salaries)"
      • changedInput schema / properties / enable_alert / description
        Previous value: -"Notification quotidienne des nouvelles societes qui matchent. Defaut: true ici, false via l'API REST."New value: +"true pour etre notifie quotidiennement des nouvelles societes qui matchent la recherche. Defaut: false."
      • addedInput schema / properties / est_filiale / description
        Added value: +"true = filiales uniquement, false = entreprises independantes uniquement"
      • addedInput schema / properties / est_tete_de_groupe / description
        Added value: +"true = uniquement les tetes de groupe"
      • addedInput schema / properties / filter_annee / description
        Added value: +"Annee de l'exercice financier. Filtre les entreprises dont le dernier bilan publie correspond a cette annee. Ex: 2024 pour ne voir que les bilans 2024. Combiner avec ca_min pour \"societes ayant fait 5M de CA en 2024\"."
      • addedInput schema / properties / groupe_parent / description
        Added value: +"Nom du groupe parent (recherche textuelle). Ex: \"LVMH\", \"Bouygues\""
      • addedInput schema / properties / groupe_pont_siren / description
        Added value: +"SIREN de la tete de groupe INFEREE (soupcon de groupe via dirigeant-pont). Retourne toutes les societes rattachees au meme groupe soupconne (non declare). A distinguer de siren_groupe (lien capitalistique declare)."
      • addedInput schema / properties / has_website / description
        Added value: +"true pour ne retourner que les entreprises ayant un site web"
      • addedInput schema / properties / independant_strict / description
        Added value: +"true = uniquement les societes reellement independantes : exclut les filiales declarees ET les societes avec un soupcon de groupe fort (groupe_pont probable). Les soupcons plus faibles (possible/soupcon) ne sont pas exclus."
      • addedInput schema / properties / is_cotee / description
        Added value: +"true pour les societes cotees en bourse uniquement, false pour les exclure"
      • addedInput schema / properties / latitude / description
        Added value: +"Latitude du centre pour une recherche par rayon (WGS84). A fournir avec longitude ET radius."
      • addedInput schema / properties / longitude / description
        Added value: +"Longitude du centre pour une recherche par rayon (WGS84). A fournir avec latitude ET radius."
      • addedInput schema / properties / plan_en_cours / description
        Added value: +"Societes executant un plan (redressement, sauvegarde ou cession). Distinct de procedure_collective : sous plan, la periode d'observation est terminee."
      • addedInput schema / properties / procedure_collective / description
        Added value: +"Procedure collective EN COURS (etat courant, pas l'historique). Valeurs: \"liquidation\", \"redressement\", \"sauvegarde\", \"conciliation\", \"autre\", \"accord_homologue\", \"plan_redressement\", \"plan_sauvegarde\", \"plan_cession\". Plusieurs separes par virgule. \"accord_homologue\" = accord de conciliation homologue en cours d'execution, ce qui CLOT la conciliation et ne l'ouvre pas ; \"conciliation\" ne designe qu'une ouverture, que le BODACC ne publie pas. Une procedure cloturee ne matche pas : les societes dont la liquidation est close en sont exclues."
      • addedInput schema / properties / radius / description
        Added value: +"Rayon de recherche en km (1-200) autour de latitude/longitude. Les trois vont ensemble : un triplet incomplet est refuse."
      • addedInput schema / properties / region / description
        Added value: +"Region. Ex: \"Ile-de-France\", \"Bretagne\", \"Auvergne-Rhone-Alpes\""
      • addedInput schema / properties / resultat_net_max / description
        Added value: +"Resultat net maximum en euros"
      • addedInput schema / properties / resultat_net_min / description
        Added value: +"Resultat net minimum en euros"
      • addedInput schema / properties / siren_groupe / description
        Added value: +"SIREN de la tete de groupe. Retourne toutes les societes du meme groupe. Ex: \"352383715\" pour lister toutes les filiales de LVMH."
      • addedInput schema / properties / societe_mere_etrangere / description
        Added value: +"true = filiales de groupes etrangers uniquement"
      • addedInput schema / properties / statut / description
        Added value: +"Filtre par statut au registre. DISSOLVED = dissoute ou radiee ; une societe en procedure collective reste ACTIVE jusqu'a sa radiation. Le statut ne se deduit PAS de date_radiation, absente sur environ 9,9M des 12,4M societes dissoutes."
      • addedInput schema / properties / tresorerie_max / description
        Added value: +"Tresorerie maximum en euros"
      • addedInput schema / properties / tresorerie_min / description
        Added value: +"Tresorerie minimum en euros"
      • addedInput schema / properties / ville / description
        Added value: +"Nom de ville. Plusieurs villes separees par virgule. Ex: \"Paris,Lyon,Bordeaux\""
    • Changedget_company1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "include_fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "include_fields_unknown": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "include_fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "include_fields_unknown": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_company_graph1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "edges": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "source": {
        -              "type": "string"
        -            },
        -            "target": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "enum": [
        -                "mandat_pm",
        -                "filiale",
        -                "parent_ultime",
        -                "mandat_pp"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "source",
        -            "target",
        -            "type"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "meta": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "counts": {
        -            "additionalProperties": {},
        -            "properties": {
        -              "edges": {
        -                "type": "number"
        -              },
        -              "entreprises": {
        -                "type": "number"
        -              },
        -              "personnes": {
        -                "type": "number"
        -              }
        -            },
        -            "required": [
        -              "entreprises",
        -              "personnes",
        -              "edges"
        -            ],
        -            "type": "object"
        -          },
        -          "depth": {
        -            "type": "number"
        -          }
        -        },
        -        "required": [
        -          "depth",
        -          "counts"
        -        ],
        -        "type": "object"
        -      },
        -      "nodes": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "id": {
        -              "type": "string"
        -            },
        -            "niveau": {
        -              "type": "number"
        -            },
        -            "type": {
        -              "enum": [
        -                "entreprise",
        -                "personne"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "id",
        -            "type",
        -            "niveau"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "nodes",
        -      "edges",
        -      "meta"
        -    ],
        -    "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"
        -      },
        -      "depth": {
        -        "type": "number"
        -      },
        -      "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": {
        +      "edges": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "source": {
        +              "type": "string"
        +            },
        +            "target": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "enum": [
        +                "mandat_pm",
        +                "filiale",
        +                "parent_ultime",
        +                "mandat_pp"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "source",
        +            "target",
        +            "type"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "meta": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "counts": {
        +            "additionalProperties": {},
        +            "properties": {
        +              "edges": {
        +                "type": "number"
        +              },
        +              "entreprises": {
        +                "type": "number"
        +              },
        +              "personnes": {
        +                "type": "number"
        +              }
        +            },
        +            "required": [
        +              "entreprises",
        +              "personnes",
        +              "edges"
        +            ],
        +            "type": "object"
        +          },
        +          "depth": {
        +            "type": "number"
        +          }
        +        },
        +        "required": [
        +          "depth",
        +          "counts"
        +        ],
        +        "type": "object"
        +      },
        +      "nodes": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "id": {
        +              "type": "string"
        +            },
        +            "niveau": {
        +              "type": "number"
        +            },
        +            "type": {
        +              "enum": [
        +                "entreprise",
        +                "personne"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "id",
        +            "type",
        +            "niveau"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "nodes",
        +      "edges",
        +      "meta"
        +    ],
        +    "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"
        +      },
        +      "depth": {
        +        "type": "number"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_credit_risk1 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"
        +  }
        +]
    • Changedget_directors1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "actif": {
        -              "type": "boolean"
        -            },
        -            "annee_naissance": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_debut_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_fin_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "linkedin_url": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "nom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "prenom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "representants": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "role": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type": {
        -              "enum": [
        -                "PP",
        -                "PM"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "has_more": {
        -            "type": "boolean"
        -          },
        -          "limit": {
        -            "type": "number"
        -          },
        -          "offset": {
        -            "type": "number"
        -          }
        -        },
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_credits_remaining": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "actif": {
        +              "type": "boolean"
        +            },
        +            "annee_naissance": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_debut_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_fin_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "nom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "prenom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "representants": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "role": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type": {
        +              "enum": [
        +                "PP",
        +                "PM"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "has_more": {
        +            "type": "boolean"
        +          },
        +          "limit": {
        +            "type": "number"
        +          },
        +          "offset": {
        +            "type": "number"
        +          }
        +        },
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_events1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "additionalProperties": {},
        -              "properties": {},
        -              "type": "object"
        -            },
        -            "date": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "date",
        -            "type",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {},
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data",
        -      "pagination"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_credits_remaining": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "additionalProperties": {},
        +              "properties": {},
        +              "type": "object"
        +            },
        +            "date": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "date",
        +            "type",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {},
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data",
        +      "pagination"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_financials1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_layout": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "currency": {
        -            "type": "string"
        -          },
        -          "doc_url": {
        -            "type": "string"
        -          },
        -          "missing_pcg_lines": {
        -            "items": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "label": {
        -                  "type": "string"
        -                },
        -                "reason": {
        -                  "type": "string"
        -                },
        -                "ticket": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "label",
        -                "reason"
        -              ],
        -              "type": "object"
        -            },
        -            "type": "array"
        -          },
        -          "not_applicable_pcg": {
        -            "type": "boolean"
        -          },
        -          "note": {
        -            "type": "string"
        -          },
        -          "schema_version": {
        -            "type": "string"
        -          },
        -          "sections": {
        -            "additionalProperties": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "lines": {
        -                  "items": {
        -                    "additionalProperties": {},
        -                    "properties": {
        -                      "formula": {
        -                        "type": "string"
        -                      },
        -                      "formula_note": {
        -                        "type": "string"
        -                      },
        -                      "key": {
        -                        "type": "string"
        -                      },
        -                      "kind": {
        -                        "enum": [
        -                          "value",
        -                          "subtotal",
        -                          "detail",
        -                          "total",
        -                          "meta"
        -                        ],
        -                        "type": "string"
        -                      },
        -                      "label": {
        -                        "type": "string"
        -                      },
        -                      "level": {
        -                        "type": "number"
        -                      }
        -                    },
        -                    "required": [
        -                      "key",
        -                      "label",
        -                      "level",
        -                      "kind"
        -                    ],
        -                    "type": "object"
        -                  },
        -                  "type": "array"
        -                },
        -                "title": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "title",
        -                "lines"
        -              ],
        -              "type": "object"
        -            },
        -            "propertyNames": {
        -              "type": "string"
        -            },
        -            "type": "object"
        -          }
        -        },
        -        "required": [
        -          "schema_version",
        -          "currency",
        -          "sections"
        -        ],
        -        "type": "object"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "dernier_exercice": {
        -        "anyOf": [
        -          {
        -            "type": "number"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "exercices": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "annee": {
        -              "type": "number"
        -            },
        -            "autonomie_financiere": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_hors_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_jours_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_total": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_autofinancement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_remboursement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capitaux_propres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "cash": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "chiffre_affaires": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "confidentialite": {
        -              "anyOf": [
        -                {
        -                  "type": "boolean"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_cloture": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_depot": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_clients_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_fournisseurs_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dette_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_financieres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_fournisseurs": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_confiance": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_estime": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividendes_verses": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "duree_exercice_mois": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "effectif_moyen": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "fonds_roulement_net_global": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "impot_benefices": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "liquidite_generale": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_endettement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_stock_ca_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "rentabilite_economique": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_courant": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exceptionnel": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_financier": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_net": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "roe": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_operationnelle": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_valeur_ajoutee_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_actif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_dettes": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_passif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "tresorerie": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type_bilan": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "valeur_ajoutee": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "ifrs": {
        -        "anyOf": [
        -          {
        -            "additionalProperties": {},
        -            "properties": {
        -              "annee": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "bpa": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "capitaux_propres": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "chiffre_affaires": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "dividendes": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "ebitda": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_net": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_operationnel": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "total_actif": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "tresorerie": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              }
        -            },
        -            "type": "object"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      },
        -      "upgrade_hint": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "detail": {
        -        "type": "string"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_layout": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "currency": {
        +            "type": "string"
        +          },
        +          "doc_url": {
        +            "type": "string"
        +          },
        +          "missing_pcg_lines": {
        +            "items": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "label": {
        +                  "type": "string"
        +                },
        +                "reason": {
        +                  "type": "string"
        +                },
        +                "ticket": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "label",
        +                "reason"
        +              ],
        +              "type": "object"
        +            },
        +            "type": "array"
        +          },
        +          "not_applicable_pcg": {
        +            "type": "boolean"
        +          },
        +          "note": {
        +            "type": "string"
        +          },
        +          "schema_version": {
        +            "type": "string"
        +          },
        +          "sections": {
        +            "additionalProperties": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "lines": {
        +                  "items": {
        +                    "additionalProperties": {},
        +                    "properties": {
        +                      "formula": {
        +                        "type": "string"
        +                      },
        +                      "formula_note": {
        +                        "type": "string"
        +                      },
        +                      "key": {
        +                        "type": "string"
        +                      },
        +                      "kind": {
        +                        "enum": [
        +                          "value",
        +                          "subtotal",
        +                          "detail",
        +                          "total",
        +                          "meta"
        +                        ],
        +                        "type": "string"
        +                      },
        +                      "label": {
        +                        "type": "string"
        +                      },
        +                      "level": {
        +                        "type": "number"
        +                      }
        +                    },
        +                    "required": [
        +                      "key",
        +                      "label",
        +                      "level",
        +                      "kind"
        +                    ],
        +                    "type": "object"
        +                  },
        +                  "type": "array"
        +                },
        +                "title": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "title",
        +                "lines"
        +              ],
        +              "type": "object"
        +            },
        +            "propertyNames": {
        +              "type": "string"
        +            },
        +            "type": "object"
        +          }
        +        },
        +        "required": [
        +          "schema_version",
        +          "currency",
        +          "sections"
        +        ],
        +        "type": "object"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "dernier_exercice": {
        +        "anyOf": [
        +          {
        +            "type": "number"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "exercices": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "annee": {
        +              "type": "number"
        +            },
        +            "autonomie_financiere": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_hors_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_jours_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_total": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_autofinancement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_remboursement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capitaux_propres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "cash": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "chiffre_affaires": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "confidentialite": {
        +              "anyOf": [
        +                {
        +                  "type": "boolean"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_cloture": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_depot": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_clients_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_fournisseurs_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dette_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_financieres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_fournisseurs": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_confiance": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_estime": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividendes_verses": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "duree_exercice_mois": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "effectif_moyen": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "fonds_roulement_net_global": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "impot_benefices": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "liquidite_generale": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_endettement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_stock_ca_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "rentabilite_economique": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_courant": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exceptionnel": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_financier": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_net": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "roe": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_operationnelle": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_valeur_ajoutee_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_actif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_dettes": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_passif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "tresorerie": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type_bilan": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "valeur_ajoutee": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "ifrs": {
        +        "anyOf": [
        +          {
        +            "additionalProperties": {},
        +            "properties": {
        +              "annee": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "bpa": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "capitaux_propres": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "chiffre_affaires": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "dividendes": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "ebitda": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_net": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_operationnel": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "total_actif": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "tresorerie": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              }
        +            },
        +            "type": "object"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      },
        +      "upgrade_hint": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "detail": {
        +        "type": "string"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedresolve_companies3 fields changed
      • removedInput schema / properties / records / items / properties / domain
        Removed value: -{
        -  "description": "Site web de la societe, en domaine nu ou en URL complete. Tranche mieux qu'un nom quand il est connu.",
        -  "maxLength": 253,
        -  "type": "string"
        -}
      • removedInput schema / properties / shared_domain
        Removed value: -{
        -  "description": "Domaine porte par plusieurs societes : review (defaut) rend les candidats ; head rapproche vers la maison mere (groupe dominant, sinon plus gros CA), method=domain_head, confiance basse. Reserver aux colonnes d'enseignes.",
        -  "enum": [
        -    "review",
        -    "head"
        -  ],
        -  "type": "string"
        -}
      • removedOutput schema / properties / _credits_remaining
        Removed value: -{
        -  "type": "number"
        -}
    • Removedreveal_director_email
    • Changedsearch_companies2 fields changed
      • changedInput schema / properties / include_fields / description
        Previous value: -"Champs a ajouter a chaque resultat (CSV). Une valeur filtree n'apparait que si son champ est demande. Montants et ratios : le champ porte le nom du filtre sans _min/_max (ebitda_min -> ebitda, capitaux_propres_min -> capitaux_propres, nb_cessions_min -> nb_cessions). Exceptions : dividendes_min -> dividendes_verses ; nb_marches_min -> nb_marches_titulaire,montant_marches_titulaire ; nb_subventions_min -> nb_subventions,montant_subventions_total ; nb_brevets_min -> nb_brevets,nb_brevets_actifs.\nFinancier : ca, marge_brute, valeur_ajoutee, ebitda, resultat_exploitation, resultat_net, marge_nette, marge_ebitda, total_actif, capitaux_propres, tresorerie, dettes_financieres, dettes_fournisseurs, dette_nette, bfr, ratio_endettement, capacite_autofinancement, dividendes_verses, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, annee_financiere.\nCroissance : croissance_ca, croissance_ebitda, croissance_rn, et leurs variantes _2ans, _3ans, _5ans.\nGroupe : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nSignaux BODACC : nb_cessions, derniere_cession_date, a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination, nb_evt_modif_admin.\nDonnees publiques : nb_marches_titulaire, montant_marches_titulaire, nb_subventions, montant_subventions_total, nb_brevets, nb_brevets_actifs, nb_participations_salons, est_societe_mission, est_ess.\nFonds PE/VC : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nCotees : a_lei, lei, source_esef, source_gleif, nb_instruments_financiers.\nCompteurs et fraicheur : nb_dirigeants, nb_etablissements, nb_representants_actifs, derniere_evt_date, dernier_depot_date, dernier_marche_date.\nTexte : description_activite (alias description ; reprend souvent le libelle NAF), objet_social, site_internet (~40 % des societes a CA > 8 M EUR). Le descriptif est deja cherche par query.\nPlan gratuit : ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere, plus les champs groupe, signaux, donnees publiques et texte."New value: +"Champs a inclure dans chaque resultat (CSV) pour que les valeurs d'un filtre financier ou donnees publiques apparaissent. Mapping filtre→champ : dividendes_min→dividendes_verses, tresorerie_min→tresorerie, dettes_financieres_min→dettes_financieres, dettes_fournisseurs_min→dettes_fournisseurs, ebitda_min→ebitda, marge_nette_min→marge_nette, marge_ebitda_min→marge_ebitda.\nAutres champs include_fields : ca, marge_brute, valeur_ajoutee, resultat_exploitation, resultat_net, total_actif, capitaux_propres, dette_nette, bfr, ratio_endettement, capacite_autofinancement, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, croissance_ca, croissance_ca_2ans, croissance_ca_3ans, croissance_ca_5ans, croissance_ebitda, croissance_ebitda_2ans, croissance_ebitda_3ans, croissance_ebitda_5ans, croissance_rn, croissance_rn_2ans, croissance_rn_3ans, croissance_rn_5ans, annee_financiere.\nChamps groupe (donnees publiques, disponibles sur tous les plans) : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nChamps cessions BODACC (donnees publiques) : nb_cessions, derniere_cession_date.\nChamps signaux BODACC (donnees publiques) : a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination.\nChamps marches publics (donnees publiques DECP) : nb_marches_titulaire, montant_marches_titulaire.\nChamps subventions (donnees publiques) : nb_subventions, montant_subventions_total.\nChamps brevets (donnees publiques INPI) : nb_brevets, nb_brevets_actifs.\nChamps salons (donnees publiques) : nb_participations_salons.\nChamps ESS/Mission (donnees publiques) : est_societe_mission, est_ess.\nChamps participation de fonds (PE/VC) : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nChamps LEI & provenance (cotees) : a_lei, lei, source_esef, source_gleif.\nChamps compteurs structuraux : nb_dirigeants, nb_etablissements, nb_representants_actifs, nb_fonds_actuels, nb_instruments_financiers.\nChamps evenements BODACC additionnels : nb_evt_modif_admin.\nChamps fraicheur evenementielle : derniere_evt_date, dernier_depot_date, dernier_marche_date.\nChamps descriptif et web (donnees publiques, tous plans) : description_activite (descriptif d'activite ; alias description), objet_social, site_internet. Ce sont les deux colonnes d'une buyers list qu'il fallait auparavant aller chercher societe par societe. A noter : le descriptif est deja indexe dans la recherche plein texte, donc chercher un mot-cle metier dans query le cherche aussi dans le descriptif. Remplissage mesure au 12/09/2026 : description_activite sur 84,7 % des societes actives (mais ~4 sur 5 ne font que reprendre le libelle NAF), site_internet sur 3,2 % de l'ensemble et ~40 % des societes a CA > 8 M EUR.\nMapping filtre avance→include_fields : capitaux_propres_min→capitaux_propres, total_actif_min→total_actif, dette_nette_min→dette_nette, bfr_min→bfr, resultat_exploitation_min→resultat_exploitation, ratio_endettement_min→ratio_endettement, nb_cessions_min→nb_cessions, nb_marches_min→nb_marches_titulaire, nb_brevets_min→nb_brevets.\nSur le plan gratuit : seuls ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere + les champs groupe + les champs BODACC/marches/subventions/brevets/salons/ESS sont disponibles. _user_plan dans la reponse indique le plan.\nEx: filtre dividendes_min → include_fields=\"dividendes_verses\""
      • removedOutput schema / properties / _credits_remaining
        Removed value: -{
        -  "type": "number"
        -}
    • Changedsearch_directors1 field changed
      • removedOutput schema / properties / _credits_remaining
        Removed value: -{
        -  "type": "number"
        -}
    • Changedsearch_events1 field changed
      • removedInput schema / properties / ville
        Removed value: -{
        -  "description": "Ville du siege (CSV possible). Ex: \"Marseille\". Le bon filtre pour un ressort de tribunal : plus etroit que departement.",
        -  "type": "string"
        -}
  11. 12 tool updates
    • Changedcreate_saved_search42 fields changed
      • removedInput schema / properties / age_dirigeant_max / description
        Removed value: -"Age maximum des dirigeants (annees). Ex: 50 pour moins de 50 ans. Filtre si au moins un dirigeant correspond."
      • removedInput schema / properties / age_dirigeant_min / description
        Removed value: -"Age minimum des dirigeants (annees). Ex: 60 pour 60 ans et plus. Filtre si au moins un dirigeant correspond."
      • removedInput schema / properties / appartient_groupe / description
        Removed value: -"true = uniquement les societes appartenant a un groupe : filiales declarees OU soupcon de groupe fort (groupe_pont probable). Complement exact de independant_strict (ne pas envoyer les deux en meme temps)."
      • removedInput schema / properties / ca_max / description
        Removed value: -"CA maximum en euros. Ex: 50000000 pour 50M"
      • removedInput schema / properties / ca_min / description
        Removed value: -"CA minimum en euros. Ex: 5000000 pour 5M"
      • removedInput schema / properties / cagr_ca_max / description
        Removed value: -"Croissance CA max sur 1 an en % (ex: 50 pour +50%)"
      • removedInput schema / properties / cagr_ca_min / description
        Removed value: -"Croissance CA min sur 1 an en % (ex: 20 pour +20%)"
      • removedInput schema / properties / code_naf / description
        Removed value: -"Code NAF/APE. Exemples courants :\n- SaaS/Logiciel : 5829C, 6201Z, 6202A\n- Conseil IT : 6202A, 6209Z\n- Conseil management : 7022Z\n- Fintech : 6419Z, 6499Z\n- Biotech/Pharma : 2120Z, 7211Z\n- E-commerce : 4791A, 4791B\n- BTP : 4120A, 4120B\n- Restauration : 5610A, 5610C\nPlusieurs codes separes par virgule."
      • removedInput schema / properties / code_postal / description
        Removed value: -"Code postal du siege. Ex: \"75001\", \"69001\". Plusieurs separes par virgule."
      • removedInput schema / properties / credit_grade / description
        Removed value: -"Grades de risque credit a garder (OR). Ex: [\"CCC\",\"D\"] pour les societes a risque eleve, [\"AAA\",\"AA\"] pour les plus solides. ~900k societes scorees (celles avec un bilan recent) ; les non scorees sont exclues des qu'un grade est demande."
      • removedInput schema / properties / credit_scored / description
        Removed value: -"true pour ne garder que les societes qui ont un score credit, false pour les exclure"
      • removedInput schema / properties / date_creation_max / description
        Removed value: -"Date de creation maximum (ISO). Ex: \"2021-12-31\" pour les entreprises creees avant 2022"
      • removedInput schema / properties / date_creation_min / description
        Removed value: -"Date de creation minimum (ISO). Ex: \"2021-01-01\" pour les entreprises creees apres 2021"
      • removedInput schema / properties / departement / description
        Removed value: -"Code departement. Ex: \"75\", \"33\", \"69\""
      • removedInput schema / properties / dirigeant_naissance / description
        Removed value: -"Naissance du dirigeant pour desambiguiser les homonymes, granularite mois : format YYYY-MM. Ex: \"1975-03\" (un YYYY-MM-DD est accepte mais le jour est ignore). Pour une desambiguisation au jour pres, utiliser search_director_companies."
      • removedInput schema / properties / dirigeant_nom / description
        Removed value: -"Nom de famille du dirigeant (recherche exacte). Ex: \"GUILLEMOT\". Combine avec dirigeant_prenom et dirigeant_naissance pour desambiguiser les homonymes."
      • removedInput schema / properties / dirigeant_prenom / description
        Removed value: -"Prenom du dirigeant. A utiliser avec dirigeant_nom. Ex: \"Yves\""
      • removedInput schema / properties / effectif_max / description
        Removed value: -"Effectif maximum (nombre de salaries)"
      • removedInput schema / properties / effectif_min / description
        Removed value: -"Effectif minimum (nombre de salaries)"
      • changedInput schema / properties / enable_alert / description
        Previous value: -"true pour etre notifie quotidiennement des nouvelles societes qui matchent la recherche. Defaut: false."New value: +"Notification quotidienne des nouvelles societes qui matchent. Defaut: true ici, false via l'API REST."
      • removedInput schema / properties / est_filiale / description
        Removed value: -"true = filiales uniquement, false = entreprises independantes uniquement"
      • removedInput schema / properties / est_tete_de_groupe / description
        Removed value: -"true = uniquement les tetes de groupe"
      • removedInput schema / properties / filter_annee / description
        Removed value: -"Annee de l'exercice financier. Filtre les entreprises dont le dernier bilan publie correspond a cette annee. Ex: 2024 pour ne voir que les bilans 2024. Combiner avec ca_min pour \"societes ayant fait 5M de CA en 2024\"."
      • removedInput schema / properties / groupe_parent / description
        Removed value: -"Nom du groupe parent (recherche textuelle). Ex: \"LVMH\", \"Bouygues\""
      • removedInput schema / properties / groupe_pont_siren / description
        Removed value: -"SIREN de la tete de groupe INFEREE (soupcon de groupe via dirigeant-pont). Retourne toutes les societes rattachees au meme groupe soupconne (non declare). A distinguer de siren_groupe (lien capitalistique declare)."
      • removedInput schema / properties / has_website / description
        Removed value: -"true pour ne retourner que les entreprises ayant un site web"
      • removedInput schema / properties / independant_strict / description
        Removed value: -"true = uniquement les societes reellement independantes : exclut les filiales declarees ET les societes avec un soupcon de groupe fort (groupe_pont probable). Les soupcons plus faibles (possible/soupcon) ne sont pas exclus."
      • removedInput schema / properties / is_cotee / description
        Removed value: -"true pour les societes cotees en bourse uniquement, false pour les exclure"
      • removedInput schema / properties / latitude / description
        Removed value: -"Latitude du centre pour une recherche par rayon (WGS84). A fournir avec longitude ET radius."
      • removedInput schema / properties / longitude / description
        Removed value: -"Longitude du centre pour une recherche par rayon (WGS84). A fournir avec latitude ET radius."
      • removedInput schema / properties / plan_en_cours / description
        Removed value: -"Societes executant un plan (redressement, sauvegarde ou cession). Distinct de procedure_collective : sous plan, la periode d'observation est terminee."
      • removedInput schema / properties / procedure_collective / description
        Removed value: -"Procedure collective EN COURS (etat courant, pas l'historique). Valeurs: \"liquidation\", \"redressement\", \"sauvegarde\", \"conciliation\", \"autre\", \"accord_homologue\", \"plan_redressement\", \"plan_sauvegarde\", \"plan_cession\". Plusieurs separes par virgule. \"accord_homologue\" = accord de conciliation homologue en cours d'execution, ce qui CLOT la conciliation et ne l'ouvre pas ; \"conciliation\" ne designe qu'une ouverture, que le BODACC ne publie pas. Une procedure cloturee ne matche pas : les societes dont la liquidation est close en sont exclues."
      • removedInput schema / properties / radius / description
        Removed value: -"Rayon de recherche en km (1-200) autour de latitude/longitude. Les trois vont ensemble : un triplet incomplet est refuse."
      • removedInput schema / properties / region / description
        Removed value: -"Region. Ex: \"Ile-de-France\", \"Bretagne\", \"Auvergne-Rhone-Alpes\""
      • removedInput schema / properties / resultat_net_max / description
        Removed value: -"Resultat net maximum en euros"
      • removedInput schema / properties / resultat_net_min / description
        Removed value: -"Resultat net minimum en euros"
      • removedInput schema / properties / siren_groupe / description
        Removed value: -"SIREN de la tete de groupe. Retourne toutes les societes du meme groupe. Ex: \"352383715\" pour lister toutes les filiales de LVMH."
      • removedInput schema / properties / societe_mere_etrangere / description
        Removed value: -"true = filiales de groupes etrangers uniquement"
      • removedInput schema / properties / statut / description
        Removed value: -"Filtre par statut au registre. DISSOLVED = dissoute ou radiee ; une societe en procedure collective reste ACTIVE jusqu'a sa radiation. Le statut ne se deduit PAS de date_radiation, absente sur environ 9,9M des 12,4M societes dissoutes."
      • removedInput schema / properties / tresorerie_max / description
        Removed value: -"Tresorerie maximum en euros"
      • removedInput schema / properties / tresorerie_min / description
        Removed value: -"Tresorerie minimum en euros"
      • removedInput schema / properties / ville / description
        Removed value: -"Nom de ville. Plusieurs villes separees par virgule. Ex: \"Paris,Lyon,Bordeaux\""
    • Changedget_company1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "include_fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "include_fields_unknown": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "include_fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "include_fields_unknown": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_company_graph1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "edges": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "source": {
        -              "type": "string"
        -            },
        -            "target": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "enum": [
        -                "mandat_pm",
        -                "filiale",
        -                "parent_ultime",
        -                "mandat_pp"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "source",
        -            "target",
        -            "type"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "meta": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "counts": {
        -            "additionalProperties": {},
        -            "properties": {
        -              "edges": {
        -                "type": "number"
        -              },
        -              "entreprises": {
        -                "type": "number"
        -              },
        -              "personnes": {
        -                "type": "number"
        -              }
        -            },
        -            "required": [
        -              "entreprises",
        -              "personnes",
        -              "edges"
        -            ],
        -            "type": "object"
        -          },
        -          "depth": {
        -            "type": "number"
        -          }
        -        },
        -        "required": [
        -          "depth",
        -          "counts"
        -        ],
        -        "type": "object"
        -      },
        -      "nodes": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "id": {
        -              "type": "string"
        -            },
        -            "niveau": {
        -              "type": "number"
        -            },
        -            "type": {
        -              "enum": [
        -                "entreprise",
        -                "personne"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "id",
        -            "type",
        -            "niveau"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "nodes",
        -      "edges",
        -      "meta"
        -    ],
        -    "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"
        -      },
        -      "depth": {
        -        "type": "number"
        -      },
        -      "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": {
        +      "edges": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "source": {
        +              "type": "string"
        +            },
        +            "target": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "enum": [
        +                "mandat_pm",
        +                "filiale",
        +                "parent_ultime",
        +                "mandat_pp"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "source",
        +            "target",
        +            "type"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "meta": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "counts": {
        +            "additionalProperties": {},
        +            "properties": {
        +              "edges": {
        +                "type": "number"
        +              },
        +              "entreprises": {
        +                "type": "number"
        +              },
        +              "personnes": {
        +                "type": "number"
        +              }
        +            },
        +            "required": [
        +              "entreprises",
        +              "personnes",
        +              "edges"
        +            ],
        +            "type": "object"
        +          },
        +          "depth": {
        +            "type": "number"
        +          }
        +        },
        +        "required": [
        +          "depth",
        +          "counts"
        +        ],
        +        "type": "object"
        +      },
        +      "nodes": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "id": {
        +              "type": "string"
        +            },
        +            "niveau": {
        +              "type": "number"
        +            },
        +            "type": {
        +              "enum": [
        +                "entreprise",
        +                "personne"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "id",
        +            "type",
        +            "niveau"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "nodes",
        +      "edges",
        +      "meta"
        +    ],
        +    "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"
        +      },
        +      "depth": {
        +        "type": "number"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_credit_risk1 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"
        +  }
        +]
    • Changedget_directors1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "actif": {
        -              "type": "boolean"
        -            },
        -            "annee_naissance": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_debut_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_fin_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "nom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "prenom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "representants": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "role": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type": {
        -              "enum": [
        -                "PP",
        -                "PM"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "has_more": {
        -            "type": "boolean"
        -          },
        -          "limit": {
        -            "type": "number"
        -          },
        -          "offset": {
        -            "type": "number"
        -          }
        -        },
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "actif": {
        +              "type": "boolean"
        +            },
        +            "annee_naissance": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_debut_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_fin_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "linkedin_url": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "nom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "prenom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "representants": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "role": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type": {
        +              "enum": [
        +                "PP",
        +                "PM"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "has_more": {
        +            "type": "boolean"
        +          },
        +          "limit": {
        +            "type": "number"
        +          },
        +          "offset": {
        +            "type": "number"
        +          }
        +        },
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_credits_remaining": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_events1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "additionalProperties": {},
        -              "properties": {},
        -              "type": "object"
        -            },
        -            "date": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "date",
        -            "type",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {},
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data",
        -      "pagination"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "additionalProperties": {},
        +              "properties": {},
        +              "type": "object"
        +            },
        +            "date": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "date",
        +            "type",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {},
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data",
        +      "pagination"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_credits_remaining": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_financials1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_layout": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "currency": {
        -            "type": "string"
        -          },
        -          "doc_url": {
        -            "type": "string"
        -          },
        -          "missing_pcg_lines": {
        -            "items": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "label": {
        -                  "type": "string"
        -                },
        -                "reason": {
        -                  "type": "string"
        -                },
        -                "ticket": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "label",
        -                "reason"
        -              ],
        -              "type": "object"
        -            },
        -            "type": "array"
        -          },
        -          "not_applicable_pcg": {
        -            "type": "boolean"
        -          },
        -          "note": {
        -            "type": "string"
        -          },
        -          "schema_version": {
        -            "type": "string"
        -          },
        -          "sections": {
        -            "additionalProperties": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "lines": {
        -                  "items": {
        -                    "additionalProperties": {},
        -                    "properties": {
        -                      "formula": {
        -                        "type": "string"
        -                      },
        -                      "formula_note": {
        -                        "type": "string"
        -                      },
        -                      "key": {
        -                        "type": "string"
        -                      },
        -                      "kind": {
        -                        "enum": [
        -                          "value",
        -                          "subtotal",
        -                          "detail",
        -                          "total",
        -                          "meta"
        -                        ],
        -                        "type": "string"
        -                      },
        -                      "label": {
        -                        "type": "string"
        -                      },
        -                      "level": {
        -                        "type": "number"
        -                      }
        -                    },
        -                    "required": [
        -                      "key",
        -                      "label",
        -                      "level",
        -                      "kind"
        -                    ],
        -                    "type": "object"
        -                  },
        -                  "type": "array"
        -                },
        -                "title": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "title",
        -                "lines"
        -              ],
        -              "type": "object"
        -            },
        -            "propertyNames": {
        -              "type": "string"
        -            },
        -            "type": "object"
        -          }
        -        },
        -        "required": [
        -          "schema_version",
        -          "currency",
        -          "sections"
        -        ],
        -        "type": "object"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "dernier_exercice": {
        -        "anyOf": [
        -          {
        -            "type": "number"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "exercices": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "annee": {
        -              "type": "number"
        -            },
        -            "autonomie_financiere": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_hors_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_jours_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_total": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_autofinancement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_remboursement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capitaux_propres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "cash": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "chiffre_affaires": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "confidentialite": {
        -              "anyOf": [
        -                {
        -                  "type": "boolean"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_cloture": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_depot": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_clients_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_fournisseurs_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dette_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_financieres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_fournisseurs": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_confiance": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_estime": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividendes_verses": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "duree_exercice_mois": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "effectif_moyen": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "fonds_roulement_net_global": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "impot_benefices": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "liquidite_generale": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_endettement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_stock_ca_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "rentabilite_economique": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_courant": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exceptionnel": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_financier": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_net": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "roe": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_operationnelle": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_valeur_ajoutee_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_actif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_dettes": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_passif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "tresorerie": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type_bilan": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "valeur_ajoutee": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "ifrs": {
        -        "anyOf": [
        -          {
        -            "additionalProperties": {},
        -            "properties": {
        -              "annee": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "bpa": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "capitaux_propres": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "chiffre_affaires": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "dividendes": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "ebitda": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_net": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_operationnel": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "total_actif": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "tresorerie": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              }
        -            },
        -            "type": "object"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      },
        -      "upgrade_hint": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "detail": {
        -        "type": "string"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_layout": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "currency": {
        +            "type": "string"
        +          },
        +          "doc_url": {
        +            "type": "string"
        +          },
        +          "missing_pcg_lines": {
        +            "items": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "label": {
        +                  "type": "string"
        +                },
        +                "reason": {
        +                  "type": "string"
        +                },
        +                "ticket": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "label",
        +                "reason"
        +              ],
        +              "type": "object"
        +            },
        +            "type": "array"
        +          },
        +          "not_applicable_pcg": {
        +            "type": "boolean"
        +          },
        +          "note": {
        +            "type": "string"
        +          },
        +          "schema_version": {
        +            "type": "string"
        +          },
        +          "sections": {
        +            "additionalProperties": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "lines": {
        +                  "items": {
        +                    "additionalProperties": {},
        +                    "properties": {
        +                      "formula": {
        +                        "type": "string"
        +                      },
        +                      "formula_note": {
        +                        "type": "string"
        +                      },
        +                      "key": {
        +                        "type": "string"
        +                      },
        +                      "kind": {
        +                        "enum": [
        +                          "value",
        +                          "subtotal",
        +                          "detail",
        +                          "total",
        +                          "meta"
        +                        ],
        +                        "type": "string"
        +                      },
        +                      "label": {
        +                        "type": "string"
        +                      },
        +                      "level": {
        +                        "type": "number"
        +                      }
        +                    },
        +                    "required": [
        +                      "key",
        +                      "label",
        +                      "level",
        +                      "kind"
        +                    ],
        +                    "type": "object"
        +                  },
        +                  "type": "array"
        +                },
        +                "title": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "title",
        +                "lines"
        +              ],
        +              "type": "object"
        +            },
        +            "propertyNames": {
        +              "type": "string"
        +            },
        +            "type": "object"
        +          }
        +        },
        +        "required": [
        +          "schema_version",
        +          "currency",
        +          "sections"
        +        ],
        +        "type": "object"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "dernier_exercice": {
        +        "anyOf": [
        +          {
        +            "type": "number"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "exercices": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "annee": {
        +              "type": "number"
        +            },
        +            "autonomie_financiere": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_hors_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_jours_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_total": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_autofinancement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_remboursement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capitaux_propres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "cash": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "chiffre_affaires": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "confidentialite": {
        +              "anyOf": [
        +                {
        +                  "type": "boolean"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_cloture": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_depot": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_clients_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_fournisseurs_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dette_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_financieres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_fournisseurs": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_confiance": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_estime": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividendes_verses": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "duree_exercice_mois": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "effectif_moyen": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "fonds_roulement_net_global": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "impot_benefices": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "liquidite_generale": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_endettement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_stock_ca_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "rentabilite_economique": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_courant": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exceptionnel": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_financier": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_net": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "roe": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_operationnelle": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_valeur_ajoutee_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_actif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_dettes": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_passif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "tresorerie": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type_bilan": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "valeur_ajoutee": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "ifrs": {
        +        "anyOf": [
        +          {
        +            "additionalProperties": {},
        +            "properties": {
        +              "annee": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "bpa": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "capitaux_propres": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "chiffre_affaires": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "dividendes": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "ebitda": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_net": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_operationnel": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "total_actif": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "tresorerie": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              }
        +            },
        +            "type": "object"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      },
        +      "upgrade_hint": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "detail": {
        +        "type": "string"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedresolve_companies3 fields changed
      • addedInput schema / properties / records / items / properties / domain
        Added value: +{
        +  "description": "Site web de la societe, en domaine nu ou en URL complete. Tranche mieux qu'un nom quand il est connu.",
        +  "maxLength": 253,
        +  "type": "string"
        +}
      • addedInput schema / properties / shared_domain
        Added value: +{
        +  "description": "Domaine porte par plusieurs societes : review (defaut) rend les candidats ; head rapproche vers la maison mere (groupe dominant, sinon plus gros CA), method=domain_head, confiance basse. Reserver aux colonnes d'enseignes.",
        +  "enum": [
        +    "review",
        +    "head"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / _credits_remaining
        Added value: +{
        +  "type": "number"
        +}
    • Addedreveal_director_email
    • Changedsearch_companies2 fields changed
      • changedInput schema / properties / include_fields / description
        Previous value: -"Champs a inclure dans chaque resultat (CSV) pour que les valeurs d'un filtre financier ou donnees publiques apparaissent. Mapping filtre→champ : dividendes_min→dividendes_verses, tresorerie_min→tresorerie, dettes_financieres_min→dettes_financieres, dettes_fournisseurs_min→dettes_fournisseurs, ebitda_min→ebitda, marge_nette_min→marge_nette, marge_ebitda_min→marge_ebitda.\nAutres champs include_fields : ca, marge_brute, valeur_ajoutee, resultat_exploitation, resultat_net, total_actif, capitaux_propres, dette_nette, bfr, ratio_endettement, capacite_autofinancement, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, croissance_ca, croissance_ca_2ans, croissance_ca_3ans, croissance_ca_5ans, croissance_ebitda, croissance_ebitda_2ans, croissance_ebitda_3ans, croissance_ebitda_5ans, croissance_rn, croissance_rn_2ans, croissance_rn_3ans, croissance_rn_5ans, annee_financiere.\nChamps groupe (donnees publiques, disponibles sur tous les plans) : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nChamps cessions BODACC (donnees publiques) : nb_cessions, derniere_cession_date.\nChamps signaux BODACC (donnees publiques) : a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination.\nChamps marches publics (donnees publiques DECP) : nb_marches_titulaire, montant_marches_titulaire.\nChamps subventions (donnees publiques) : nb_subventions, montant_subventions_total.\nChamps brevets (donnees publiques INPI) : nb_brevets, nb_brevets_actifs.\nChamps salons (donnees publiques) : nb_participations_salons.\nChamps ESS/Mission (donnees publiques) : est_societe_mission, est_ess.\nChamps participation de fonds (PE/VC) : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nChamps LEI & provenance (cotees) : a_lei, lei, source_esef, source_gleif.\nChamps compteurs structuraux : nb_dirigeants, nb_etablissements, nb_representants_actifs, nb_fonds_actuels, nb_instruments_financiers.\nChamps evenements BODACC additionnels : nb_evt_modif_admin.\nChamps fraicheur evenementielle : derniere_evt_date, dernier_depot_date, dernier_marche_date.\nChamps descriptif et web (donnees publiques, tous plans) : description_activite (descriptif d'activite ; alias description), objet_social, site_internet. Ce sont les deux colonnes d'une buyers list qu'il fallait auparavant aller chercher societe par societe. A noter : le descriptif est deja indexe dans la recherche plein texte, donc chercher un mot-cle metier dans query le cherche aussi dans le descriptif. Remplissage mesure au 12/09/2026 : description_activite sur 84,7 % des societes actives (mais ~4 sur 5 ne font que reprendre le libelle NAF), site_internet sur 3,2 % de l'ensemble et ~40 % des societes a CA > 8 M EUR.\nMapping filtre avance→include_fields : capitaux_propres_min→capitaux_propres, total_actif_min→total_actif, dette_nette_min→dette_nette, bfr_min→bfr, resultat_exploitation_min→resultat_exploitation, ratio_endettement_min→ratio_endettement, nb_cessions_min→nb_cessions, nb_marches_min→nb_marches_titulaire, nb_brevets_min→nb_brevets.\nSur le plan gratuit : seuls ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere + les champs groupe + les champs BODACC/marches/subventions/brevets/salons/ESS sont disponibles. _user_plan dans la reponse indique le plan.\nEx: filtre dividendes_min → include_fields=\"dividendes_verses\""New value: +"Champs a ajouter a chaque resultat (CSV). Une valeur filtree n'apparait que si son champ est demande. Montants et ratios : le champ porte le nom du filtre sans _min/_max (ebitda_min -> ebitda, capitaux_propres_min -> capitaux_propres, nb_cessions_min -> nb_cessions). Exceptions : dividendes_min -> dividendes_verses ; nb_marches_min -> nb_marches_titulaire,montant_marches_titulaire ; nb_subventions_min -> nb_subventions,montant_subventions_total ; nb_brevets_min -> nb_brevets,nb_brevets_actifs.\nFinancier : ca, marge_brute, valeur_ajoutee, ebitda, resultat_exploitation, resultat_net, marge_nette, marge_ebitda, total_actif, capitaux_propres, tresorerie, dettes_financieres, dettes_fournisseurs, dette_nette, bfr, ratio_endettement, capacite_autofinancement, dividendes_verses, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, annee_financiere.\nCroissance : croissance_ca, croissance_ebitda, croissance_rn, et leurs variantes _2ans, _3ans, _5ans.\nGroupe : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nSignaux BODACC : nb_cessions, derniere_cession_date, a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination, nb_evt_modif_admin.\nDonnees publiques : nb_marches_titulaire, montant_marches_titulaire, nb_subventions, montant_subventions_total, nb_brevets, nb_brevets_actifs, nb_participations_salons, est_societe_mission, est_ess.\nFonds PE/VC : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nCotees : a_lei, lei, source_esef, source_gleif, nb_instruments_financiers.\nCompteurs et fraicheur : nb_dirigeants, nb_etablissements, nb_representants_actifs, derniere_evt_date, dernier_depot_date, dernier_marche_date.\nTexte : description_activite (alias description ; reprend souvent le libelle NAF), objet_social, site_internet (~40 % des societes a CA > 8 M EUR). Le descriptif est deja cherche par query.\nPlan gratuit : ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere, plus les champs groupe, signaux, donnees publiques et texte."
      • addedOutput schema / properties / _credits_remaining
        Added value: +{
        +  "type": "number"
        +}
    • Changedsearch_directors1 field changed
      • addedOutput schema / properties / _credits_remaining
        Added value: +{
        +  "type": "number"
        +}
    • Changedsearch_events1 field changed
      • addedInput schema / properties / ville
        Added value: +{
        +  "description": "Ville du siege (CSV possible). Ex: \"Marseille\". Le bon filtre pour un ressort de tribunal : plus etroit que departement.",
        +  "type": "string"
        +}
  12. 12 tool updates
    • Changedcreate_saved_search42 fields changed
      • addedInput schema / properties / age_dirigeant_max / description
        Added value: +"Age maximum des dirigeants (annees). Ex: 50 pour moins de 50 ans. Filtre si au moins un dirigeant correspond."
      • addedInput schema / properties / age_dirigeant_min / description
        Added value: +"Age minimum des dirigeants (annees). Ex: 60 pour 60 ans et plus. Filtre si au moins un dirigeant correspond."
      • addedInput schema / properties / appartient_groupe / description
        Added value: +"true = uniquement les societes appartenant a un groupe : filiales declarees OU soupcon de groupe fort (groupe_pont probable). Complement exact de independant_strict (ne pas envoyer les deux en meme temps)."
      • addedInput schema / properties / ca_max / description
        Added value: +"CA maximum en euros. Ex: 50000000 pour 50M"
      • addedInput schema / properties / ca_min / description
        Added value: +"CA minimum en euros. Ex: 5000000 pour 5M"
      • addedInput schema / properties / cagr_ca_max / description
        Added value: +"Croissance CA max sur 1 an en % (ex: 50 pour +50%)"
      • addedInput schema / properties / cagr_ca_min / description
        Added value: +"Croissance CA min sur 1 an en % (ex: 20 pour +20%)"
      • addedInput schema / properties / code_naf / description
        Added value: +"Code NAF/APE. Exemples courants :\n- SaaS/Logiciel : 5829C, 6201Z, 6202A\n- Conseil IT : 6202A, 6209Z\n- Conseil management : 7022Z\n- Fintech : 6419Z, 6499Z\n- Biotech/Pharma : 2120Z, 7211Z\n- E-commerce : 4791A, 4791B\n- BTP : 4120A, 4120B\n- Restauration : 5610A, 5610C\nPlusieurs codes separes par virgule."
      • addedInput schema / properties / code_postal / description
        Added value: +"Code postal du siege. Ex: \"75001\", \"69001\". Plusieurs separes par virgule."
      • addedInput schema / properties / credit_grade / description
        Added value: +"Grades de risque credit a garder (OR). Ex: [\"CCC\",\"D\"] pour les societes a risque eleve, [\"AAA\",\"AA\"] pour les plus solides. ~900k societes scorees (celles avec un bilan recent) ; les non scorees sont exclues des qu'un grade est demande."
      • addedInput schema / properties / credit_scored / description
        Added value: +"true pour ne garder que les societes qui ont un score credit, false pour les exclure"
      • addedInput schema / properties / date_creation_max / description
        Added value: +"Date de creation maximum (ISO). Ex: \"2021-12-31\" pour les entreprises creees avant 2022"
      • addedInput schema / properties / date_creation_min / description
        Added value: +"Date de creation minimum (ISO). Ex: \"2021-01-01\" pour les entreprises creees apres 2021"
      • addedInput schema / properties / departement / description
        Added value: +"Code departement. Ex: \"75\", \"33\", \"69\""
      • addedInput schema / properties / dirigeant_naissance / description
        Added value: +"Naissance du dirigeant pour desambiguiser les homonymes, granularite mois : format YYYY-MM. Ex: \"1975-03\" (un YYYY-MM-DD est accepte mais le jour est ignore). Pour une desambiguisation au jour pres, utiliser search_director_companies."
      • addedInput schema / properties / dirigeant_nom / description
        Added value: +"Nom de famille du dirigeant (recherche exacte). Ex: \"GUILLEMOT\". Combine avec dirigeant_prenom et dirigeant_naissance pour desambiguiser les homonymes."
      • addedInput schema / properties / dirigeant_prenom / description
        Added value: +"Prenom du dirigeant. A utiliser avec dirigeant_nom. Ex: \"Yves\""
      • addedInput schema / properties / effectif_max / description
        Added value: +"Effectif maximum (nombre de salaries)"
      • addedInput schema / properties / effectif_min / description
        Added value: +"Effectif minimum (nombre de salaries)"
      • changedInput schema / properties / enable_alert / description
        Previous value: -"Notification quotidienne des nouvelles societes qui matchent. Defaut: true ici, false via l'API REST."New value: +"true pour etre notifie quotidiennement des nouvelles societes qui matchent la recherche. Defaut: false."
      • addedInput schema / properties / est_filiale / description
        Added value: +"true = filiales uniquement, false = entreprises independantes uniquement"
      • addedInput schema / properties / est_tete_de_groupe / description
        Added value: +"true = uniquement les tetes de groupe"
      • addedInput schema / properties / filter_annee / description
        Added value: +"Annee de l'exercice financier. Filtre les entreprises dont le dernier bilan publie correspond a cette annee. Ex: 2024 pour ne voir que les bilans 2024. Combiner avec ca_min pour \"societes ayant fait 5M de CA en 2024\"."
      • addedInput schema / properties / groupe_parent / description
        Added value: +"Nom du groupe parent (recherche textuelle). Ex: \"LVMH\", \"Bouygues\""
      • addedInput schema / properties / groupe_pont_siren / description
        Added value: +"SIREN de la tete de groupe INFEREE (soupcon de groupe via dirigeant-pont). Retourne toutes les societes rattachees au meme groupe soupconne (non declare). A distinguer de siren_groupe (lien capitalistique declare)."
      • addedInput schema / properties / has_website / description
        Added value: +"true pour ne retourner que les entreprises ayant un site web"
      • addedInput schema / properties / independant_strict / description
        Added value: +"true = uniquement les societes reellement independantes : exclut les filiales declarees ET les societes avec un soupcon de groupe fort (groupe_pont probable). Les soupcons plus faibles (possible/soupcon) ne sont pas exclus."
      • addedInput schema / properties / is_cotee / description
        Added value: +"true pour les societes cotees en bourse uniquement, false pour les exclure"
      • addedInput schema / properties / latitude / description
        Added value: +"Latitude du centre pour une recherche par rayon (WGS84). A fournir avec longitude ET radius."
      • addedInput schema / properties / longitude / description
        Added value: +"Longitude du centre pour une recherche par rayon (WGS84). A fournir avec latitude ET radius."
      • addedInput schema / properties / plan_en_cours / description
        Added value: +"Societes executant un plan (redressement, sauvegarde ou cession). Distinct de procedure_collective : sous plan, la periode d'observation est terminee."
      • addedInput schema / properties / procedure_collective / description
        Added value: +"Procedure collective EN COURS (etat courant, pas l'historique). Valeurs: \"liquidation\", \"redressement\", \"sauvegarde\", \"conciliation\", \"autre\", \"accord_homologue\", \"plan_redressement\", \"plan_sauvegarde\", \"plan_cession\". Plusieurs separes par virgule. \"accord_homologue\" = accord de conciliation homologue en cours d'execution, ce qui CLOT la conciliation et ne l'ouvre pas ; \"conciliation\" ne designe qu'une ouverture, que le BODACC ne publie pas. Une procedure cloturee ne matche pas : les societes dont la liquidation est close en sont exclues."
      • addedInput schema / properties / radius / description
        Added value: +"Rayon de recherche en km (1-200) autour de latitude/longitude. Les trois vont ensemble : un triplet incomplet est refuse."
      • addedInput schema / properties / region / description
        Added value: +"Region. Ex: \"Ile-de-France\", \"Bretagne\", \"Auvergne-Rhone-Alpes\""
      • addedInput schema / properties / resultat_net_max / description
        Added value: +"Resultat net maximum en euros"
      • addedInput schema / properties / resultat_net_min / description
        Added value: +"Resultat net minimum en euros"
      • addedInput schema / properties / siren_groupe / description
        Added value: +"SIREN de la tete de groupe. Retourne toutes les societes du meme groupe. Ex: \"352383715\" pour lister toutes les filiales de LVMH."
      • addedInput schema / properties / societe_mere_etrangere / description
        Added value: +"true = filiales de groupes etrangers uniquement"
      • addedInput schema / properties / statut / description
        Added value: +"Filtre par statut au registre. DISSOLVED = dissoute ou radiee ; une societe en procedure collective reste ACTIVE jusqu'a sa radiation. Le statut ne se deduit PAS de date_radiation, absente sur environ 9,9M des 12,4M societes dissoutes."
      • addedInput schema / properties / tresorerie_max / description
        Added value: +"Tresorerie maximum en euros"
      • addedInput schema / properties / tresorerie_min / description
        Added value: +"Tresorerie minimum en euros"
      • addedInput schema / properties / ville / description
        Added value: +"Nom de ville. Plusieurs villes separees par virgule. Ex: \"Paris,Lyon,Bordeaux\""
    • Changedget_company1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "include_fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "include_fields_unknown": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "include_fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "include_fields_unknown": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_company_graph1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "edges": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "source": {
        -              "type": "string"
        -            },
        -            "target": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "enum": [
        -                "mandat_pm",
        -                "filiale",
        -                "parent_ultime",
        -                "mandat_pp"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "source",
        -            "target",
        -            "type"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "meta": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "counts": {
        -            "additionalProperties": {},
        -            "properties": {
        -              "edges": {
        -                "type": "number"
        -              },
        -              "entreprises": {
        -                "type": "number"
        -              },
        -              "personnes": {
        -                "type": "number"
        -              }
        -            },
        -            "required": [
        -              "entreprises",
        -              "personnes",
        -              "edges"
        -            ],
        -            "type": "object"
        -          },
        -          "depth": {
        -            "type": "number"
        -          }
        -        },
        -        "required": [
        -          "depth",
        -          "counts"
        -        ],
        -        "type": "object"
        -      },
        -      "nodes": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "id": {
        -              "type": "string"
        -            },
        -            "niveau": {
        -              "type": "number"
        -            },
        -            "type": {
        -              "enum": [
        -                "entreprise",
        -                "personne"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "id",
        -            "type",
        -            "niveau"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "nodes",
        -      "edges",
        -      "meta"
        -    ],
        -    "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"
        -      },
        -      "depth": {
        -        "type": "number"
        -      },
        -      "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": {
        +      "edges": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "source": {
        +              "type": "string"
        +            },
        +            "target": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "enum": [
        +                "mandat_pm",
        +                "filiale",
        +                "parent_ultime",
        +                "mandat_pp"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "source",
        +            "target",
        +            "type"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "meta": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "counts": {
        +            "additionalProperties": {},
        +            "properties": {
        +              "edges": {
        +                "type": "number"
        +              },
        +              "entreprises": {
        +                "type": "number"
        +              },
        +              "personnes": {
        +                "type": "number"
        +              }
        +            },
        +            "required": [
        +              "entreprises",
        +              "personnes",
        +              "edges"
        +            ],
        +            "type": "object"
        +          },
        +          "depth": {
        +            "type": "number"
        +          }
        +        },
        +        "required": [
        +          "depth",
        +          "counts"
        +        ],
        +        "type": "object"
        +      },
        +      "nodes": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "id": {
        +              "type": "string"
        +            },
        +            "niveau": {
        +              "type": "number"
        +            },
        +            "type": {
        +              "enum": [
        +                "entreprise",
        +                "personne"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "id",
        +            "type",
        +            "niveau"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "nodes",
        +      "edges",
        +      "meta"
        +    ],
        +    "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"
        +      },
        +      "depth": {
        +        "type": "number"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_credit_risk1 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"
        +  }
        +]
    • Changedget_directors1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "actif": {
        -              "type": "boolean"
        -            },
        -            "annee_naissance": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_debut_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_fin_mandat": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "linkedin_url": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "nom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "prenom": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "representants": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "role": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type": {
        -              "enum": [
        -                "PP",
        -                "PM"
        -              ],
        -              "type": "string"
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "has_more": {
        -            "type": "boolean"
        -          },
        -          "limit": {
        -            "type": "number"
        -          },
        -          "offset": {
        -            "type": "number"
        -          }
        -        },
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_credits_remaining": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "actif": {
        +              "type": "boolean"
        +            },
        +            "annee_naissance": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_debut_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_fin_mandat": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "nom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "prenom": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "representants": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "role": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type": {
        +              "enum": [
        +                "PP",
        +                "PM"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "has_more": {
        +            "type": "boolean"
        +          },
        +          "limit": {
        +            "type": "number"
        +          },
        +          "offset": {
        +            "type": "number"
        +          }
        +        },
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_events1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "additionalProperties": {},
        -              "properties": {},
        -              "type": "object"
        -            },
        -            "date": {
        -              "type": "string"
        -            },
        -            "type": {
        -              "type": "string"
        -            }
        -          },
        -          "required": [
        -            "date",
        -            "type",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "pagination": {
        -        "additionalProperties": {},
        -        "properties": {},
        -        "type": "object"
        -      },
        -      "siren": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren",
        -      "data",
        -      "pagination"
        -    ],
        -    "type": "object"
        -  },
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_credits_remaining": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_month": {
        -        "type": "number"
        -      },
        -      "_quota_remaining_today": {
        -        "type": "number"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "data": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "data": {
        -              "items": {
        -                "additionalProperties": {},
        -                "propertyNames": {
        -                  "type": "string"
        -                },
        -                "type": "object"
        -              },
        -              "type": "array"
        -            },
        -            "denomination": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "siren": {
        -              "type": "string"
        -            },
        -            "total": {
        -              "type": "number"
        -            },
        -            "truncated": {
        -              "type": "boolean"
        -            }
        -          },
        -          "required": [
        -            "siren",
        -            "data"
        -          ],
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "per_company_limit": {
        -        "type": "number"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "additionalProperties": {},
        +              "properties": {},
        +              "type": "object"
        +            },
        +            "date": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "date",
        +            "type",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "pagination": {
        +        "additionalProperties": {},
        +        "properties": {},
        +        "type": "object"
        +      },
        +      "siren": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren",
        +      "data",
        +      "pagination"
        +    ],
        +    "type": "object"
        +  },
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_quota_remaining_month": {
        +        "type": "number"
        +      },
        +      "_quota_remaining_today": {
        +        "type": "number"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "data": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {},
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "denomination": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "siren": {
        +              "type": "string"
        +            },
        +            "total": {
        +              "type": "number"
        +            },
        +            "truncated": {
        +              "type": "boolean"
        +            }
        +          },
        +          "required": [
        +            "siren",
        +            "data"
        +          ],
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "per_company_limit": {
        +        "type": "number"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedget_financials1 field changed
      • changedOutput schema / anyOf
        Previous value: -[
        -  {
        -    "additionalProperties": {},
        -    "properties": {
        -      "_layout": {
        -        "additionalProperties": {},
        -        "properties": {
        -          "currency": {
        -            "type": "string"
        -          },
        -          "doc_url": {
        -            "type": "string"
        -          },
        -          "missing_pcg_lines": {
        -            "items": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "label": {
        -                  "type": "string"
        -                },
        -                "reason": {
        -                  "type": "string"
        -                },
        -                "ticket": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "label",
        -                "reason"
        -              ],
        -              "type": "object"
        -            },
        -            "type": "array"
        -          },
        -          "not_applicable_pcg": {
        -            "type": "boolean"
        -          },
        -          "note": {
        -            "type": "string"
        -          },
        -          "schema_version": {
        -            "type": "string"
        -          },
        -          "sections": {
        -            "additionalProperties": {
        -              "additionalProperties": {},
        -              "properties": {
        -                "lines": {
        -                  "items": {
        -                    "additionalProperties": {},
        -                    "properties": {
        -                      "formula": {
        -                        "type": "string"
        -                      },
        -                      "formula_note": {
        -                        "type": "string"
        -                      },
        -                      "key": {
        -                        "type": "string"
        -                      },
        -                      "kind": {
        -                        "enum": [
        -                          "value",
        -                          "subtotal",
        -                          "detail",
        -                          "total",
        -                          "meta"
        -                        ],
        -                        "type": "string"
        -                      },
        -                      "label": {
        -                        "type": "string"
        -                      },
        -                      "level": {
        -                        "type": "number"
        -                      }
        -                    },
        -                    "required": [
        -                      "key",
        -                      "label",
        -                      "level",
        -                      "kind"
        -                    ],
        -                    "type": "object"
        -                  },
        -                  "type": "array"
        -                },
        -                "title": {
        -                  "type": "string"
        -                }
        -              },
        -              "required": [
        -                "title",
        -                "lines"
        -              ],
        -              "type": "object"
        -            },
        -            "propertyNames": {
        -              "type": "string"
        -            },
        -            "type": "object"
        -          }
        -        },
        -        "required": [
        -          "schema_version",
        -          "currency",
        -          "sections"
        -        ],
        -        "type": "object"
        -      },
        -      "_user_plan": {
        -        "type": "string"
        -      },
        -      "denomination": {
        -        "anyOf": [
        -          {
        -            "type": "string"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "dernier_exercice": {
        -        "anyOf": [
        -          {
        -            "type": "number"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "exercices": {
        -        "items": {
        -          "additionalProperties": {},
        -          "properties": {
        -            "annee": {
        -              "type": "number"
        -            },
        -            "autonomie_financiere": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_hors_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_jours_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "bfr_total": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_autofinancement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capacite_remboursement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "capitaux_propres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "cash": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "chiffre_affaires": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "confidentialite": {
        -              "anyOf": [
        -                {
        -                  "type": "boolean"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_cloture": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "date_depot": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_clients_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "delai_paiement_fournisseurs_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dette_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_financieres": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dettes_fournisseurs": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_confiance": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividende_estime": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "dividendes_verses": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "duree_exercice_mois": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "effectif_moyen": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "fonds_roulement_net_global": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "impot_benefices": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "liquidite_generale": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_ebitda": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "marge_nette": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_endettement": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "ratio_stock_ca_jours": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "rentabilite_economique": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_courant": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exceptionnel": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_exploitation": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_financier": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "resultat_net": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "roe": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_brute": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_marge_operationnelle": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "taux_valeur_ajoutee_ca": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_actif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_dettes": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "total_passif": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "tresorerie": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "type_bilan": {
        -              "anyOf": [
        -                {
        -                  "type": "string"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            },
        -            "valeur_ajoutee": {
        -              "anyOf": [
        -                {
        -                  "type": "number"
        -                },
        -                {
        -                  "type": "null"
        -                }
        -              ]
        -            }
        -          },
        -          "type": "object"
        -        },
        -        "type": "array"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "ifrs": {
        -        "anyOf": [
        -          {
        -            "additionalProperties": {},
        -            "properties": {
        -              "annee": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "bpa": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "capitaux_propres": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "chiffre_affaires": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "dividendes": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "ebitda": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_net": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "resultat_operationnel": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "total_actif": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              },
        -              "tresorerie": {
        -                "anyOf": [
        -                  {
        -                    "type": "number"
        -                  },
        -                  {
        -                    "type": "null"
        -                  }
        -                ]
        -              }
        -            },
        -            "type": "object"
        -          },
        -          {
        -            "type": "null"
        -          }
        -        ]
        -      },
        -      "message": {
        -        "type": "string"
        -      },
        -      "siren": {
        -        "type": "string"
        -      },
        -      "upgrade_hint": {
        -        "type": "string"
        -      }
        -    },
        -    "required": [
        -      "siren"
        -    ],
        -    "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"
        -      },
        -      "detail": {
        -        "type": "string"
        -      },
        -      "duplicates_ignored": {
        -        "type": "number"
        -      },
        -      "fields_skipped": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "not_found": {
        -        "items": {
        -          "type": "string"
        -        },
        -        "type": "array"
        -      },
        -      "requested": {
        -        "type": "number"
        -      },
        -      "returned": {
        -        "type": "number"
        -      }
        -    },
        -    "required": [
        -      "data"
        -    ],
        -    "type": "object"
        -  }
        -]New value: +[
        +  {
        +    "additionalProperties": {},
        +    "properties": {
        +      "_layout": {
        +        "additionalProperties": {},
        +        "properties": {
        +          "currency": {
        +            "type": "string"
        +          },
        +          "doc_url": {
        +            "type": "string"
        +          },
        +          "missing_pcg_lines": {
        +            "items": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "label": {
        +                  "type": "string"
        +                },
        +                "reason": {
        +                  "type": "string"
        +                },
        +                "ticket": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "label",
        +                "reason"
        +              ],
        +              "type": "object"
        +            },
        +            "type": "array"
        +          },
        +          "not_applicable_pcg": {
        +            "type": "boolean"
        +          },
        +          "note": {
        +            "type": "string"
        +          },
        +          "schema_version": {
        +            "type": "string"
        +          },
        +          "sections": {
        +            "additionalProperties": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "lines": {
        +                  "items": {
        +                    "additionalProperties": {},
        +                    "properties": {
        +                      "formula": {
        +                        "type": "string"
        +                      },
        +                      "formula_note": {
        +                        "type": "string"
        +                      },
        +                      "key": {
        +                        "type": "string"
        +                      },
        +                      "kind": {
        +                        "enum": [
        +                          "value",
        +                          "subtotal",
        +                          "detail",
        +                          "total",
        +                          "meta"
        +                        ],
        +                        "type": "string"
        +                      },
        +                      "label": {
        +                        "type": "string"
        +                      },
        +                      "level": {
        +                        "type": "number"
        +                      }
        +                    },
        +                    "required": [
        +                      "key",
        +                      "label",
        +                      "level",
        +                      "kind"
        +                    ],
        +                    "type": "object"
        +                  },
        +                  "type": "array"
        +                },
        +                "title": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "title",
        +                "lines"
        +              ],
        +              "type": "object"
        +            },
        +            "propertyNames": {
        +              "type": "string"
        +            },
        +            "type": "object"
        +          }
        +        },
        +        "required": [
        +          "schema_version",
        +          "currency",
        +          "sections"
        +        ],
        +        "type": "object"
        +      },
        +      "_user_plan": {
        +        "type": "string"
        +      },
        +      "denomination": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "dernier_exercice": {
        +        "anyOf": [
        +          {
        +            "type": "number"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "exercices": {
        +        "items": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "annee": {
        +              "type": "number"
        +            },
        +            "autonomie_financiere": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_hors_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_jours_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "bfr_total": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_autofinancement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capacite_remboursement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "capitaux_propres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "cash": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "chiffre_affaires": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "confidentialite": {
        +              "anyOf": [
        +                {
        +                  "type": "boolean"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_cloture": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "date_depot": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_clients_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "delai_paiement_fournisseurs_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dette_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_financieres": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dettes_fournisseurs": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_confiance": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividende_estime": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "dividendes_verses": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "duree_exercice_mois": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "effectif_moyen": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "fonds_roulement_net_global": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "impot_benefices": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "liquidite_generale": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_ebitda": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "marge_nette": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_endettement": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "ratio_stock_ca_jours": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "rentabilite_economique": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_courant": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exceptionnel": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_exploitation": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_financier": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "resultat_net": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "roe": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_brute": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_marge_operationnelle": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "taux_valeur_ajoutee_ca": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_actif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_dettes": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "total_passif": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "tresorerie": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "type_bilan": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            },
        +            "valeur_ajoutee": {
        +              "anyOf": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "null"
        +                }
        +              ]
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "type": "array"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "ifrs": {
        +        "anyOf": [
        +          {
        +            "additionalProperties": {},
        +            "properties": {
        +              "annee": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "bpa": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "capitaux_propres": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "chiffre_affaires": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "dividendes": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "ebitda": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_net": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "resultat_operationnel": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "total_actif": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              },
        +              "tresorerie": {
        +                "anyOf": [
        +                  {
        +                    "type": "number"
        +                  },
        +                  {
        +                    "type": "null"
        +                  }
        +                ]
        +              }
        +            },
        +            "type": "object"
        +          },
        +          {
        +            "type": "null"
        +          }
        +        ]
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "siren": {
        +        "type": "string"
        +      },
        +      "upgrade_hint": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "siren"
        +    ],
        +    "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"
        +      },
        +      "detail": {
        +        "type": "string"
        +      },
        +      "duplicates_ignored": {
        +        "type": "number"
        +      },
        +      "fields_skipped": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "not_found": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "requested": {
        +        "type": "number"
        +      },
        +      "returned": {
        +        "type": "number"
        +      }
        +    },
        +    "required": [
        +      "data"
        +    ],
        +    "type": "object"
        +  }
        +]
    • Changedresolve_companies3 fields changed
      • removedInput schema / properties / records / items / properties / domain
        Removed value: -{
        -  "description": "Site web de la societe, en domaine nu ou en URL complete. Tranche mieux qu'un nom quand il est connu.",
        -  "maxLength": 253,
        -  "type": "string"
        -}
      • removedInput schema / properties / shared_domain
        Removed value: -{
        -  "description": "Domaine porte par plusieurs societes : review (defaut) rend les candidats ; head rapproche vers la maison mere (groupe dominant, sinon plus gros CA), method=domain_head, confiance basse. Reserver aux colonnes d'enseignes.",
        -  "enum": [
        -    "review",
        -    "head"
        -  ],
        -  "type": "string"
        -}
      • removedOutput schema / properties / _credits_remaining
        Removed value: -{
        -  "type": "number"
        -}
    • Removedreveal_director_email
    • Changedsearch_companies2 fields changed
      • changedInput schema / properties / include_fields / description
        Previous value: -"Champs a ajouter a chaque resultat (CSV). Une valeur filtree n'apparait que si son champ est demande. Montants et ratios : le champ porte le nom du filtre sans _min/_max (ebitda_min -> ebitda, capitaux_propres_min -> capitaux_propres, nb_cessions_min -> nb_cessions). Exceptions : dividendes_min -> dividendes_verses ; nb_marches_min -> nb_marches_titulaire,montant_marches_titulaire ; nb_subventions_min -> nb_subventions,montant_subventions_total ; nb_brevets_min -> nb_brevets,nb_brevets_actifs.\nFinancier : ca, marge_brute, valeur_ajoutee, ebitda, resultat_exploitation, resultat_net, marge_nette, marge_ebitda, total_actif, capitaux_propres, tresorerie, dettes_financieres, dettes_fournisseurs, dette_nette, bfr, ratio_endettement, capacite_autofinancement, dividendes_verses, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, annee_financiere.\nCroissance : croissance_ca, croissance_ebitda, croissance_rn, et leurs variantes _2ans, _3ans, _5ans.\nGroupe : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nSignaux BODACC : nb_cessions, derniere_cession_date, a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination, nb_evt_modif_admin.\nDonnees publiques : nb_marches_titulaire, montant_marches_titulaire, nb_subventions, montant_subventions_total, nb_brevets, nb_brevets_actifs, nb_participations_salons, est_societe_mission, est_ess.\nFonds PE/VC : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nCotees : a_lei, lei, source_esef, source_gleif, nb_instruments_financiers.\nCompteurs et fraicheur : nb_dirigeants, nb_etablissements, nb_representants_actifs, derniere_evt_date, dernier_depot_date, dernier_marche_date.\nTexte : description_activite (alias description ; reprend souvent le libelle NAF), objet_social, site_internet (~40 % des societes a CA > 8 M EUR). Le descriptif est deja cherche par query.\nPlan gratuit : ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere, plus les champs groupe, signaux, donnees publiques et texte."New value: +"Champs a inclure dans chaque resultat (CSV) pour que les valeurs d'un filtre financier ou donnees publiques apparaissent. Mapping filtre→champ : dividendes_min→dividendes_verses, tresorerie_min→tresorerie, dettes_financieres_min→dettes_financieres, dettes_fournisseurs_min→dettes_fournisseurs, ebitda_min→ebitda, marge_nette_min→marge_nette, marge_ebitda_min→marge_ebitda.\nAutres champs include_fields : ca, marge_brute, valeur_ajoutee, resultat_exploitation, resultat_net, total_actif, capitaux_propres, dette_nette, bfr, ratio_endettement, capacite_autofinancement, delai_paiement_clients_jours, delai_paiement_fournisseurs_jours, effectif_moyen, croissance_ca, croissance_ca_2ans, croissance_ca_3ans, croissance_ca_5ans, croissance_ebitda, croissance_ebitda_2ans, croissance_ebitda_3ans, croissance_ebitda_5ans, croissance_rn, croissance_rn_2ans, croissance_rn_3ans, croissance_rn_5ans, annee_financiere.\nChamps groupe (donnees publiques, disponibles sur tous les plans) : est_filiale, est_tete_de_groupe, groupe_parent, siren_groupe, nb_filiales_directes, societe_mere_etrangere.\nChamps cessions BODACC (donnees publiques) : nb_cessions, derniere_cession_date.\nChamps signaux BODACC (donnees publiques) : a_fusionne, nb_modifications_capital, nb_transferts_siege, nb_changements_denomination.\nChamps marches publics (donnees publiques DECP) : nb_marches_titulaire, montant_marches_titulaire.\nChamps subventions (donnees publiques) : nb_subventions, montant_subventions_total.\nChamps brevets (donnees publiques INPI) : nb_brevets, nb_brevets_actifs.\nChamps salons (donnees publiques) : nb_participations_salons.\nChamps ESS/Mission (donnees publiques) : est_societe_mission, est_ess.\nChamps participation de fonds (PE/VC) : a_fonds, nom_fonds, siren_fonds, type_fonds, annee_entree_fonds, nb_fonds_actuels.\nChamps LEI & provenance (cotees) : a_lei, lei, source_esef, source_gleif.\nChamps compteurs structuraux : nb_dirigeants, nb_etablissements, nb_representants_actifs, nb_fonds_actuels, nb_instruments_financiers.\nChamps evenements BODACC additionnels : nb_evt_modif_admin.\nChamps fraicheur evenementielle : derniere_evt_date, dernier_depot_date, dernier_marche_date.\nChamps descriptif et web (donnees publiques, tous plans) : description_activite (descriptif d'activite ; alias description), objet_social, site_internet. Ce sont les deux colonnes d'une buyers list qu'il fallait auparavant aller chercher societe par societe. A noter : le descriptif est deja indexe dans la recherche plein texte, donc chercher un mot-cle metier dans query le cherche aussi dans le descriptif. Remplissage mesure au 12/09/2026 : description_activite sur 84,7 % des societes actives (mais ~4 sur 5 ne font que reprendre le libelle NAF), site_internet sur 3,2 % de l'ensemble et ~40 % des societes a CA > 8 M EUR.\nMapping filtre avance→include_fields : capitaux_propres_min→capitaux_propres, total_actif_min→total_actif, dette_nette_min→dette_nette, bfr_min→bfr, resultat_exploitation_min→resultat_exploitation, ratio_endettement_min→ratio_endettement, nb_cessions_min→nb_cessions, nb_marches_min→nb_marches_titulaire, nb_brevets_min→nb_brevets.\nSur le plan gratuit : seuls ca, resultat_net, effectif_moyen, croissance_ca, annee_financiere + les champs groupe + les champs BODACC/marches/subventions/brevets/salons/ESS sont disponibles. _user_plan dans la reponse indique le plan.\nEx: filtre dividendes_min → include_fields=\"dividendes_verses\""
      • removedOutput schema / properties / _credits_remaining
        Removed value: -{
        -  "type": "number"
        -}
    • Changedsearch_directors1 field changed
      • removedOutput schema / properties / _credits_remaining
        Removed value: -{
        -  "type": "number"
        -}
    • Changedsearch_events1 field changed
      • removedInput schema / properties / ville
        Removed value: -{
        -  "description": "Ville du siege (CSV possible). Ex: \"Marseille\". Le bon filtre pour un ressort de tribunal : plus etroit que departement.",
        -  "type": "string"
        -}

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to search and retrieve detailed profiles of 25 million French companies from the official government registry, including directors, activity codes, and establishment data, without requiring an API key.
    -
  • A
    license
    B
    quality
    F
    maintenance
    Enables interaction with the French business search API from data.gouv.fr, allowing users to search for French companies by text or geographical criteria and access essential business information.
    2
    11 npm
    19
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables querying French company registry data by name, SIREN, or SIRET, returning clean JSON with registry codes translated into plain French labels. Supports searching, full profiles, establishment listings, and decoding of NAF/legal form/workforce codes without requiring an API key.
    4
    13 npm
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources