Recently, I experimented with a schema using realm-js library that included the following properties:
- floatArray: {type:'list', objectType:'float'}
However, I encountered an error message stating "Schema validation failed... Target type 'float' doesn't exist for property..."
Is there a workaround or specific method to define an array of floats in this context?