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