JSON Schema to Realm Data Model

Hi,
I’m using Realm SDK for React Natve and at the moment I’m not using sync.
I’m looking for a way to convert JSON schema to Realm data model but so far couldn’t find any solution.

Thanks for the help

Hi Mooli,

In your Realm UI navigation panel, if you navigate to Build > SDKs > Data Models you should be able to see the data models which have been translated from your JSON Schema.

Does that answer your question?

Regards
Manny

Hi thanks for the reply, but unfortunately I need to convert our JSON schema (coming from our rest api) to Realm schema on the fly.
For now, we are not using MongoDB / Realm sync