{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "#Issue",
    "description": "An issue as used by GitHub, Jira, or other project trackers.",
    "type": "object",
    "allOf": [
        {
            "$ref": "#Entity"
        },
        {
            "properties": {},
            "required": []
        }
    ]
}
