Skip to content

Commit

Permalink
fix: addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Sep 28, 2023
1 parent a8d8a2b commit 3210a92
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/openrpc/discovery.json
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
"schema": {
"$ref": "https://meta.comcast.com/firebolt/discovery#/definitions/PurchasedContentResult"
},
"summary": "The data for the purachasedContent"
"summary": "The data for the purchasedContent"
}
],
"result": {
Expand Down Expand Up @@ -971,7 +971,7 @@
]
}
],
"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",
"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 be any one of: \n\n - xrn:firebolt:application-type:main \n\n - xrn:firebolt:application-type:settings",
"params": [
{
"name": "appId",
Expand Down Expand Up @@ -1079,7 +1079,7 @@
"params": [
{
"name": "appId",
"value": "urn:firebolt:apps:main"
"value": "xrn:firebolt:application-type:main"
},
{
"name": "intent",
Expand All @@ -1106,7 +1106,7 @@
"params": [
{
"name": "appId",
"value": "urn:firebolt:apps:main"
"value": "xrn:firebolt:application-type:main"
},
{
"name": "intent",
Expand All @@ -1131,7 +1131,7 @@
"params": [
{
"name": "appId",
"value": "urn:firebolt:apps:main"
"value": "xrn:firebolt:application-type:main"
},
{
"name": "intent",
Expand All @@ -1153,7 +1153,7 @@
"params": [
{
"name": "appId",
"value": "urn:firebolt:apps:main"
"value": "xrn:firebolt:application-type:main"
},
{
"name": "intent",
Expand Down Expand Up @@ -1200,7 +1200,7 @@
"params": [
{
"name": "appId",
"value": "urn:firebolt:apps:main"
"value": "xrn:firebolt:application-type:main"
},
{
"name": "intent",
Expand All @@ -1221,7 +1221,7 @@
}
},
{
"name": "Launch the Aggregated Experience to the App Store details page for a specfic app with the ID 'foo'.",
"name": "Launch the Aggregated Experience to the App Store details page for a specific app with the ID 'foo'.",
"params": [
{
"name": "appId",
Expand Down Expand Up @@ -1302,7 +1302,7 @@
]
}
],
"summary": "Inform the platform that your user is signed in, for increased visiblity in search & discovery. Sign-in state is used separately from what content can be access through entitlements and availabilities. Sign-in state may be used when deciding whether to choose this app to handle a user intent. For instance, if the user tries to launch something generic like playing music from an artist, only a signed-in app will be chosen. If the user wants to tune to a channel, only a signed-in app will be chosen to handle that intent. While signIn can optionally include entitlements as those typically change at signIn time, it is recommended to make a separate call to Discovery.contentAccess for entitlements. signIn is not only for when a user explicitly enters login credentials. If an app does not require any credentials from the user to consume content, such as in a free app, then the app should call signIn immediately on launch.",
"summary": "Inform the platform that your user is signed in, for increased visibility in search & discovery. Sign-in state is used separately from what content can be access through entitlements and availabilities. Sign-in state may be used when deciding whether to choose this app to handle a user intent. For instance, if the user tries to launch something generic like playing music from an artist, only a signed-in app will be chosen. If the user wants to tune to a channel, only a signed-in app will be chosen to handle that intent. While signIn can optionally include entitlements as those typically change at signIn time, it is recommended to make a separate call to Discovery.contentAccess for entitlements. signIn is not only for when a user explicitly enters login credentials. If an app does not require any credentials from the user to consume content, such as in a free app, then the app should call signIn immediately on launch.",
"params": [
{
"name": "entitlements",
Expand Down

0 comments on commit 3210a92

Please sign in to comment.