You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
Some operations have certain requirements of the entity they are being executed on in order to succeed.
For example, a service managing email may expose a Send operation on a EmailDraft, but sending the email may require at least one of To:, CC:, or BCC: have a value set. We would like the ability to express these requirements as their own annotation (distinct from Description).
The text was updated successfully, but these errors were encountered:
Some operations have certain requirements of the entity they are being executed on in order to succeed.
For example, a service managing email may expose a Send operation on a EmailDraft, but sending the email may require at least one of To:, CC:, or BCC: have a value set. We would like the ability to express these requirements as their own annotation (distinct from Description).
The text was updated successfully, but these errors were encountered: