changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "properties": {
+ "attributes": {
+ "properties": {
+ "created": {
+ "example": "1970-01-01T00:00:00Z",
+ "format": "date-time",
+ "type": "string"
+ },
+ "description": {
+ "properties": {
+ "type": {
+ "enum": [
+ "text/html",
+ "text/plain"
+ ],
+ "type": "string"
+ },
+ "value": {
+ "example": "My text value",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "dueDate": {
+ "example": "1970-01-01",
+ "format": "date",
+ "type": "string"
+ },
+ "hyperlinks": {
+ "items": {
+ "properties": {
+ "role": {
+ "example": "ref_ext",
+ "type": "string"
+ },
+ "title": {
+ "example": "Title",
+ "type": "string"
+ },
+ "uri": {
+ "example": "https://polarion.plm.automation.siemens.com",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "id": {
+ "example": "MyWorkItemId",
+ "type": "string"
+ },
+ "initialEstimate": {
+ "example": "5 1/2d",
+ "type": "string"
+ },
+ "outlineNumber": {
+ "example": "1.11",
+ "type": "string"
+ },
+ "plannedEnd": {
+ "example": "1970-01-01T00:00:00Z",
+ "format": "date-time",
+ "type": "string"
+ },
+ "plannedStart": {
+ "example": "1970-01-01T00:00:00Z",
+ "format": "date-time",
+ "type": "string"
+ },
+ "priority": {
+ "example": "90.0",
+ "type": "string"
+ },
+ "remainingEstimate": {
+ "example": "5 1/2d",
+ "type": "string"
+ },
+ "resolution": {
+ "example": "done",
+ "type": "string"
+ },
+ "resolvedOn": {
+ "example": "1970-01-01T00:00:00Z",
+ "format": "date-time",
+ "type": "string"
+ },
+ "severity": {
+ "example": "blocker",
+ "type": "string"
+ },
+ "status": {
+ "example": "open",
+ "type": "string"
+ },
+ "timeSpent": {
+ "example": "5 1/2d",
+ "type": "string"
+ },
+ "title": {
+ "example": "Title",
+ "type": "string"
+ },
+ "type": {
+ "example": "task",
+ "type": "string"
+ },
+ "updated": {
+ "example": "1970-01-01T00:00:00Z",
+ "format": "date-time",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "id": {
+ "example": "MyProjectId/MyWorkItemId",
+ "type": "string"
+ },
+ "links": {
+ "properties": {
+ "portal": {
+ "example": "server-host-name/application-path/polarion/redirect/project/MyProjectId/workitem?id=MyWorkItemId&revision=1234",
+ "type": "string"
+ },
+ "self": {
+ "example": "server-host-name/application-path/projects/MyProjectId/workitems/MyWorkItemId?revision=1234",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "meta": {
+ "properties": {
+ "errors": {
+ "items": {
+ "properties": {
+ "detail": {
+ "description": "Human-readable explanation specific to this occurrence of the problem.",
+ "example": "Unexpected token, BEGIN_ARRAY expected, but was : BEGIN_OBJECT (at $.data)",
+ "type": "string"
+ },
+ "source": {
+ "properties": {
+ "parameter": {
+ "description": "String indicating which URI query parameter caused the error.",
+ "example": "revision",
+ "type": "string"
+ },
+ "pointer": {
+ "description": "JSON Pointer to the associated entity in the request document.",
+ "example": "$.data",
+ "type": "string"
+ },
+ "resource": {
+ "description": "Resource causing the error.",
+ "properties": {
+ "id": {
+ "example": "MyProjectId/id",
+ "type": "string"
+ },
+ "type": {
+ "example": "type",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "status": {
+ "description": "HTTP status code applicable to this problem.",
+ "example": "400",
+ "type": "string"
+ },
+ "title": {
+ "description": "Short, human-readable summary of the problem.",
+ "example": "Bad Request",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "relationships": {
+ "properties": {
+ "approvals": {
+ "properties": {
+ "data": {
+ "items": {
+ "properties": {
+ "id": {
+ "example": "MyProjectId/MyWorkItemId/MyUserId",
+ "type": "string"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "workitem_approvals"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "meta": {
+ "properties": {
+ "totalCount": {
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "assignee": {
+ "properties": {
+ "data": {
+ "items": {
+ "properties": {
+ "id": {
+ "example": "MyUserId",
+ "type": "string"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "users"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "meta": {
+ "properties": {
+ "totalCount": {
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "attachments": {
+ "properties": {
+ "data": {
+ "items": {
+ "properties": {
+ "id": {
+ "example": "MyProjectId/MyWorkItemId/MyAttachmentId",
+ "type": "string"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "workitem_attachments"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "links": {
+ "properties": {
+ "related": {
+ "example": "server-host-name/application-path/projects/MyProjectId/workitems/MyWorkItemId/attachments?revision=1234",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "meta": {
+ "properties": {
+ "totalCount": {
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "author": {
+ "properties": {
+ "data": {
+ "properties": {
+ "id": {
+ "example": "MyUserId",
+ "type": "string"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "users"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "backlinkedWorkItems": {
+ "properties": {
+ "data": {
+ "items": {
+ "properties": {
+ "id": {
+ "example": "MyProjectId/MyWorkItemId/parent/MyProjectId/MyLinkedWorkItemId",
+ "type": "string"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "linkedworkitems"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "meta": {
+ "properties": {
+ "totalCount": {
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "categories": {
+ "properties": {
+ "data": {
+ "items": {
+ "properties": {
+ "id": {
+ "example": "MyProjectId/MyCategoryId",
+ "type": "string"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "categories"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "meta": {
+ "properties": {
+ "totalCount": {
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "comments": {
+ "properties": {
+ "data": {
+ "items": {
+ "properties": {
+ "id": {
+ "example": "MyProjectId/MyWorkItemId/MyCommentId",
+ "type": "string"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "workitem_comments"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "links": {
+ "properties": {
+ "related": {
+ "example": "server-host-name/application-path/projects/MyProjectId/workitems/MyWorkItemId/comments?revision=1234",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "meta": {
+ "properties": {
+ "totalCount": {
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "externallyLinkedWorkItems": {
+ "properties": {
+ "data": {
+ "items": {
+ "properties": {
+ "id": {
+ "example": "MyProjectId/MyWorkItemId/parent/hostname/MyProjectId/MyLinkedWorkItemId",
+ "type": "string"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "externallylinkedworkitems"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "meta": {
+ "properties": {
+ "totalCount": {
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "linkedOslcResources": {
+ "properties": {
+ "data": {
+ "items": {
+ "properties": {
+ "id": {
+ "example": "MyProjectId/MyWorkItemId/http://server-host-name/ns/cm#relatedChangeRequest/http://server-host-name/application-path/oslc/services/projects/MyProjectId/workitems/MyWorkItemId",
+ "type": "string"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "linkedoslcresources"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "meta": {
+ "properties": {
+ "totalCount": {
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "linkedRevisions": {
+ "properties": {
+ "data": {
+ "items": {
+ "properties": {
+ "id": {
+ "example": "default/1234",
+ "type": "string"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "revisions"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "meta": {
+ "properties": {
+ "totalCount": {
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "linkedWorkItems": {
+ "properties": {
+ "data": {
+ "items": {
+ "properties": {
+ "id": {
+ "example": "MyProjectId/MyWorkItemId/parent/MyProjectId/MyLinkedWorkItemId",
+ "type": "string"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "linkedworkitems"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "links": {
+ "properties": {
+ "related": {
+ "example": "server-host-name/application-path/projects/MyProjectId/workitems/MyWorkItemId/linkedworkitems?revision=1234",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "meta": {
+ "properties": {
+ "totalCount": {
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "module": {
+ "properties": {
+ "data": {
+ "properties": {
+ "id": {
+ "example": "MyProjectId/MySpaceId/MyDocumentId",
+ "type": "string"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "documents"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "plannedIn": {
+ "properties": {
+ "data": {
+ "items": {
+ "properties": {
+ "id": {
+ "example": "MyProjectId/MyPlanId",
+ "type": "string"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "plans"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "meta": {
+ "properties": {
+ "totalCount": {
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "project": {
+ "properties": {
+ "data": {
+ "properties": {
+ "id": {
+ "example": "MyProjectId",
+ "type": "string"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "projects"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "testSteps": {
+ "properties": {
+ "data": {
+ "items": {
+ "properties": {
+ "id": {
+ "example": "MyProjectId/MyWorkItemId/MyTestStepIndex",
+ "type": "string"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "teststeps"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "meta": {
+ "properties": {
+ "totalCount": {
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "votes": {
+ "properties": {
+ "data": {
+ "items": {
+ "properties": {
+ "id": {
+ "example": "MyUserId",
+ "type": "string"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "users"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "meta": {
+ "properties": {
+ "totalCount": {
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "watches": {
+ "properties": {
+ "data": {
+ "items": {
+ "properties": {
+ "id": {
+ "example": "MyUserId",
+ "type": "string"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "users"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "meta": {
+ "properties": {
+ "totalCount": {
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "workRecords": {
+ "properties": {
+ "data": {
+ "items": {
+ "properties": {
+ "id": {
+ "example": "MyProjectId/MyWorkItemId/MyWorkRecordId",
+ "type": "string"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "workrecords"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "meta": {
+ "properties": {
+ "totalCount": {
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "workitems"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "included": {
+ "description": "Related entities might be returned, see <a href=\"https://docs.sw.siemens.com/en-US/doc/230235217/PL20250606201928474.polarion_help_sc.xid2134849/xid2134871\" target=\"_blank\">REST API User Guide</a>.",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "links": {
+ "properties": {
+ "self": {
+ "example": "server-host-name/application-path/projects/MyProjectId/workitems/MyWorkItemId?revision=1234",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}