Ajax: Difference between revisions

From Wikisphere
Jump to navigation Jump to search
Admin changed the content model of the page JsonSchema:Ajax from "wikitext" to "JSON"
No edit summary
 
Line 8: Line 8:
"oneOf": [
"oneOf": [
{
{
"$ref": "examples/basic_person.json",
"$ref": "/w/index.php?title=JsonSchema:Basic_person\u0026action=raw",
"title": "Basic Person"
"title": "Basic Person"
},
},
{
{
"$ref": "examples/person.json",
"$ref": "/w/index.php?title=JsonSchema:Person\u0026action=raw",
"title": "Complex Person"
"title": "Complex Person"
}
}

Latest revision as of 22:18, 4 November 2025

type"array"
title"People"
format"tabs"
items
title"Person"
headerTemplate"{{i}} - {{self.name}}"
oneOf
$ref"/w/index.php?title=JsonSchema:Basic_person&action=raw"
title"Basic Person"
$ref"/w/index.php?title=JsonSchema:Person&action=raw"
title"Complex Person"