Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify how entities returned by $compute are explicitly included in the response #2059

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ralfhandl
Copy link
Contributor

Fixes #2047

result and MUST be included if `$select` is specified with the computed
property name, or star (`*`).
Computed properties SHOULD be included as dynamic properties in the result.
Computed properties whose value is a stream, an entity, or a collection of entities MUST be included if `$expand` is specified with the computed property name or star (`*`).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$expand=* does not expand stream properties, they must be explicitly named.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we fix that? I think $expamd=* predates $expand=stream and was forgotten to update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Specify how entities returned by $compute are explicitly included in the response
2 participants