{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "issue_change", "type": "object", "description": "An issue change.", "properties": { "type": { "type": "string" }, "links": { "type": "object" }, "name": { "type": "string" }, "created_on": { "type": "string" }, "changes": { "type": "object" }, "message": { "type": "object" } } }