slightly more redaction
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 19s
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 19s
This commit is contained in:
parent
2f5aa50c84
commit
c1c3090a2f
25 changed files with 59 additions and 91 deletions
|
|
@ -17,6 +17,10 @@ const EducationLoose = z.object({
|
|||
name: z.string().min(1).optional(),
|
||||
});
|
||||
|
||||
const CV = z.object({
|
||||
sourceLink: z.string().url().min(1),
|
||||
});
|
||||
|
||||
const ProfileSchema = z.object({
|
||||
name: z.string().min(1),
|
||||
nick: z.string().min(1),
|
||||
|
|
@ -25,6 +29,7 @@ const ProfileSchema = z.object({
|
|||
phone: z.string().min(1),
|
||||
linkedIn: Link,
|
||||
itch: Link,
|
||||
cv: CV,
|
||||
experience: z.array(Experience),
|
||||
education: z
|
||||
.array(EducationLoose)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue