changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "avatarUrls": {
+ "description": "Project avatar URLs",
+ "type": "object"
+ },
+ "components": {
+ "description": "Project components",
+ "type": "array"
+ },
+ "description": {
+ "description": "Project description",
+ "type": "string"
+ },
+ "error": {
+ "description": "Error code if connection failed",
+ "type": "string"
+ },
+ "expand": {
+ "description": "Expansion options applied",
+ "type": "string"
+ },
+ "favourite": {
+ "description": "Whether user has marked as favorite",
+ "type": "boolean"
+ },
+ "id": {
+ "description": "Project ID",
+ "type": "string"
+ },
+ "isPrivate": {
+ "description": "Whether project is private",
+ "type": "boolean"
+ },
+ "issueTypes": {
+ "description": "Available issue types in project",
+ "type": "array"
+ },
+ "key": {
+ "description": "Project key",
+ "type": "string"
+ },
+ "lead": {
+ "description": "Project lead user details",
+ "type": "object"
+ },
+ "message": {
+ "description": "Error message if connection failed",
+ "type": "string"
+ },
+ "name": {
+ "description": "Project name",
+ "type": "string"
+ },
+ "projectTypeKey": {
+ "description": "Project type (software, service_desk, business)",
+ "type": "string"
+ },
+ "self": {
+ "description": "API URL for this project",
+ "type": "string"
+ },
+ "simplified": {
+ "description": "Whether project uses simplified workflow",
+ "type": "boolean"
+ },
+ "style": {
+ "description": "Project style",
+ "type": "string"
+ },
+ "url": {
+ "description": "Project URL",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}