changedOutput schema / (root)
Previous value: -{
- "$defs": {
- "BoardSummary": {
- "properties": {
- "can_delete": {
- "title": "Can Delete",
- "type": "boolean"
- },
- "can_update": {
- "title": "Can Update",
- "type": "boolean"
- },
- "filter_count": {
- "title": "Filter Count",
- "type": "integer"
- },
- "hidden": {
- "title": "Hidden",
- "type": "boolean"
- },
- "id": {
- "title": "Id",
- "type": "integer"
- },
- "include_subprojects": {
- "title": "Include Subprojects",
- "type": "boolean"
- },
- "name": {
- "title": "Name",
- "type": "string"
- },
- "project": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Project"
- },
- "project_id": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "Project Id"
- },
- "public": {
- "title": "Public",
- "type": "boolean"
- },
- "show_hierarchies": {
- "title": "Show Hierarchies",
- "type": "boolean"
- },
- "starred": {
- "title": "Starred",
- "type": "boolean"
- },
- "timeline_visible": {
- "title": "Timeline Visible",
- "type": "boolean"
- },
- "url": {
- "title": "Url",
- "type": "string"
- }
- },
- "required": [
- "id",
- "name",
- "project_id",
- "project",
- "public",
- "hidden",
- "starred",
- "include_subprojects",
- "show_hierarchies",
- "timeline_visible",
- "filter_count",
- "can_update",
- "can_delete",
- "url"
- ],
- "title": "BoardSummary",
- "type": "object"
- }
- },
- "properties": {
- "count": {
- "title": "Count",
- "type": "integer"
- },
- "limit": {
- "title": "Limit",
- "type": "integer"
- },
- "next_offset": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "Next Offset"
- },
- "offset": {
- "title": "Offset",
- "type": "integer"
- },
- "results": {
- "items": {
- "$ref": "#/$defs/BoardSummary"
- },
- "title": "Results",
- "type": "array"
- },
- "total": {
- "title": "Total",
- "type": "integer"
- },
- "truncated": {
- "title": "Truncated",
- "type": "boolean"
- }
- },
- "required": [
- "offset",
- "limit",
- "total",
- "count",
- "next_offset",
- "truncated",
- "results"
- ],
- "title": "BoardListResult",
- "type": "object"
-}New value: +null