{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "IssueFields", "type": "object", "properties": { "summary": { "type": "string" }, "description": { "type": "string" }, "assignee": { "type": "string" }, "labels": { "type": "array" }, "components": { "type": "array" }, "fixVersions": { "type": "array" }, "versions": { "type": "array" }, "resolution": { "type": "string" }, "resolutiondate": { "type": "['string', 'null']" }, "created": { "type": "string" }, "updated": { "type": "string" }, "duedate": { "type": "['string', 'null']" }, "subtasks": { "type": "array" }, "parent": { "type": "string" }, "environment": { "type": "string" }, "attachment": { "type": "array" }, "issuelinks": { "type": "array" } } }