techSchema
type: object
a programming language, tool or framework used in the creation of a project
Examples
{ "id": "react", "name": "React"}
{ "id": "typescript", "name": "TypeScript", "shortName": "TS"}
{ "id": "recivi", "name": "Récivi", "url": { "dest": "https://recivi.vercel.app", "label": "Récivi homepage" }}
id
type: string
optional? yes
an identifier for the technology
name
type: string
the name of the technology
shortName
type: string
optional? yes
a short informal name for the technology
url
type: urlSchema
optional? yes
the URL to the website or documentation for the technology