{
    "type": "object",
    "additionalProperties": {
        "$ref": "#/definitions/a-ref"
    },
    "definitions": {
        "a-ref": {
            "type": "string"
        }
    }
}
