changedInput schema / properties / items / items / properties / ops / items / description
Previous value: -"A single block-level mutation. See describe_mnemon_types.blockOps."New value: +"A single body mutation, keyed by node id. See describe_mnemon_types.blockOps."
changedInput schema / properties / items / items / properties / ops / items / properties / afterBlockId / description
Previous value: -"Required for insertAfter."New value: +"Required for insertAfter: the body node id the new content follows."
removedInput schema / properties / items / items / properties / ops / items / properties / assetId
Removed value: -{
- "type": "string"
-}
changedInput schema / properties / items / items / properties / ops / items / properties / blockId / description
Previous value: -"Required for replace and remove."New value: +"Required for replace and remove: a body node id from get_mnemon."
removedInput schema / properties / items / items / properties / ops / items / properties / blockType
Removed value: -{
- "description": "Required for append, insertAfter, replace.",
- "enum": [
- "paragraph",
- "heading1",
- "heading2",
- "bullet_list",
- "numbered_list",
- "todo",
- "quote",
- "code",
- "callout",
- "divider",
- "image"
- ],
- "type": "string"
-}
removedInput schema / properties / items / items / properties / ops / items / properties / caption
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / items / items / properties / ops / items / properties / checked
Removed value: -{
- "type": "boolean"
-}
removedInput schema / properties / items / items / properties / ops / items / properties / data
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / items / items / properties / ops / items / properties / filename
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / items / items / properties / ops / items / properties / language
Removed value: -{
- "type": "string"
-}
addedInput schema / properties / items / items / properties / ops / items / properties / markdown
Added value: +{
+ "description": "Markdown content for append / insertAfter / replace. May produce several body nodes. Mentions: @[label](mnemon:<entryId>); images: .",
+ "type": "string"
+}
removedInput schema / properties / items / items / properties / ops / items / properties / mimeType
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / items / items / properties / ops / items / properties / text
Removed value: -{
- "description": "HTML text for text-type blocks.",
- "type": "string"
-}