{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Transitions", "type": "object", "description": "Available transitions for an issue.", "properties": { "expand": { "type": "string" }, "transitions": { "type": "array" } } }