Map<String, dynamic> toJson() => {'path': path, 'identity': identity, if (type != null) 'type': type};