Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Wikisphere. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:20, 23 November 2025 Admin talk contribs changed the content model of the page JsonSchema:Recursive from "wikitext" to "JSON"
- 19:19, 23 November 2025 Admin talk contribs created page JsonSchema:Recursive (Created page with "{ "title": "Person", "$ref": "#/definitions/person", "definitions": { "person": { "type": "object", "id": "person", "defaultProperties": [ "fname", "lname", "bestFriend", "coworkers" ], "patternProperties": { "^cousin_[0-9]+$": { "$ref": "#/definitions/person" } }, "properties": { "fname": { "title": "first name", "type": "string" }, "lname": { "title": "last name", "type": "string"...") Tag: 2017 source edit