File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 4021
4021
"feedItunesId" : {
4022
4022
"$ref" : " #/components/schemas/itunesId_feed"
4023
4023
},
4024
+ "feedUrl" : {
4025
+ "$ref" : " #/components/schemas/url_feed"
4026
+ },
4024
4027
"feedImage" : {
4025
4028
"$ref" : " #/components/schemas/image_feed"
4026
4029
},
4027
4030
"feedId" : {
4028
4031
"$ref" : " #/components/schemas/id_feed"
4029
4032
},
4033
+ "podcastGuid" : {
4034
+ "$ref" : " #/components/schemas/podcastguid"
4035
+ },
4030
4036
"feedLanguage" : {
4031
4037
"$ref" : " #/components/schemas/language"
4032
4038
},
Original file line number Diff line number Diff line change @@ -3756,10 +3756,14 @@ components:
3756
3756
$ref : ' #/components/schemas/image_episode'
3757
3757
feedItunesId :
3758
3758
$ref : ' #/components/schemas/itunesId_feed'
3759
+ feedUrl :
3760
+ $ref : ' #/components/schemas/url_feed'
3759
3761
feedImage :
3760
3762
$ref : ' #/components/schemas/image_feed'
3761
3763
feedId :
3762
3764
$ref : ' #/components/schemas/id_feed'
3765
+ podcastGuid :
3766
+ $ref : ' #/components/schemas/podcastguid'
3763
3767
feedLanguage :
3764
3768
$ref : ' #/components/schemas/language'
3765
3769
feedDead :
You can’t perform that action at this time.
0 commit comments