Skip to content

Commit f3e023d

Browse files
committed
pattern in example schema
1 parent 6c0606f commit f3e023d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap-example.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ <h3>Model</h3>
5656
"title": "Name",
5757
"description": "Gimme yea name lad",
5858
"type": "string",
59+
"pattern": "^[^/]*$",
5960
"minLength": 2
6061
},
6162
"favorite": {

0 commit comments

Comments
 (0)