Results 2 issues of Akshit Jain

I think it is a major functionality and is required by a lot of users.Is anyone working on it or is there any scope of adding it in later releases?

{ "title":"xyz", "type":"object", "properties":{ "id":{ "type":"string" }, "friend":{ "type":"string" }, "Attributes":{ "type":"object", "oneOf":[ { "type":"object", "title":"abc", "properties":{ "name":{ "type":"string", "default":"qrs" }, "age":{ "type":"number" } } } ] } } }...