Skip to content

Tech

a programming language, tool or framework used in the creation of a project
Type: object
Properties

id

an identifier for the technology
Type: string

name *

the name of the technology
Type: string
Required: yes

shortName

a short informal name for the technology
Type: string

url

the URL to the website or documentation for the technology
Type: Url
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"
}
}