From a database/service perspective, often the fact that movies have talent is stored in the talent in table/service. But in the schema movie refers to talent. Is this accomplished by the talent domain developers modifying the movie domain's schema. Or can the talent domain developers state this fact in their own schema and it gets merged into the movie schema via some automation?