As a user who already has a Wikibase containing properties, when I enable federated properties I want to see responses from both my local and the remote repository at the same time in the wbformatentities API.
This would mean with one local and one remote entity ID as an input to wbformatentities, the response would contain entity data from each of these entities.
We would limit this to only using standard content languages.
BDD
Scenario: Federated Property
Given I have enabled federated properties in a Wikibase containing local properties
When I call wbformatentities with a federated property entity ID
Then I see the link to the federated property with a label
Scenario: Local Property
Given I have enabled federated properties in a Wikibase containing local properties
When I call wbformatentities with a local entity ID
Then I see the link to the local property with a label
Scenario: Local & Federated Property
Given I have enabled federated properties in a Wikibase containing local properties
When I call wbgetentities with a local entity ID AND a federated entity ID
Then I see links to both the local and the federated property with a label