File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
packages/pwa-kit-create-app Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 214214 "type" : " object" ,
215215 "properties" : {
216216 "id" : {
217- "type" : " string"
217+ "type" : " string" ,
218+ "description" : " The unique identifier for the validator."
218219 },
219220 "name" : {
220- "type" : " string"
221+ "type" : " string" ,
222+ "description" : " The name of the validator."
221223 },
222224 "description" : {
223- "type" : " string"
225+ "type" : " string" ,
226+ "description" : " A brief description of what the validator does."
224227 },
225228 "message" : {
226229 "type" : " string" ,
231234 },
232235 "regex" : {
233236 "type" : " string" ,
237+ "description" : " The validation logic, often a regular expression or a reference to a function." ,
234238 "_ai" : {
235239 "instruction" : " Use this regex to validate the user input." ,
236240 "expectedUse" : " For validation of user input."
735739 }
736740 ]
737741 }
738- }
742+ }
You can’t perform that action at this time.
0 commit comments