changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "archived": {
+ "description": "Whether page is archived",
+ "type": "boolean"
+ },
+ "created_by": {
+ "description": "Creator user object",
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "object": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "created_time": {
+ "description": "ISO 8601 creation timestamp",
+ "type": "string"
+ },
+ "id": {
+ "description": "Page ID",
+ "type": "string"
+ },
+ "last_edited_by": {
+ "description": "Last editor user object",
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "object": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "last_edited_time": {
+ "description": "ISO 8601 last edit timestamp",
+ "type": "string"
+ },
+ "object": {
+ "description": "Object type ('page')",
+ "type": "string"
+ },
+ "parent": {
+ "description": "Parent object reference",
+ "properties": {
+ "database_id": {
+ "type": "string"
+ },
+ "page_id": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "properties": {
+ "description": "Page properties and field values",
+ "type": "object"
+ },
+ "url": {
+ "description": "Notion web URL for the page",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}