changedOutput schema / (root)
Previous value: -{
- "$defs": {
- "TimeEntrySummary": {
- "properties": {
- "activity": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Activity"
- },
- "comment": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Comment"
- },
- "created_at": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Created At"
- },
- "end_time": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "End Time"
- },
- "entity_id": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "Entity Id"
- },
- "entity_name": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Entity Name"
- },
- "entity_type": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Entity Type"
- },
- "hours": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Hours"
- },
- "id": {
- "title": "Id",
- "type": "integer"
- },
- "ongoing": {
- "title": "Ongoing",
- "type": "boolean"
- },
- "project": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Project"
- },
- "spent_on": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Spent On"
- },
- "start_time": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Start Time"
- },
- "updated_at": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Updated At"
- },
- "url": {
- "title": "Url",
- "type": "string"
- },
- "user": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "User"
- }
- },
- "required": [
- "id",
- "project",
- "entity_type",
- "entity_id",
- "entity_name",
- "user",
- "activity",
- "hours",
- "spent_on",
- "start_time",
- "end_time",
- "ongoing",
- "comment",
- "created_at",
- "updated_at",
- "url"
- ],
- "title": "TimeEntrySummary",
- "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/TimeEntrySummary"
- },
- "title": "Results",
- "type": "array"
- },
- "total": {
- "title": "Total",
- "type": "integer"
- },
- "truncated": {
- "title": "Truncated",
- "type": "boolean"
- }
- },
- "required": [
- "offset",
- "limit",
- "total",
- "count",
- "next_offset",
- "truncated",
- "results"
- ],
- "title": "TimeEntryListResult",
- "type": "object"
-}New value: +null