{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/typeFeed", "title": "typeFeed", "description": "", "allOf": [ { "$ref": "#/components/schemas/anyTypePage" }, { "$ref": "#/components/schemas/pageMeta" }, { "$ref": "#/components/schemas/searchKeywords" }, { "properties": { "feed": { "type": "string", "description": "The URL of the RSS feed. Required in a `POST` request if the page type is `rss_feed`.\n" } }, "required": [ "feed" ] } ] }