zlacker

[parent] [thread] 0 comments
1. msp26+(OP)[view] [source] 2023-12-27 17:20:15
Yeah I was using hacky workarounds like this to get Object[] types in my schema. The API seemed to throw a fit if I did this in any other way.

``` {"type": "array", "items": {"type": "object", "properties": {"object": {"type": "object"}}}} ```

Somehow the thought to just write the typescript myself never occurred haha.

[go to top]