embedImagesViewDescriptor top-level property
Implementation
final embedImagesViewDescriptor = XRPCObjectDescriptor<EmbedImagesView>(
nsid: 'app.bsky.embed.images',
defName: 'view',
fromJson: (json) =>
const EmbedImagesViewConverter().fromJson(json.cast<String, dynamic>()),
toJson: const EmbedImagesViewConverter().toJson,
matches: EmbedImagesView.validate,
);