when json schema contains:
"properties": {
"labels": {
"type": "array",
"items": [{ "type": "string" }]
},
where, for example, matching data could be:
{
"labels" : ["257","340"],
},
Then, for this array, default renderer displays:
"No applicable renderer found."
when json schema contains: "properties": { "labels": { "type": "array", "items": [{ "type": "string" }] }, where, for example, matching data could be: { "labels" : ["257","340"], }, Then, for this array, default renderer displays: "No applicable renderer found."