Ajax: Difference between revisions
Jump to navigation
Jump to search
Created page with "{ "type": "array", "title": "People", "format": "tabs", "items": { "title": "Person", "headerTemplate": "{{i}} - {{self.name}}", "oneOf": [ { "$ref": "examples/basic_person.json", "title": "Basic Person" }, { "$ref": "examples/person.json", "title": "Complex Person" } ] } }" |
Admin changed the content model of the page JsonSchema:Ajax from "wikitext" to "JSON" |
||
| Line 1: | Line 1: | ||
{ | { | ||
"type": "array", | |||
"title": "People", | |||
"format": "tabs", | |||
"items": { | |||
"title": "Person", | |||
"headerTemplate": "{{i}} - {{self.name}}", | |||
"oneOf": [ | |||
{ | |||
"$ref": "examples/basic_person.json", | |||
"title": "Basic Person" | |||
}, | |||
{ | |||
"$ref": "examples/person.json", | |||
"title": "Complex Person" | |||
} | |||
] | |||
} | |||
} | } | ||
Revision as of 22:15, 4 November 2025
| type | "array" | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| title | "People" | ||||||||||||||||
| format | "tabs" | ||||||||||||||||
| items |
|