changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Number of items returned.",
+ "type": "integer"
+ },
+ "items": {
+ "description": "List of all accessible Jira projects",
+ "items": {
+ "properties": {
+ "avatarUrls": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "description": "Avatar URLs at various sizes",
+ "type": "object"
+ },
+ "description": {
+ "description": "Project description",
+ "type": "string"
+ },
+ "expand": {
+ "description": "Expansion hints",
+ "type": "string"
+ },
+ "id": {
+ "description": "Project ID",
+ "type": "string"
+ },
+ "isPrivate": {
+ "description": "Whether project is private",
+ "type": "boolean"
+ },
+ "key": {
+ "description": "Project key",
+ "type": "string"
+ },
+ "leadUserName": {
+ "description": "Lead user name",
+ "type": "string"
+ },
+ "name": {
+ "description": "Project name",
+ "type": "string"
+ },
+ "projectCategory": {
+ "additionalProperties": true,
+ "description": "Project category details",
+ "type": "object"
+ },
+ "projectTypeKey": {
+ "description": "Type of project (e.g., software, business)",
+ "type": "string"
+ },
+ "self": {
+ "description": "API URL for project",
+ "type": "string"
+ },
+ "simplified": {
+ "description": "Whether project is simplified",
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "items",
+ "count"
+ ],
+ "type": "object"
+}