{
	"x-i18n-description": "rest-schema-desc-new-page",
	"required": [
		"id",
		"title",
		"key",
		"latest",
		"license",
		"content_model",
		"source"
	],
	"properties": {
		"id": {
			"type": "integer",
			"x-i18n-description": "rest-property-desc-page-id",
			"example": 26903
		},
		"title": {
			"type": "string",
			"x-i18n-description": "rest-property-desc-page-title",
			"example": "Solar System"
		},
		"key": {
			"type": "string",
			"x-i18n-description": "rest-property-desc-page-key",
			"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"
				}
			}
		},
		"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"
				}
			}
		},
		"content_model": {
			"type": "string",
			"x-i18n-description": "rest-property-desc-page-contentmodel",
			"example": "wikitext"
		},
		"source": {
			"type": "string",
			"x-i18n-description": "rest-param-desc-update-source",
			"example": "{{Short description|Planetary system consisting of the Sun and..."
		}
	}
}
