{
    "title": "list_api_keys request v1",
    "description": "",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "id": "https://api.nextpertise.nl/schemas/user/list_api_keys_request_v1.json",
    "type": "object",
    "properties": {
        "username": {
            "type": "string"
        }
    },
    "additionalProperties": false
}