-
Notifications
You must be signed in to change notification settings - Fork 132
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
247 appd use of interop #731
Conversation
✅ Deploy Preview for lambent-kulfi-cf51a7 ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
After a couple of false starts, this now has a preview at: https://deploy-preview-731--lambent-kulfi-cf51a7.netlify.app/schemas/next/app-directory#tag/Application/paths/~1v2~1apps~1{appId}/get I'll add an example that uses it before release (not FDC3Workbench as its use is dynamic making it a poor example for these fields). @nkolba do you prefer this to the previous version (with an |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This all looks fine, just not sure about the capitalization of 'application'
RaiseIntent: | ||
type: object | ||
description: >- | ||
Optional metadata that describes which Intents are raised by the application and context types they are |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is mixed capitalization of 'application' in these descriptions, I'm not sure which we want to go with.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed. Lowercase in content, uppercase in Application Directory
Latest preview with examples: https://deploy-preview-731--lambent-kulfi-cf51a7.netlify.app/schemas/next/app-directory#tag/Application/ @nkolba |
I've had a request to rename The original intention was to reinforce the non-binding aspects of this metadata (although the intent listening metadata is binding, the rest is not directly used by the desktop agent). Hence, if there are no objections, I'll update the PR with this small change. |
Approved via email vote: Minor change to the name of the element to be applied ( |
resolves #247
Adds a set of fields to AppD application records to describe an app's use of FDC3 and enable search for apps that 'interoperate' with a selected app.