From 59399664faa09d86225b039a9e5042d2e4ee97e6 Mon Sep 17 00:00:00 2001 From: "Shah, Kevin" Date: Tue, 13 Aug 2024 12:58:26 -0400 Subject: [PATCH] fix: Example block fix --- apis/0.5.3/core/Discovery/schemas/index.md | 12 - apis/0.5.3/core/Intents/schemas/index.md | 78 ------- apis/0.5.3/core/SecondScreen/schemas/index.md | 6 - apis/0.5.3/core/Types/schemas/index.md | 30 --- apis/0.8.1/core/Advertising/schemas/index.md | 8 - apis/0.8.1/core/Discovery/schemas/index.md | 14 -- .../0.8.1/core/Entertainment/schemas/index.md | 44 ---- apis/0.8.1/core/Intents/schemas/index.md | 210 +++++------------- apis/0.8.1/core/Lifecycle/schemas/index.md | 12 - apis/0.8.1/core/SecondScreen/schemas/index.md | 6 - apis/0.8.1/core/Types/schemas/index.md | 52 +---- 11 files changed, 62 insertions(+), 410 deletions(-) diff --git a/apis/0.5.3/core/Discovery/schemas/index.md b/apis/0.5.3/core/Discovery/schemas/index.md index f81c24b3..64b62b59 100644 --- a/apis/0.5.3/core/Discovery/schemas/index.md +++ b/apis/0.5.3/core/Discovery/schemas/index.md @@ -42,13 +42,7 @@ See also: - [EntityInfo](../../schemas/entertainment#/definitions/entityinfo) -
-Examples: -```json -``` - -
--- @@ -67,13 +61,7 @@ See also: - [EntityInfo](../../schemas/entertainment#/definitions/entityinfo) -
-Examples: - -```json -``` -
#### Details diff --git a/apis/0.5.3/core/Intents/schemas/index.md b/apis/0.5.3/core/Intents/schemas/index.md index 2d3578ed..bbb86e05 100644 --- a/apis/0.5.3/core/Intents/schemas/index.md +++ b/apis/0.5.3/core/Intents/schemas/index.md @@ -206,13 +206,7 @@ type Intent = { -
-Examples: - -```json -``` -
#### Details @@ -233,13 +227,7 @@ type IntentProperties = { -
-Examples: - -```json -``` -
--- @@ -252,13 +240,7 @@ type NavigationIntent = HomeIntent | LaunchIntent | EntityIntent | PlayerIntent -
-Examples: - -```json -``` -
#### Details @@ -275,13 +257,7 @@ type DiscoveryIntent = ContentDiscoveryIntent | EntityAppSelectionIntent -
-Examples: -```json -``` - -
#### Details @@ -298,13 +274,7 @@ type DeviceIntent = ButtonIntent | PowerIntent | VolumeIntent | MicrophoneIntent -
-Examples: - -```json -``` -
#### Details @@ -321,13 +291,7 @@ type PlaybackIntent = PauseIntent | SeekIntent | SkipIntent | TrickPlayIntent | -
-Examples: -```json -``` - -
#### Details @@ -344,13 +308,7 @@ type DialogIntent = MessageIntent -
-Examples: - -```json -``` -
#### Details @@ -481,13 +439,7 @@ See also: - [ProgramType](../../schemas/entertainment#/definitions/programtype) -
-Examples: - -```json -``` -
--- @@ -818,13 +770,7 @@ type ContentDiscoveryIntent = { -
-Examples: - -```json -``` -
#### Details @@ -1574,13 +1520,7 @@ type Identifier = string -
-Examples: -```json -``` - -
--- @@ -1595,13 +1535,7 @@ type DirectionalOperation = { -
-Examples: - -```json -``` -
--- @@ -1617,13 +1551,7 @@ type BooleanToggle = { -
-Examples: -```json -``` - -
--- @@ -1638,13 +1566,7 @@ type IntentMessage = { -
-Examples: -```json -``` - -
--- diff --git a/apis/0.5.3/core/SecondScreen/schemas/index.md b/apis/0.5.3/core/SecondScreen/schemas/index.md index efdfb3c0..9c5c970a 100644 --- a/apis/0.5.3/core/SecondScreen/schemas/index.md +++ b/apis/0.5.3/core/SecondScreen/schemas/index.md @@ -39,13 +39,7 @@ type SecondScreenEvent = { -
-Examples: -```json -``` - -
#### Details diff --git a/apis/0.5.3/core/Types/schemas/index.md b/apis/0.5.3/core/Types/schemas/index.md index 16ff996f..1b2d25fc 100644 --- a/apis/0.5.3/core/Types/schemas/index.md +++ b/apis/0.5.3/core/Types/schemas/index.md @@ -45,13 +45,7 @@ type SemanticVersion = { -
-Examples: - -```json -``` -
--- @@ -64,13 +58,7 @@ type AudioProfile = 'stereo' | 'dolbyDigital5.1' | 'dolbyDigital7.1' | 'dolbyDig -
-Examples: -```json -``` - -
--- @@ -84,13 +72,7 @@ type BooleanMap = { -
-Examples: - -```json -``` -
--- @@ -104,13 +86,7 @@ type FlatMap = { -
-Examples: -```json -``` - -
--- @@ -155,13 +131,7 @@ type ListenResponse = { -
-Examples: -```json -``` - -
--- diff --git a/apis/0.8.1/core/Advertising/schemas/index.md b/apis/0.8.1/core/Advertising/schemas/index.md index 99db9a03..c8b1b8ed 100644 --- a/apis/0.8.1/core/Advertising/schemas/index.md +++ b/apis/0.8.1/core/Advertising/schemas/index.md @@ -36,14 +36,6 @@ type SkipRestriction = 'none' | 'adsUnwatched' | 'adsAll' | 'all' -
- Examples - -```json -``` - -
- #### Details diff --git a/apis/0.8.1/core/Discovery/schemas/index.md b/apis/0.8.1/core/Discovery/schemas/index.md index 5ab54f34..ab1e14c6 100644 --- a/apis/0.8.1/core/Discovery/schemas/index.md +++ b/apis/0.8.1/core/Discovery/schemas/index.md @@ -43,13 +43,6 @@ See also: - [EntityInfo](../Entertainment/schemas/#entityinfo) -
- Examples - -```json -``` - -
@@ -71,13 +64,6 @@ See also: - [EntityInfo](../Entertainment/schemas/#entityinfo) -
- Examples - -```json -``` - -
#### Details diff --git a/apis/0.8.1/core/Entertainment/schemas/index.md b/apis/0.8.1/core/Entertainment/schemas/index.md index 4cd8fef8..5747b3bd 100644 --- a/apis/0.8.1/core/Entertainment/schemas/index.md +++ b/apis/0.8.1/core/Entertainment/schemas/index.md @@ -42,13 +42,6 @@ type ProgramType = 'movie' | 'episode' | 'season' | 'series' | 'other' | 'previe -
- Examples - -```json -``` - -
#### Details @@ -71,13 +64,6 @@ type Entitlement = { -
- Examples - -```json -``` - -
@@ -108,13 +94,7 @@ See also: - [ProgramType](../Entertainment/schemas/#programtype) -
- Examples - -```json -``` -
#### Details @@ -146,13 +126,7 @@ type OfferingType = 'free' | 'subscribe' | 'buy' | 'rent' -
- Examples -```json -``` - -
#### Details @@ -188,13 +162,7 @@ See also: - [AudioProfile](../Types/schemas/#audioprofile) -
- Examples - -```json -``` -
#### Details @@ -250,13 +218,7 @@ type ContentRating = { -
- Examples -```json -``` - -
#### Details @@ -316,13 +278,7 @@ type ContentIdentifiers = { -
- Examples - -```json -``` -
#### Details diff --git a/apis/0.8.1/core/Intents/schemas/index.md b/apis/0.8.1/core/Intents/schemas/index.md index 010a01fd..1ff976dc 100644 --- a/apis/0.8.1/core/Intents/schemas/index.md +++ b/apis/0.8.1/core/Intents/schemas/index.md @@ -86,8 +86,8 @@ type AppIntentMessage = { -
- Examples +
+Examples: ```json { @@ -148,8 +148,8 @@ type PlatformIntentMessage = { -
- Examples +
+Examples: ```json { @@ -215,13 +215,7 @@ type Intent = { -
- Examples -```json -``` - -
#### Details @@ -244,13 +238,7 @@ type IntentProperties = { -
- Examples -```json -``` - -
@@ -266,13 +254,7 @@ type NavigationIntent = HomeIntent | LaunchIntent | EntityIntent | PlaybackInten -
- Examples -```json -``` - -
#### Details @@ -291,13 +273,7 @@ type DiscoveryIntent = ContentDiscoveryIntent | EntityAppSelectionIntent -
- Examples - -```json -``` -
#### Details @@ -316,13 +292,7 @@ type DeviceIntent = ButtonIntent | PowerIntent | VolumeIntent | MicrophoneIntent -
- Examples - -```json -``` -
#### Details @@ -341,13 +311,7 @@ type PlaybackControlIntent = PauseIntent | SeekIntent | SkipIntent | TrickPlayIn -
- Examples -```json -``` - -
#### Details @@ -366,13 +330,7 @@ type DialogIntent = MessageIntent -
- Examples -```json -``` - -
#### Details @@ -396,8 +354,8 @@ type LaunchIntent = { -
- Examples +
+Examples: ```json { @@ -432,8 +390,8 @@ type HomeIntent = { -
- Examples +
+Examples: ```json { @@ -469,8 +427,8 @@ type EntityIntent = { -
- Examples +
+Examples: ```json { @@ -510,13 +468,7 @@ type ChannelEntity = { -
- Examples - -```json -``` -
@@ -538,13 +490,7 @@ See also: - [ProgramType](../Entertainment/schemas/#programtype) -
- Examples - -```json -``` -
@@ -566,8 +512,8 @@ type MovieEntity = { -
- Examples +
+Examples: ```json { @@ -601,8 +547,8 @@ type TVEpisodeEntity = { -
- Examples +
+Examples: ```json { @@ -637,8 +583,8 @@ type TVSeasonEntity = { -
- Examples +
+Examples: ```json { @@ -674,8 +620,8 @@ type TVSeriesEntity = { -
- Examples +
+Examples: ```json { @@ -707,8 +653,8 @@ type AdditionalEntity = { -
- Examples +
+Examples: ```json { @@ -738,8 +684,8 @@ type UntypedEntity = { -
- Examples +
+Examples: ```json { @@ -776,8 +722,8 @@ type TuneIntent = { -
- Examples +
+Examples: ```json { @@ -823,8 +769,8 @@ type PlaybackIntent = { -
- Examples +
+Examples: ```json { @@ -869,8 +815,8 @@ type SearchIntent = { -
- Examples +
+Examples: ```json { @@ -911,8 +857,8 @@ type SectionIntent = { -
- Examples +
+Examples: ```json { @@ -957,8 +903,8 @@ type ContentDiscoveryIntent = { -
- Examples +
+Examples: ```json { @@ -1031,8 +977,8 @@ type EntityAppSelectionIntent = { -
- Examples +
+Examples: ```json { @@ -1105,8 +1051,8 @@ type ButtonIntent = { -
- Examples +
+Examples: ```json { @@ -1145,8 +1091,8 @@ type VolumeIntent = { -
- Examples +
+Examples: ```json { @@ -1209,8 +1155,8 @@ type PowerIntent = { -
- Examples +
+Examples: ```json { @@ -1262,8 +1208,8 @@ type MicrophoneIntent = { -
- Examples +
+Examples: ```json { @@ -1315,8 +1261,8 @@ type InputIntent = { -
- Examples +
+Examples: ```json { @@ -1369,8 +1315,8 @@ type PauseIntent = { -
- Examples +
+Examples: ```json { @@ -1422,8 +1368,8 @@ type PlaybackSpeedIntent = { -
- Examples +
+Examples: ```json { @@ -1472,8 +1418,8 @@ type TrickPlayIntent = { -
- Examples +
+Examples: ```json { @@ -1524,8 +1470,8 @@ type SeekIntent = { -
- Examples +
+Examples: ```json { @@ -1586,8 +1532,8 @@ type SkipIntent = { -
- Examples +
+Examples: ```json { @@ -1641,8 +1587,8 @@ type ClosedCaptionsIntent = { -
- Examples +
+Examples: ```json { @@ -1694,8 +1640,8 @@ type AudioDescriptionIntent = { -
- Examples +
+Examples: ```json { @@ -1746,8 +1692,8 @@ type MessageIntent = { -
- Examples +
+Examples: ```json { @@ -1780,13 +1726,7 @@ type Identifier = string -
- Examples -```json -``` - -
@@ -1805,13 +1745,7 @@ type Filter = { -
- Examples -```json -``` - -
@@ -1831,13 +1765,7 @@ type Keyword = { -
- Examples - -```json -``` -
@@ -1855,13 +1783,7 @@ type DirectionalOperation = { -
- Examples - -```json -``` -
@@ -1880,13 +1802,7 @@ type BooleanToggle = { -
- Examples -```json -``` - -
@@ -1904,13 +1820,7 @@ type IntentMessage = { -
- Examples -```json -``` - -
diff --git a/apis/0.8.1/core/Lifecycle/schemas/index.md b/apis/0.8.1/core/Lifecycle/schemas/index.md index 1d6666b5..90f9a08d 100644 --- a/apis/0.8.1/core/Lifecycle/schemas/index.md +++ b/apis/0.8.1/core/Lifecycle/schemas/index.md @@ -37,13 +37,7 @@ type LifecycleState = 'initializing' | 'inactive' | 'foreground' | 'background' -
- Examples -```json -``` - -
#### Details @@ -62,13 +56,7 @@ type CloseReason = 'remoteButton' | 'userExit' | 'error' -
- Examples - -```json -``` -
#### Details diff --git a/apis/0.8.1/core/SecondScreen/schemas/index.md b/apis/0.8.1/core/SecondScreen/schemas/index.md index 65d50d42..91d1eaed 100644 --- a/apis/0.8.1/core/SecondScreen/schemas/index.md +++ b/apis/0.8.1/core/SecondScreen/schemas/index.md @@ -40,13 +40,7 @@ type SecondScreenEvent = { -
- Examples -```json -``` - -
#### Details diff --git a/apis/0.8.1/core/Types/schemas/index.md b/apis/0.8.1/core/Types/schemas/index.md index c2ddd05f..3bfe9164 100644 --- a/apis/0.8.1/core/Types/schemas/index.md +++ b/apis/0.8.1/core/Types/schemas/index.md @@ -49,13 +49,7 @@ type SemanticVersion = { -
- Examples -```json -``` - -
@@ -71,13 +65,7 @@ type AudioProfile = 'stereo' | 'dolbyDigital5.1' | 'dolbyDigital7.1' | 'dolbyDig -
- Examples -```json -``` - -
@@ -95,13 +83,7 @@ type BooleanMap = { -
- Examples -```json -``` - -
@@ -119,13 +101,7 @@ type FlatMap = { -
- Examples -```json -``` - -
@@ -141,8 +117,8 @@ type LocalizedString = string | object -
- Examples +
+Examples: ```json "A simple string, with no language code" @@ -175,13 +151,7 @@ type ListenResponse = { -
- Examples -```json -``` - -
@@ -200,13 +170,7 @@ type ProviderRequest = { -
- Examples -```json -``` - -
@@ -225,13 +189,7 @@ type ProviderResponse = { -
- Examples -```json -``` - -
@@ -247,13 +205,7 @@ type Timeout = number -
- Examples -```json -``` - -
#### Details