changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "consumedFragments": {
+ "description": "Fragments that moved into the release directory and no longer exist as unreleased records.",
+ "items": {
+ "additionalProperties": true,
+ "description": "A record in list projection: identity and frontmatter without the Markdown body.",
+ "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"
+ },
+ "record": {
+ "additionalProperties": true,
+ "description": "The release record that was created.",
+ "properties": {
+ "archived": {
+ "description": "Whether the record lives in the archive directory.",
+ "type": "boolean"
+ },
+ "body": {
+ "description": "Markdown body below the frontmatter.",
+ "type": "string"
+ },
+ "created": {
+ "description": "Creation date, YYYY-MM-DD.",
+ "type": "string"
+ },
+ "file": {
+ "description": "File name within the collection directory.",
+ "type": "string"
+ },
+ "id": {
+ "description": "Stable record ID.",
+ "type": "string"
+ },
+ "incoming": {
+ "description": "Backlinks: references other records make to this one.",
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "incomingTotal": {
+ "description": "Total backlinks, which may exceed the returned page.",
+ "type": "integer"
+ },
+ "issues": {
+ "description": "Validation findings doctor would report for this record.",
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "kind": {
+ "description": "Record family: card, doc, change, release or memory.",
+ "type": "string"
+ },
+ "outgoing": {
+ "description": "References this record makes to others.",
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "path": {
+ "description": "Repository-relative path to the Markdown file.",
+ "type": "string"
+ },
+ "recordType": {
+ "description": "Type within the family.",
+ "type": "string"
+ },
+ "revision": {
+ "description": "Content hash to pass back as expectedRevision on the next write.",
+ "type": "string"
+ },
+ "status": {
+ "description": "Lifecycle status.",
+ "type": "string"
+ },
+ "tags": {
+ "description": "Free-form tags.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "title": {
+ "description": "Human-readable title.",
+ "type": "string"
+ },
+ "updated": {
+ "description": "Date of the last write, YYYY-MM-DD.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "required": [
+ "record",
+ "consumedFragments"
+ ],
+ "type": "object"
+}