changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "records": {
+ "description": "Candidates, most actionable first.",
+ "items": {
+ "additionalProperties": true,
+ "description": "A ranked candidate, carrying `reason` — why the ranking surfaced it.",
+ "properties": {
+ "bodyBytes": {
+ "description": "Size in bytes of the body this projection left out.",
+ "type": "integer"
+ },
+ "created": {
+ "description": "Creation date, YYYY-MM-DD.",
+ "type": "string"
+ },
+ "id": {
+ "description": "Stable record ID: T-0042, DOC-0003, CHG-0101, ADR-0009.",
+ "type": "string"
+ },
+ "incomingTotal": {
+ "description": "How many other records link to this one.",
+ "type": "integer"
+ },
+ "kind": {
+ "description": "Record family: card, doc, change, release or memory.",
+ "type": "string"
+ },
+ "path": {
+ "description": "Repository-relative path to the Markdown file.",
+ "type": "string"
+ },
+ "recordType": {
+ "description": "Type within the family — a card's type, a document's kind, a memory record's collection.",
+ "type": "string"
+ },
+ "status": {
+ "description": "Lifecycle status, in the vocabulary of this record's family.",
+ "type": "string"
+ },
+ "title": {
+ "description": "Human-readable title.",
+ "type": "string"
+ },
+ "updated": {
+ "description": "Date of the last write, YYYY-MM-DD.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total": {
+ "description": "Actionable cards found before limit was applied.",
+ "type": "integer"
+ }
+ },
+ "required": [
+ "records",
+ "total"
+ ],
+ "type": "object"
+}