{
  "wxr_version": "1.2",
  "types": {
    "site_meta": {
      "fields": [
        {
          "name": "title",
          "type": "string",
          "element": "title"
        },
        {
          "name": "link",
          "type": "string",
          "element": "link"
        },
        {
          "name": "description",
          "type": "string",
          "element": "description"
        },
        {
          "name": "pub_date",
          "type": "rfc2822_date",
          "element": "pubDate",
          "default": "now"
        },
        {
          "name": "language",
          "type": "string",
          "element": "language"
        },
        {
          "name": "wxr_version",
          "type": "string",
          "element": "wp:wxr_version",
          "default": "1.2",
          "readonly": true
        },
        {
          "name": "site_url",
          "type": "string",
          "element": "wp:base_site_url"
        },
        {
          "name": "blog_url",
          "type": "string",
          "element": "wp:base_blog_url"
        }
      ]
    },
    "author": {
      "container_element": "wp:author",
      "fields": [
        {
          "name": "id",
          "type": "int",
          "element": "wp:author_id"
        },
        {
          "name": "login",
          "type": "string",
          "element": "wp:author_login"
        },
        {
          "name": "email",
          "type": "string",
          "element": "wp:author_email"
        },
        {
          "name": "display_name",
          "type": "string",
          "element": "wp:author_display_name"
        },
        {
          "name": "first_name",
          "type": "string",
          "element": "wp:author_first_name"
        },
        {
          "name": "last_name",
          "type": "string",
          "element": "wp:author_last_name"
        }
      ]
    },
    "category": {
      "container_element": "wp:category",
      "fields": [
        {
          "name": "id",
          "type": "int",
          "element": "wp:term_id"
        },
        {
          "name": "slug",
          "type": "string",
          "element": "wp:category_nicename"
        },
        {
          "name": "parent",
          "type": "string",
          "element": "wp:category_parent"
        },
        {
          "name": "name",
          "type": "string",
          "element": "wp:cat_name"
        },
        {
          "name": "description",
          "type": "string",
          "element": "wp:category_description"
        },
        {
          "name": "metas",
          "type": "metas",
          "child_element": "wp:term_meta"
        }
      ]
    },
    "tag": {
      "container_element": "wp:tag",
      "fields": [
        {
          "name": "id",
          "type": "int",
          "element": "wp:term_id"
        },
        {
          "name": "slug",
          "type": "string",
          "element": "wp:tag_slug"
        },
        {
          "name": "name",
          "type": "string",
          "element": "wp:tag_name"
        },
        {
          "name": "description",
          "type": "string",
          "element": "wp:tag_description"
        },
        {
          "name": "metas",
          "type": "metas",
          "child_element": "wp:term_meta"
        }
      ]
    },
    "term": {
      "container_element": "wp:term",
      "fields": [
        {
          "name": "id",
          "type": "int",
          "element": "wp:term_id"
        },
        {
          "name": "taxonomy",
          "type": "string",
          "element": "wp:term_taxonomy"
        },
        {
          "name": "slug",
          "type": "string",
          "element": "wp:term_slug"
        },
        {
          "name": "parent",
          "type": "string",
          "element": "wp:term_parent",
          "default": ""
        },
        {
          "name": "name",
          "type": "string",
          "element": "wp:term_name"
        },
        {
          "name": "description",
          "type": "string",
          "element": "wp:term_description"
        },
        {
          "name": "metas",
          "type": "metas",
          "child_element": "wp:term_meta"
        }
      ]
    },
    "post": {
      "container_element": "item",
      "fields": [
        {
          "name": "id",
          "type": "int",
          "element": "wp:post_id"
        },
        {
          "name": "title",
          "type": "string",
          "element": "title",
          "filter_hook": "the_title_rss"
        },
        {
          "name": "link",
          "type": "string",
          "element": "link"
        },
        {
          "name": "date",
          "type": "rfc2822_date",
          "element": "pubDate"
        },
        {
          "name": "author",
          "type": "string",
          "element": "dc:creator"
        },
        {
          "name": "guid",
          "type": "string",
          "element": "guid",
          "attributes": {
            "isPermalink": false
          }
        },
        {
          "name": "content",
          "type": "cdata",
          "element": "content:encoded"
        },
        {
          "name": "excerpt",
          "type": "cdata",
          "element": "excerpt:encoded"
        },
        {
          "name": "post_date",
          "type": "mysql_date",
          "element": "wp:post_date"
        },
        {
          "name": "post_date_gmt",
          "type": "mysql_date",
          "element": "wp:post_date_gmt"
        },
        {
          "name": "modified",
          "type": "mysql_date",
          "element": "wp:post_modified"
        },
        {
          "name": "modified_gmt",
          "type": "mysql_date",
          "element": "wp:post_modified_gmt"
        },
        {
          "name": "comment_status",
          "type": "string",
          "element": "wp:comment_status",
          "default": "open"
        },
        {
          "name": "ping_status",
          "type": "string",
          "element": "wp:ping_status"
        },
        {
          "name": "post_name",
          "type": "string",
          "element": "wp:post_name"
        },
        {
          "name": "status",
          "type": "string",
          "element": "wp:status"
        },
        {
          "name": "parent",
          "type": "int",
          "element": "wp:post_parent"
        },
        {
          "name": "menu_order",
          "type": "int",
          "element": "wp:menu_order"
        },
        {
          "name": "type",
          "type": "string",
          "element": "wp:post_type",
          "default": "post"
        },
        {
          "name": "password",
          "type": "string",
          "element": "wp:post_password"
        },
        {
          "name": "sticky",
          "type": "int",
          "element": "wp:is_sticky",
          "default": 0
        },
        {
          "name": "attachment_url",
          "type": "string",
          "element": "wp:attachment_url"
        },
        {
          "name": "comments",
          "type": "comments"
        },
        {
          "name": "post_taxonomies",
          "type": "post_taxonomies"
        },
        {
          "name": "metas",
          "type": "metas",
          "child_element": "wp:postmeta"
        }
      ]
    },
    "comment": {
      "container_element": "wp:comment",
      "fields": [
        {
          "name": "id",
          "type": "int",
          "element": "wp:comment_id"
        },
        {
          "name": "author",
          "type": "string",
          "element": "wp:comment_author"
        },
        {
          "name": "author_email",
          "type": "string",
          "element": "wp:comment_author_email"
        },
        {
          "name": "author_url",
          "type": "string",
          "element": "wp:comment_author_url"
        },
        {
          "name": "author_ip",
          "type": "string",
          "element": "wp:comment_author_IP"
        },
        {
          "name": "date",
          "type": "mysql_date",
          "element": "wp:comment_date"
        },
        {
          "name": "date_gmt",
          "type": "mysql_date",
          "element": "wp:comment_date_gmt"
        },
        {
          "name": "content",
          "element": "wp:comment_content",
          "type": "cdata"
        },
        {
          "name": "approved",
          "type": "int",
          "element": "wp:comment_approved",
          "default": 1
        },
        {
          "name": "type",
          "type": "string",
          "element": "wp:comment_type"
        },
        {
          "name": "parent",
          "type": "int",
          "element": "wp:comment_parent"
        },
        {
          "name": "user_id",
          "type": "int",
          "element": "wp:comment_user_id"
        },
        {
          "name": "metas",
          "type": "metas",
          "child_element": "wp:commentmeta"
        }
      ]
    },
    "post_taxonomy": {
      "fields": [
        {
          "name": "name",
          "type": "cdata",
          "element": "category"
        },
        {
          "name": "domain",
          "type": "string"
        },
        {
          "name": "slug",
          "type": "string"
        }
      ]
    },
    "meta": {
      "fields": [
        {
          "name": "key",
          "type": "string",
          "element": "wp:meta_key"
        },
        {
          "name": "value",
          "type": "string",
          "element": "wp:meta_value"
        }
      ]
    }
  }
}
