{
    "title": "Create ticket request v1",
    "description": "Creates a single ticket with opening comment.",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "id": "http://localdev/schemas/support/create_ticket_reply_v1.json",
    "type": "object",
    "properties": {
        "id": {
            "description": "The ID of the newly created ticket.",
            "type": "integer"
        }
    },
    "additionalProperties": false,
    "required": [
        "id"
    ]
}