File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 985985 "type" : " array" ,
986986 "items" : {
987987 "type" : " string" ,
988- "pattern" : " ^[\\ w.-]+\\ /[\\ w.-]+$"
988+ "pattern" : " ^[\\ w.-]+\\ /[\\ w. -]+$"
989989 },
990990 "default" : [],
991991 "examples" : [
10001000 "type" : " array" ,
10011001 "items" : {
10021002 "type" : " string" ,
1003- "pattern" : " ^[\\ w.-]+\\ /[\\ w.-]+\\ /[\\ w.-]+$"
1003+ "pattern" : " ^[\\ w.-]+\\ /[\\ w. -]+\\ /[\\ w. -]+$"
10041004 },
10051005 "default" : [],
10061006 "examples" : [
Original file line number Diff line number Diff line change 14761476 "type" : " array" ,
14771477 "items" : {
14781478 "type" : " string" ,
1479- "pattern" : " ^[\\ w.-]+\\ /[\\ w.-]+$"
1479+ "pattern" : " ^[\\ w.-]+\\ /[\\ w. -]+$"
14801480 },
14811481 "default" : [],
14821482 "examples" : [
14911491 "type" : " array" ,
14921492 "items" : {
14931493 "type" : " string" ,
1494- "pattern" : " ^[\\ w.-]+\\ /[\\ w.-]+\\ /[\\ w.-]+$"
1494+ "pattern" : " ^[\\ w.-]+\\ /[\\ w. -]+\\ /[\\ w. -]+$"
14951495 },
14961496 "default" : [],
14971497 "examples" : [
Original file line number Diff line number Diff line change @@ -984,7 +984,7 @@ const schema = {
984984 "type" : "array" ,
985985 "items" : {
986986 "type" : "string" ,
987- "pattern" : "^[\\w.-]+\\/[\\w.-]+$"
987+ "pattern" : "^[\\w.-]+\\/[\\w. -]+$"
988988 } ,
989989 "default" : [ ] ,
990990 "examples" : [
@@ -999,7 +999,7 @@ const schema = {
999999 "type" : "array" ,
10001000 "items" : {
10011001 "type" : "string" ,
1002- "pattern" : "^[\\w.-]+\\/[\\w.-]+\\/[\\w.-]+$"
1002+ "pattern" : "^[\\w.-]+\\/[\\w. -]+\\/[\\w. -]+$"
10031003 } ,
10041004 "default" : [ ] ,
10051005 "examples" : [
Original file line number Diff line number Diff line change @@ -1475,7 +1475,7 @@ const schema = {
14751475 "type" : "array" ,
14761476 "items" : {
14771477 "type" : "string" ,
1478- "pattern" : "^[\\w.-]+\\/[\\w.-]+$"
1478+ "pattern" : "^[\\w.-]+\\/[\\w. -]+$"
14791479 } ,
14801480 "default" : [ ] ,
14811481 "examples" : [
@@ -1490,7 +1490,7 @@ const schema = {
14901490 "type" : "array" ,
14911491 "items" : {
14921492 "type" : "string" ,
1493- "pattern" : "^[\\w.-]+\\/[\\w.-]+\\/[\\w.-]+$"
1493+ "pattern" : "^[\\w.-]+\\/[\\w. -]+\\/[\\w. -]+$"
14941494 } ,
14951495 "default" : [ ] ,
14961496 "examples" : [
You can’t perform that action at this time.
0 commit comments