-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add separate entries for non-API but useful resources. See "Static Da…
…ta" section
- Loading branch information
1 parent
4a61ac2
commit 06380e3
Showing
63 changed files
with
2,031 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# language=Markdown | ||
description: | | ||
Object containing the recent data | ||
type: object | ||
properties: | ||
nextSince: | ||
# language=Markdown | ||
description: | | ||
Value of `since` in next block of data | ||
type: integer | ||
format: Unix Epoch | ||
example: 1613805249 | ||
position: | ||
$ref: '../properties/position.yaml' | ||
feeds: | ||
$ref: '../properties/feeds_data.yaml' | ||
items: | ||
$ref: '../properties/items_data.yaml' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# language=Markdown | ||
description: | | ||
Total individual podcast episodes in the index. | ||
type: integer | ||
example: 143953477 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# language=Markdown | ||
description: | | ||
Number of episodes with [`podcast:chapters`](https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md#chapters) | ||
type: integer | ||
example: 652781 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# language=Markdown | ||
description: | | ||
Episodes with a | ||
[`podcast:transcript`](https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md#transcript) | ||
tag. | ||
type: integer | ||
example: 3198597 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# language=Markdown | ||
description: | | ||
Total podcast feeds in the index. | ||
type: integer | ||
example: 4257865 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# language=Markdown | ||
description: | | ||
Podcast feeds with a | ||
[`podcast:chapters`](https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md#chapters) | ||
tag in at least 1 episode. | ||
type: integer | ||
example: 35582 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# language=Markdown | ||
description: | | ||
Podcast feeds with a | ||
[`podcast:funding`](https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md#funding) | ||
tag in at least 1 episode. | ||
type: integer | ||
example: 57582 |
Oops, something went wrong.