Unions and @Schemas

Hello,

I'm still working on my @addToAlbum schema implementation, and I'm exploring how multiple entities could be "destinations" to the intent.

I considered using a @UnionValue for this, but I'm running into compiler difficulties trying to get a @UnionValue to conform to @AppEntity(schema: .photos.album)

Am I out of luck on a Unionized "target" for the add-to-album intent?

Unions and @Schemas
 
 
Q