Map<String, dynamic> toJson() => { 'reference': reference, 'content': content, 'action': action.toString().split('.').last, 'schema': schema, };