changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "items": {
+ "description": "Search results",
+ "items": {
+ "properties": {
+ "board": {
+ "description": "Board information",
+ "properties": {
+ "id": {
+ "description": "Board ID",
+ "type": "string"
+ },
+ "name": {
+ "description": "Board name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "column_values": {
+ "description": "Column values for the item",
+ "items": {
+ "properties": {
+ "id": {
+ "description": "Column ID",
+ "type": "string"
+ },
+ "text": {
+ "description": "Column value text",
+ "type": "string"
+ },
+ "type": {
+ "description": "Column type",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "created_at": {
+ "description": "Item creation timestamp",
+ "type": "string"
+ },
+ "group": {
+ "description": "Item group",
+ "properties": {
+ "id": {
+ "description": "Group ID",
+ "type": "string"
+ },
+ "title": {
+ "description": "Group title",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "id": {
+ "description": "Item ID",
+ "type": "string"
+ },
+ "name": {
+ "description": "Item name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "items"
+ ],
+ "type": "object"
+}