As a developer of a system using summary validation data,
I want to only transfer summary data
so that I can maximise the performance of my application.
In IATI/ckanext-iati#417 we're discussing using the Validator API to provide information for a summary view of publishers. For this, we only need the summary element but as far as I can see I have to return the entire response, which can be lengthy; in that example 40kB across 2000+ lines, but potentially much more, and this really adds up across many responses.