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" } ] } }" |
(No difference)
|
Revision as of 22:15, 4 November 2025
{
"type": "array",
"title": "People",
"format": "tabs",
"items": {
"title": "Person",
"headerTemplate": "Template:I - Template:Self.name",
"oneOf": [
{
"$ref": "examples/basic_person.json",
"title": "Basic Person"
},
{
"$ref": "examples/person.json",
"title": "Complex Person"
}
]
}
}