changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "notes": {
+ "description": "Array containing the requested note and optional details",
+ "items": {
+ "properties": {
+ "content": {
+ "description": "Note content fields",
+ "type": "object"
+ },
+ "edges": {
+ "description": "Related edges if details include 'edges'",
+ "type": "array"
+ },
+ "forum": {
+ "description": "Forum (paper) id if applicable",
+ "type": "string"
+ },
+ "id": {
+ "description": "Note identifier",
+ "type": "string"
+ },
+ "original": {
+ "description": "Original note if details include 'original'",
+ "type": "object"
+ },
+ "replies": {
+ "description": "Child notes if details include 'replies'",
+ "type": "array"
+ },
+ "replyto": {
+ "description": "Parent note id if this is a reply",
+ "type": "string"
+ },
+ "revisions": {
+ "description": "Prior versions if details include 'revisions'",
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}