removedOutput schema / description
Removed value: -"Metadata fields carry search_decisions filter tokens: each field matches the filter of the same name (jurisdictionType → jurisdiction_type, legalDomain → legal_domain…) and its value passes back verbatim to filter."
removedOutput schema / properties / appellateFate / description
Removed value: -"Fate of THIS decision before the court that reviewed it, precomputed from caseChronology: 'INFIRMATION, Cour d'appel de Paris, 1 juillet 2025 (url)'. INFIRMATION = this decision was reversed and no longer stands; CONFIRMATION = upheld. Absent = no recourse known to the corpus, which never proves the decision is final."
removedOutput schema / properties / caseChronology / description
Removed value: -"Prior and subsequent decisions of the same case (appeal, pourvoi, renvoi), most recent first, current decision included. The fate of a judgment reads in the solution of the decision that reviewed it (INFIRMATION = reversed, CONFIRMATION = upheld). Absent chronology never proves no recourse exists."
removedOutput schema / properties / caseChronology / items / properties / linkToNext / description
Removed value: -"Link nature to the step below (the attacked decision): APPEL_DE | POURVOI_CONTRE | RENVOI_APRES_CASSATION."
removedOutput schema / properties / caseChronology / items / properties / url / description
Removed value: -"Absent when the corpus does not hold that step: it is named by the decision that attacks it, and cannot be opened."
removedOutput schema / properties / chamber
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Chamber that heard the case, as \"<court>|<chamber>\", reusable verbatim as the chamber filter."
-}
removedOutput schema / properties / commentaires / description
Removed value: -"Institutional commentary anchored on this document: court-written analyses served inline (`body`), plus outbound links (`url`) to the rapporteur public's conclusions and to related institutional documents (reports, opinions, press releases). Context, never the ruling itself. Quote the decision text, not a commentaire, as the court's words."
changedOutput schema / properties / commentaires / items / properties / access / anyOf
Previous value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "enum": [
+ "libre",
+ "abonnes"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / commentaires / items / properties / access / description
Removed value: -"libre | abonnes"
removedOutput schema / properties / commentaires / items / properties / kind / description
Removed value: -"analyse = official court-written abstract, full content in `body`. conclusions = the rapporteur public's conclusions, `url` only (copyright-protected, existence + official link). note = linked institutional document (report, avocat général's opinion, press release, doctrine note), `url` + `title` + `publisher`."
addedOutput schema / properties / commentaires / items / properties / kind / enum
Added value: +[
+ "analyse",
+ "conclusions",
+ "note"
+]
removedOutput schema / properties / commentaires / items / properties / renvois / description
Removed value: -"Doctrinal cross-references of the analyse (« Cf. CE, … »)."
removedOutput schema / properties / commentaires / items / properties / rubriques / description
Removed value: -"Official classification headings (analyse)."
removedOutput schema / properties / commentaires / items / properties / url / description
Removed value: -"External link, to hand to the user, not openable by an MCP tool."
removedOutput schema / properties / officialUrl / description
Removed value: -"The decision on its official publisher: legifrance.gouv.fr, courdecassation.fr, opendata.justice-administrative.fr, conseil-constitutionnel.fr, hudoc, eur-lex. Cite this when the deliverable requires the authoritative source; `url` is the LibreJustice page. Absent when the publisher exposes no per-decision permalink."
removedOutput schema / properties / publication / description
Removed value: -"Publication values carried, reusable verbatim as the publication filter."
addedOutput schema / properties / seat
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+}