We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a439aae + 3055751 commit 80e949eCopy full SHA for 80e949e
docs/docs/building-sockets/basics.md
@@ -50,6 +50,7 @@ Later, you will be asked to choose the template:
50
? Choose template for your Socket (Use arrow keys)
51
Vanilla JS Socket - (@syncano/template-socket-vanilla)
52
❯ ES6 Socket - (@syncano/template-socket-es6)
53
+ ES6 Socket + validation - (@syncano/template-socket-es6-validate)
54
55
56
Your Socket configuration is stored at /Users/qk/my_project/syncano/hello-world
@@ -68,6 +69,9 @@ endpoints:
68
69
hello:
70
description: Hello world!
71
inputs:
72
+ required:
73
+ - firstname
74
+ - lastname
75
properties:
76
firstname:
77
type: string
0 commit comments