console
console copied to clipboard
Support array type to JSON Schema
{
"array_of_object": [
{
"key": "value"
},
...
],
"array_of_string": ["str1", "str2"]
}