SitemapsListResponse

Response for listing sitemaps.

AnalyticsGoogleSearchSEOWebmaster Tools

Properties

Name Type Description
sitemap array List of sitemaps for the site.
View JSON Schema on GitHub

JSON Schema

google-search-console-sitemaps-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SitemapsListResponse",
  "type": "object",
  "description": "Response for listing sitemaps.",
  "properties": {
    "sitemap": {
      "type": "array",
      "description": "List of sitemaps for the site."
    }
  }
}