changedOutput schema / (root)
Previous value: -{
- "$defs": {
- "TimeEntryActivitySummary": {
- "properties": {
- "id": {
- "title": "Id",
- "type": "integer"
- },
- "is_default": {
- "title": "Is Default",
- "type": "boolean"
- },
- "name": {
- "title": "Name",
- "type": "string"
- },
- "position": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "Position"
- },
- "projects": {
- "items": {
- "type": "string"
- },
- "title": "Projects",
- "type": "array"
- },
- "url": {
- "title": "Url",
- "type": "string"
- }
- },
- "required": [
- "id",
- "name",
- "position",
- "is_default",
- "projects",
- "url"
- ],
- "title": "TimeEntryActivitySummary",
- "type": "object"
- }
- },
- "properties": {
- "count": {
- "title": "Count",
- "type": "integer"
- },
- "results": {
- "items": {
- "$ref": "#/$defs/TimeEntryActivitySummary"
- },
- "title": "Results",
- "type": "array"
- }
- },
- "required": [
- "count",
- "results"
- ],
- "title": "TimeEntryActivityListResult",
- "type": "object"
-}New value: +null