Skip to content

Commit

Permalink
Update database_index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bbtgnn committed Mar 1, 2024
1 parent afe8935 commit df617a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/_modules/database_index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Type as T } from '@sinclair/typebox';

export const database_index_schema = T.Object({
education: T.Union([T.Literal('maturita-scientifica-sante-simone'), T.Literal('triennio-isia-urbino')]),
organizations: T.Union([T.Literal('axant'), T.Literal('dyne'), T.Literal('ff3300'), T.Literal('forkbomb'), T.Literal('freelance'), T.Literal('isia-urbino'), T.Literal('la-scuola-open-source'), T.Literal('liceo-scientifico-s-simone'), T.Literal('studio-ardito')]),
organizations: T.Union([T.Literal('axant'), T.Literal('dyne'), T.Literal('ff3300'), T.Literal('forkbomb'), T.Literal('freelance'), T.Literal('isia-urbino'), T.Literal('la-scuola-open-source'), T.Literal('liceo-scientifico-s-simone'), T.Literal('mimmo'), T.Literal('studio-ardito')]),
projects: T.Union([T.Literal('join'), T.Literal('reaction-diffusion'), T.Literal('scabec'), T.Literal('signroom')]),
work_experiences: T.Union([T.Literal('axant-ui-designer'), T.Literal('developer-dyne'), T.Literal('developer-forkbomb'), T.Literal('developer-sos'), T.Literal('ff3300-developer'), T.Literal('freelance-multi'), T.Literal('freelance-teacher'), T.Literal('sos-information-manager'), T.Literal('sos-workshop-organizer'), T.Literal('studio-ardito-designer')])
})
Expand All @@ -21,6 +21,7 @@ export const database_index = {
"isia-urbino",
"la-scuola-open-source",
"liceo-scientifico-s-simone",
"mimmo",
"studio-ardito"
],
"projects": [
Expand Down

0 comments on commit df617a9

Please sign in to comment.