When importing a feed, with JSON that was "pretty printed" user reported an error during import, unable to deserialize the json.
In debugging it is found that the getConfigurationProperties() field needs to be marked as @JsonIgnore as that doesnt have any getters/setters and causes an error during deserialization.