console icon indicating copy to clipboard operation
console copied to clipboard

Support array type to JSON Schema

Open whdalsrnt opened this issue 3 years ago • 0 comments

{
  "array_of_object": [  
    {
      "key": "value"
    },
    ...
  ],
  "array_of_string": ["str1", "str2"]
}

whdalsrnt avatar Feb 21 '22 05:02 whdalsrnt