Google Search Console · JSON Structure

Google Search Console Wmx Sitemap Structure

Type: object Properties: 9
AnalyticsGoogleSearchSEOWebmaster Tools

WmxSitemap is a JSON Structure definition published by Google Search Console, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

path lastSubmitted isPending isSitemapsIndex type lastDownloaded warnings errors contents

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WmxSitemap",
  "type": "object",
  "properties": {
    "path": {
      "type": "string"
    },
    "lastSubmitted": {
      "type": "string"
    },
    "isPending": {
      "type": "boolean"
    },
    "isSitemapsIndex": {
      "type": "boolean"
    },
    "type": {
      "type": "string"
    },
    "lastDownloaded": {
      "type": "string"
    },
    "warnings": {
      "type": "integer"
    },
    "errors": {
      "type": "integer"
    },
    "contents": {
      "type": "array"
    }
  }
}