Map<String, dynamic> toJson() => { 'name': name, 'put': put, 'delete': delete, 'clear': clear, ...?schema?._toJson(this), };