changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "archived": {
+ "description": "Whether database 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"
+ },
+ "description": {
+ "description": "Database description content blocks",
+ "type": "array"
+ },
+ "id": {
+ "description": "Database 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 ('database')",
+ "type": "string"
+ },
+ "parent": {
+ "description": "Parent object reference",
+ "type": "object"
+ },
+ "properties": {
+ "description": "Database properties and their configurations",
+ "type": "object"
+ },
+ "title": {
+ "description": "Database title content blocks",
+ "items": {
+ "properties": {
+ "text": {
+ "properties": {
+ "content": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "url": {
+ "description": "Notion web URL for the database",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}