changedOutput schema / properties / backlinks / description
Previous value: -"Pages whose bodies reference this page (the parent is excluded)"New value: +"Pages referencing this page (parent excluded)"
changedOutput schema / properties / backlinks / items / properties / databaseId / description
Previous value: -"databases.id, present for database entries (pass to query_database / get_database_schema)"New value: +"Present for databases — pass to query_database"
removedOutput schema / properties / backlinks / items / properties / id / description
Removed value: -"Item ID (pass to get_page, or query_database for databases)"
changedOutput schema / properties / backlinks / items / properties / linkKind / description
Previous value: -"How the reference was made: page_link (inline @-mention) | child_block (embedded/linked block)"New value: +"page_link | child_block"
removedOutput schema / properties / backlinks / items / properties / title / description
Removed value: -"Item title"
changedOutput schema / properties / children / description
Previous value: -"Items nested under this page in the sidebar tree"New value: +"Nested under this page"
changedOutput schema / properties / children / items / properties / databaseId / description
Previous value: -"databases.id, present for database entries (pass to query_database / get_database_schema)"New value: +"Present for databases — pass to query_database"
removedOutput schema / properties / children / items / properties / id / description
Removed value: -"Item ID (pass to get_page, or query_database for databases)"
changedOutput schema / properties / children / items / properties / linkKind / description
Previous value: -"How the reference was made: page_link (inline @-mention) | child_block (embedded/linked block)"New value: +"page_link | child_block"
removedOutput schema / properties / children / items / properties / title / description
Removed value: -"Item title"
changedOutput schema / properties / outgoingLinks / description
Previous value: -"Pages this page's body references (children already listed above are excluded)"New value: +"Pages this page's body references (children excluded)"
changedOutput schema / properties / outgoingLinks / items / properties / databaseId / description
Previous value: -"databases.id, present for database entries (pass to query_database / get_database_schema)"New value: +"Present for databases — pass to query_database"
removedOutput schema / properties / outgoingLinks / items / properties / id / description
Removed value: -"Item ID (pass to get_page, or query_database for databases)"
changedOutput schema / properties / outgoingLinks / items / properties / linkKind / description
Previous value: -"How the reference was made: page_link (inline @-mention) | child_block (embedded/linked block)"New value: +"page_link | child_block"
removedOutput schema / properties / outgoingLinks / items / properties / title / description
Removed value: -"Item title"
changedOutput schema / properties / page / description
Previous value: -"The page whose neighborhood this is"New value: +"The subject page"
removedOutput schema / properties / page / properties / id / description
Removed value: -"Subject page ID"
removedOutput schema / properties / page / properties / title / description
Removed value: -"Subject page title"
changedOutput schema / properties / parent / anyOf
Previous value: -[
- {
- "additionalProperties": {},
- "properties": {
- "databaseId": {
- "description": "databases.id, present for database entries (pass to query_database / get_database_schema)",
- "type": "string"
- },
- "id": {
- "description": "Item ID (pass to get_page, or query_database for databases)",
- "type": "string"
- },
- "linkKind": {
- "description": "How the reference was made: page_link (inline @-mention) | child_block (embedded/linked block)",
- "type": "string"
- },
- "title": {
- "description": "Item title",
- "type": "string"
- },
- "type": {
- "description": "page | database | database_row",
- "type": "string"
- }
- },
- "required": [
- "id",
- "title",
- "type"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": {},
+ "properties": {
+ "databaseId": {
+ "description": "Present for databases — pass to query_database",
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "linkKind": {
+ "description": "page_link | child_block",
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "type": {
+ "description": "page | database | database_row",
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "title",
+ "type"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / properties / parent / description
Previous value: -"Parent item (for a database row, the database it belongs to); null at workspace root"New value: +"Sidebar parent (for a row, its database); null at root"
changedOutput schema / properties / siblings / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "items": {
- "description": "First few sibling rows (up to 10)",
- "items": {
- "additionalProperties": false,
- "properties": {
- "id": {
- "description": "Sibling row ID",
- "type": "string"
- },
- "title": {
- "description": "Sibling row title",
- "type": "string"
- }
- },
- "required": [
- "id",
- "title"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "total": {
- "description": "Total number of other rows in the same database",
- "type": "number"
- }
- },
- "required": [
- "total",
- "items"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "items": {
+ "description": "Up to 10",
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "title"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "total",
+ "items"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / properties / siblings / description
Previous value: -"Same-database sibling rows — only for database_row subjects, null otherwise"New value: +"Same-database rows — database_row subjects only, null otherwise"