changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "board_kind": {
+ "description": "Kind of board",
+ "type": "string"
+ },
+ "columns": {
+ "description": "Board columns",
+ "items": {
+ "properties": {
+ "id": {
+ "description": "Column ID",
+ "type": "string"
+ },
+ "title": {
+ "description": "Column title",
+ "type": "string"
+ },
+ "type": {
+ "description": "Column type",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "groups": {
+ "description": "Board groups",
+ "items": {
+ "properties": {
+ "color": {
+ "description": "Group color",
+ "type": "string"
+ },
+ "id": {
+ "description": "Group ID",
+ "type": "string"
+ },
+ "title": {
+ "description": "Group title",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "id": {
+ "description": "Board ID",
+ "type": "string"
+ },
+ "items_count": {
+ "description": "Number of items in board",
+ "type": "number"
+ },
+ "name": {
+ "description": "Board name",
+ "type": "string"
+ },
+ "state": {
+ "description": "Board state",
+ "type": "string"
+ },
+ "updated_at": {
+ "description": "Last update timestamp",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}