changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "data": {
+ "properties": {
+ "attributes": {
+ "properties": {
+ "allowedTypes": {
+ "items": {
+ "example": "optionId",
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "calculationType": {
+ "enum": [
+ "timeBased",
+ "customFieldBased"
+ ],
+ "example": "timeBased",
+ "type": "string"
+ },
+ "capacity": {
+ "type": "number"
+ },
+ "color": {
+ "example": "Color",
+ "type": "string"
+ },
+ "created": {
+ "example": "1970-01-01T00:00:00Z",
+ "format": "date-time",
+ "type": "string"
+ },
+ "defaultEstimate": {
+ "type": "number"
+ },
+ "description": {
+ "properties": {
+ "type": {
+ "enum": [
+ "text/plain"
+ ],
+ "type": "string"
+ },
+ "value": {
+ "example": "My text value",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "dueDate": {
+ "example": "1970-01-01",
+ "format": "date",
+ "type": "string"
+ },
+ "estimationField": {
+ "example": "Estimation Field",
+ "type": "string"
+ },
+ "finishedOn": {
+ "example": "1970-01-01T00:00:00Z",
+ "format": "date-time",
+ "type": "string"
+ },
+ "homePageContent": {
+ "properties": {
+ "type": {
+ "enum": [
+ "text/html",
+ "text/plain"
+ ],
+ "type": "string"
+ },
+ "value": {
+ "example": "My text value",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "id": {
+ "example": "ID",
+ "type": "string"
+ },
+ "isTemplate": {
+ "type": "boolean"
+ },
+ "name": {
+ "example": "Name",
+ "type": "string"
+ },
+ "previousTimeSpent": {
+ "example": "5 1/2d",
+ "type": "string"
+ },
+ "prioritizationField": {
+ "example": "Prioritization Field",
+ "type": "string"
+ },
+ "sortOrder": {
+ "example": 0,
+ "format": "int32",
+ "type": "integer"
+ },
+ "startDate": {
+ "example": "1970-01-01",
+ "format": "date",
+ "type": "string"
+ },
+ "startedOn": {
+ "example": "1970-01-01T00:00:00Z",
+ "format": "date-time",
+ "type": "string"
+ },
+ "status": {
+ "type": "string"
+ },
+ "updated": {
+ "example": "1970-01-01T00:00:00Z",
+ "format": "date-time",
+ "type": "string"
+ },
+ "useReportFromTemplate": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ },
+ "id": {
+ "example": "MyProjectId/MyPlanId",
+ "type": "string"
+ },
+ "links": {
+ "properties": {
+ "portal": {
+ "example": "server-host-name/application-path/polarion/redirect/project/MyProjectId/plan?id=MyPlanId&revision=1234",
+ "type": "string"
+ },
+ "self": {
+ "example": "server-host-name/application-path/projects/MyProjectId/plans/MyPlanId?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": {
+ "author": {
+ "properties": {
+ "data": {
+ "properties": {
+ "id": {
+ "example": "MyUserId",
+ "type": "string"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "users"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "parent": {
+ "properties": {
+ "data": {
+ "properties": {
+ "id": {
+ "example": "MyProjectId/MyPlanId",
+ "type": "string"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "plans"
+ ],
+ "type": "string"
+ }
+ },
+ "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"
+ },
+ "projectSpan": {
+ "properties": {
+ "data": {
+ "items": {
+ "properties": {
+ "id": {
+ "example": "MyProjectId",
+ "type": "string"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "projects"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "meta": {
+ "properties": {
+ "totalCount": {
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "template": {
+ "properties": {
+ "data": {
+ "properties": {
+ "id": {
+ "example": "MyProjectId/MyPlanId",
+ "type": "string"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "plans"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "workItems": {
+ "properties": {
+ "data": {
+ "items": {
+ "properties": {
+ "id": {
+ "example": "MyProjectId/MyWorkItemId",
+ "type": "string"
+ },
+ "revision": {
+ "example": "1234",
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "workitems"
+ ],
+ "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": [
+ "plans"
+ ],
+ "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/plans/MyPlanId?revision=1234",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}