Erik Mudrak
Results
1
comments of
Erik Mudrak
My temporary workaround is importing the referenced schema directly like so: ``` albums: { type: 'array', items: { type: 'object', properties: albumResultSchema.definition.properties, }, }, ```