List<String> get edits { return (_json['edits'] as List).cast<String>(); }
set edits(List<String> value) { _json['edits'] = value; }