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 Dec 27, 2022. It is now read-only.
Does it make sense on writing a ton of data into the person schema ? (or it must contain just the type, description and title fields?)
Also how can I add data to the profile (dat.json), its a simple write to a json file or it ll be like the POSTS API (await posts.add({body, visibility})) ?
The text was updated successfully, but these errors were encountered:
Yeah the profile information is currently only "title", "description", and an avatar. I think we should consider adding a profile/resume schema, perhaps https://jsonresume.org/schema/
Does it make sense on writing a ton of data into the person schema ? (or it must contain just the type, description and title fields?)
Also how can I add data to the profile (dat.json), its a simple write to a json file or it ll be like the POSTS API (await posts.add({body, visibility})) ?
The text was updated successfully, but these errors were encountered: