resumeSchema
type: object
$schema
type: string
optional? yes
default: https://recivi.pages.dev/schemas/recivi-resume.json
kind: URL
the URL to the JSON schema that should be used to validate this document
bio
type: bioSchema
information related to the identity of a person
creations
type: array
optional? yes
the creations of a person, which consists of projects under various epics
creations[idx]
type: epicSchema
a large creative endeavour that the user has undertaken; The user can work on one or more projects as a part of an epic.
education
type: array
optional? yes
the education of a person, which consists of certifications from various insitutes
education[idx]
type: instituteSchema
an organisation that imparts education or training, and offers certifications to corroborate the same; The user can acquire one or more certifications from an institute.
work
type: array
optional? yes
the work experience of a person, which consists of positions of responsibility in various organisations
work[idx]
type: orgSchema
a company or institution that the user has worked for; The user can serve for one or more roles at an organisation.