-
Notifications
You must be signed in to change notification settings - Fork 24
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
fix: Updated Discovery.launch example with xrn:firebolt:application-type #187
fix: Updated Discovery.launch example with xrn:firebolt:application-type #187
Conversation
src/openrpc/discovery.json
Outdated
@@ -971,7 +971,7 @@ | |||
] | |||
} | |||
], | |||
"summary": "Launch or foreground the specified app, and optionally instructs it to navigate to the specified user action", | |||
"summary": "Launch or foreground the specified app, and optionally instructs it to navigate to the specified user action. \n For the Primary Experience, the appId can any one of <br/> urn:firebolt:apps:main <br/> xrn:firebolt:application-type:main <br/> or xrn:firebolt:application-type:settings", |
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.
We should not document urn:firebolt:apps:main
as it's not to spec.
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.
And i think you're missing a word, maybe "For the Primary Experience, the appId can be any one of:"
Also, it's best to avoid HTML in markdown. Try using \n\n and putting the values in a list with -
in front of each.
# [0.18.0-next.3](v0.18.0-next.2...v0.18.0-next.3) (2023-10-10) ### Bug Fixes * Updated Discovery.launch example with xrn:firebolt:application-type ([#187](#187)) ([4dbbab3](4dbbab3))
🎉 This PR is included in version 0.18.0-next.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
# [1.0.0](v0.17.1...v1.0.0) (2023-11-03) ### Bug Fixes * Account.session params to be mandatory ([#196](#196)) ([fc5c638](fc5c638)) * CI looking for legacy 0.x version ([923d02a](923d02a)) * Permission schema with Capability as required ([74d9de9](74d9de9)) * Provider error ([#202](#202)) ([4666a5e](4666a5e)) * schemas version upgraded to 2.0.0-next.1 ([#199](#199)) ([b0fb8cf](b0fb8cf)) * Update schemas & 1.0.0 version! ([#200](#200)) ([ea29f33](ea29f33)) * Updated Discovery.launch example with xrn:firebolt:application-type ([#187](#187)) ([4dbbab3](4dbbab3)) * Updated metrics:distributor capability to could ([#185](#185)) ([9ca2206](9ca2206)) ### Features * Added optional parameter 'force' in usergrants.request ([#186](#186)) ([31801ca](31801ca)) * Play Intent ([#151](#151)) ([d1ddf3f](d1ddf3f)) ### BREAKING CHANGES * This is not really a breaking change, but 1.0 release!!!
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.