{
    "title": " Upload reply v1",
    "description": "Upload attachment",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "id": "https://api.nextpertise.nl/schemas/attachments/upload_reply_v1.json",
    "type": "object",
    "properties": {
        "attachment_uuid": {
            "type": "string"
        }
    },
    "additionalProperties": false,
    "required": [
        "attachment_uuid"
    ]
}