Skip to content

Commit f213675

Browse files
committed
Missing transcriptUrl for search/byperson
1 parent 66c4d09 commit f213675

File tree

3 files changed

+21
-14
lines changed

3 files changed

+21
-14
lines changed

api_src/components/schemas/item_search_byperson.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,7 @@ properties:
4848
$ref: '../properties/language.yaml'
4949
chaptersUrl:
5050
$ref: '../properties/chaptersUrl.yaml'
51+
transcriptUrl:
52+
$ref: '../properties/transcriptUrl.yaml'
5153
transcripts:
5254
$ref: '../properties/transcripts.yaml'

docs/pi_api.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,6 +1191,12 @@
11911191
"format": "URL",
11921192
"example": "https://studio.hypercatcher.com/chapters/podcast/http:feed.nashownotes.comrss.xml/episode/http:1322.noagendanotes.com"
11931193
},
1194+
"transcriptUrl": {
1195+
"description": "Link to the file containing the episode transcript\n\nNote: in most use cases, the `transcripts` value should be used instead\n",
1196+
"type": "string",
1197+
"format": "URL",
1198+
"example": "https://mp3s.nashownotes.com/NA-1322-Captions.srt"
1199+
},
11941200
"transcript": {
11951201
"description": "This tag is used to link to a transcript or closed captions file. Multiple tags can be present for multiple transcript formats.\nDetailed file format information and example files are [here](https://github.com/Podcastindex-org/podcast-namespace/blob/main/transcripts/transcripts.md).\n",
11961202
"type": "object",
@@ -1298,6 +1304,9 @@
12981304
"chaptersUrl": {
12991305
"$ref": "#/components/schemas/chaptersUrl"
13001306
},
1307+
"transcriptUrl": {
1308+
"$ref": "#/components/schemas/transcriptUrl"
1309+
},
13011310
"transcripts": {
13021311
"$ref": "#/components/schemas/transcripts"
13031312
}
@@ -1958,12 +1967,6 @@
19581967
"type": "string",
19591968
"example": ""
19601969
},
1961-
"transcriptUrl": {
1962-
"description": "Link to the file containing the episode transcript\n\nNote: in most use cases, the `transcripts` value should be used instead\n",
1963-
"type": "string",
1964-
"format": "URL",
1965-
"example": "https://mp3s.nashownotes.com/NA-1322-Captions.srt"
1966-
},
19671970
"liveitem_podcast": {
19681971
"type": "object",
19691972
"properties": {

docs/pi_api.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,6 +1380,14 @@ components:
13801380
format: URL
13811381
example: >-
13821382
https://studio.hypercatcher.com/chapters/podcast/http:feed.nashownotes.comrss.xml/episode/http:1322.noagendanotes.com
1383+
transcriptUrl:
1384+
description: |
1385+
Link to the file containing the episode transcript
1386+
1387+
Note: in most use cases, the `transcripts` value should be used instead
1388+
type: string
1389+
format: URL
1390+
example: https://mp3s.nashownotes.com/NA-1322-Captions.srt
13831391
transcript:
13841392
description: >
13851393
This tag is used to link to a transcript or closed captions file.
@@ -1464,6 +1472,8 @@ components:
14641472
$ref: '#/components/schemas/language'
14651473
chaptersUrl:
14661474
$ref: '#/components/schemas/chaptersUrl'
1475+
transcriptUrl:
1476+
$ref: '#/components/schemas/transcriptUrl'
14671477
transcripts:
14681478
$ref: '#/components/schemas/transcripts'
14691479
items_byperson:
@@ -2034,14 +2044,6 @@ components:
20342044
Link TODO
20352045
type: string
20362046
example: ''
2037-
transcriptUrl:
2038-
description: |
2039-
Link to the file containing the episode transcript
2040-
2041-
Note: in most use cases, the `transcripts` value should be used instead
2042-
type: string
2043-
format: URL
2044-
example: https://mp3s.nashownotes.com/NA-1322-Captions.srt
20452047
liveitem_podcast:
20462048
type: object
20472049
properties:

0 commit comments

Comments
 (0)