changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "fragments": {
+ "description": "Fragments this preview covered.",
+ "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"
+ },
+ "groups": {
+ "description": "Entries bucketed by change type, in render order.",
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "markdown": {
+ "description": "The release notes as they would be written.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "markdown"
+ ],
+ "type": "object"
+}