factory GetDiscoveredSchemaResponse.fromJson(Map<String, dynamic> json) { return GetDiscoveredSchemaResponse( content: json['Content'] as String?, ); }