addedInput schema / properties / color
Added value: +{
+ "description": "Project color",
+ "type": "string"
+}
addedInput schema / properties / icon
Added value: +{
+ "description": "Project icon",
+ "type": "string"
+}
addedInput schema / properties / leadId
Added value: +{
+ "description": "ID of the project lead",
+ "type": "string"
+}
addedInput schema / properties / memberIds
Added value: +{
+ "description": "IDs of users assigned as project members",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedInput schema / properties / sortOrder
Added value: +{
+ "description": "Project sort order",
+ "type": "number"
+}
addedInput schema / properties / startDate
Added value: +{
+ "description": "Project start date",
+ "type": "string"
+}
changedInput schema / properties / state / description
Previous value: -"Initial state of the project (e.g., 'planned', 'started', 'paused', 'completed', 'canceled')"New value: +"Initial project status by lifecycle type/name (e.g., 'planned', 'started') or project status UUID"
addedInput schema / properties / targetDate
Added value: +{
+ "description": "Project target date",
+ "type": "string"
+}
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "color": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "content": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "icon": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "type": "string"
+ },
+ "lead": {
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "microsoftTeamsChannelId": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": "string"
+ },
+ "slackChannelId": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "startDate": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "state": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "targetDate": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "teams": {
+ "items": {
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "trashed": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}