Ajax
{
"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"
}
]
}
}