{"resources":[{"$schema":"https://json-schema.org/draft/2019-09/schema#","$id":"/v1/client-profiles/website-podcast-directory-episode","title":"Podcast Directory definition for podcast episodes for the website","description":"Podcast content only used in NPR.org/podcasts.","allOf":[{"$ref":"/v1/profiles/podcast-episode"},{"$ref":"/v1/profiles/listenable"}],"required":["teaser","publishDateTime"]},{"$schema":"https://json-schema.org/draft/2019-09/schema#","$id":"/v1/client-profiles/website-podcast-directory-podcast","title":"Podcast Directory definition for podcast channels for the website","description":"Podcast content only used in NPR.org/podcasts.","allOf":[{"$ref":"/v1/profiles/podcast-channel"},{"$ref":"/v1/profiles/has-images"}],"definitions":{"channelImage":{"type":"object","properties":{"rels":{"type":"array","contains":{"const":"promo-image-square"}}}}},"properties":{"images":{"type":"array","minLength":1,"contains":{"$ref":"#/definitions/channelImage"}}},"required":["teaser","images"]},{"$schema":"https://json-schema.org/draft/2019-09/schema#","$id":"/v1/client-profiles/website-core-content","title":"Core Content for the website","description":"Renderable page content for NPR.org.","required":["publishDateTime","nprWebsitePath","nprDisplayType"]},{"$schema":"https://json-schema.org/draft/2019-09/schema#","$id":"/v1/client-profiles/fps-has-npr-plus-premium-audio","title":"Has NPR Plus Premium Audio","description":"A document with premium audio for NPR Plus audiences. This profile is intended to be used by the Feed Publish Service only. Context: https://confluence.npr.org/pages/viewpage.action?pageId=193407839","type":"object","required":["premiumAudio"],"properties":{"premiumAudio":{"description":"Links to the assets or documents representing premium audio content for this document","type":"array","minItems":1,"contains":{"allOf":[{"$ref":"/v1/schemas/asset-link"},{"type":"object","required":["rels"],"properties":{"rels":{"type":"array","minItems":1,"contains":{"const":"npr-plus"}}}}]},"items":{"allOf":[{"$ref":"/v1/schemas/asset-link"},{"type":"object","properties":{"rels":{"type":"array","minItems":1,"items":{"type":"string","enum":["amazon-music","npr-plus"]}}}}],"unevaluatedProperties":false}}}},{"$schema":"https://json-schema.org/draft/2019-09/schema#","$id":"/v1/client-profiles/fps-has-amazon-music-premium-audio","title":"Has Amazon Music Premium Audio","description":"A document with premium audio for Amazon Music audiences. This profile is intended to be used by the Feed Publish Service only. Context: https://confluence.npr.org/pages/viewpage.action?pageId=193407839","type":"object","required":["premiumAudio"],"properties":{"premiumAudio":{"description":"Links to the assets or documents representing premium audio content for this document","type":"array","minItems":1,"contains":{"allOf":[{"$ref":"/v1/schemas/asset-link"},{"type":"object","required":["rels"],"properties":{"rels":{"type":"array","minItems":1,"contains":{"const":"amazon-music"}}}}]},"items":{"allOf":[{"$ref":"/v1/schemas/asset-link"},{"type":"object","properties":{"rels":{"type":"array","minItems":1,"items":{"type":"string","enum":["amazon-music","npr-plus"]}}}}],"unevaluatedProperties":false}}}},{"$schema":"https://json-schema.org/draft/2019-09/schema#","$id":"/v1/client-profiles/ls-has-premium-bonus-content","title":"Has Premium Bonus Content","description":"A document with ONLY premium audio and no regular audio. This profile is intended to be used by the Listening Service only.","type":"object","required":["premiumAudio"],"properties":{"audio":false,"premiumAudio":{"description":"Links to the assets or documents representing premium audio content for this document","type":"array","minItems":1,"contains":{"allOf":[{"$ref":"/v1/schemas/asset-link"},{"type":"object","required":["rels"],"properties":{"rels":{"type":"array","minItems":1,"contains":{"const":"npr-plus"}}}}]},"items":{"allOf":[{"$ref":"/v1/schemas/asset-link"},{"type":"object","properties":{"rels":{"type":"array","minItems":1,"items":{"type":"string","enum":["amazon-music","npr-plus"]}}}}],"unevaluatedProperties":false}}}}]}