|
|
|
|
|
by msp26
905 days ago
|
|
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. |
|