I trying to map below JSON to Swagger YAML in swagger editor 2.0 and I am not sure how to set mixed array types into my schema
{ "obj1": [ "string data", 1 ] }
Now, my swagger definition has,
schema: object1: type: array items: type: string