{
	"x-i18n-description": "rest-schema-desc-bare-page",
	"required": [
		"id",
		"key",
		"title",
		"latest",
		"content_model",
		"license",
		"html_url"
	],
	"properties": {
		"id": {
			"type": "integer",
			"x-i18n-description": "rest-property-desc-page-id",
			"example": 26903
		},
		"key": {
			"type": "string",
			"x-i18n-description": "rest-property-desc-page-key",
			"example": "Solar_System"
		},
		"title": {
			"type": "string",
			"x-i18n-description": "rest-property-desc-page-title",
			"example": "Solar System"
		},
		"latest": {
			"type": "object",
			"x-i18n-description": "rest-property-desc-page-latest",
			"properties": {
				"id": {
					"type": "integer",
					"x-i18n-description": "rest-property-desc-page-latest-id",
					"example": 1347490218
				},
				"timestamp": {
					"type": "string",
					"x-i18n-description": "rest-property-desc-page-timestamp",
					"example": "2026-04-07T01:20:41Z"
				}
			}
		},
		"content_model": {
			"type": "string",
			"x-i18n-description": "rest-property-desc-page-contentmodel",
			"example": "wikitext"
		},
		"license": {
			"type": "object",
			"x-i18n-description": "rest-property-desc-page-license",
			"properties": {
				"url": {
					"type": "string",
					"x-i18n-description": "rest-property-desc-page-license-url",
					"example": "https://creativecommons.org/licenses/by-sa/4.0/deed.en"
				},
				"title": {
					"type": "string",
					"x-i18n-description": "rest-property-desc-page-license-title",
					"example": "Creative Commons Attribution-Share Alike 4.0"
				}
			}
		},
		"html_url": {
			"type": "string",
			"x-i18n-description": "rest-property-desc-html-url",
			"example": "https://en.wikipedia.org/w/rest.php/v1/page/Solar_System/html"
		}
	}
}
