You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
@johnfrancisgit Are you doing a console log here? There is a limit to the depth that console.log will output. That [Object] and [Array] is a giveaway that there's more data you're not seeing.
The util.inspect method can be used in conjunction with console.log() for this kind of thing.
Try this to see the full object (assuming a variable called schema that contains your schema):
Is it correct that this only creates the schema from top level keys?
E.g
has schema:
Is it possible to also generate populate the schema for nested fields
point
,value
,name
?The text was updated successfully, but these errors were encountered: