File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
schemas/deviceShadow/ipShadow Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 103103 "d2c" : {
104104 "type" : " string" ,
105105 "description" : " Communication topic from device to cloud" ,
106- "pattern" : " (dev|beta| prod) \/ [a-f0-9]{8}-?[a-f0-9]{4}-?4[a-f0-9]{3}-?[89ab][a-f0-9]{3}-?[a-f0-9]{12}\/ m\/ d\/ [a-z0-9:_-]{1,128}\/ d2c"
106+ "pattern" : " prod\/ [a-f0-9]{8}-?[a-f0-9]{4}-?4[a-f0-9]{3}-?[89ab][a-f0-9]{3}-?[a-f0-9]{12}\/ m\/ d\/ [a-z0-9:_-]{1,128}\/ d2c"
107107 },
108108 "c2d" : {
109109 "type" : " string" ,
110110 "description" : " Communication topic from cloud to device" ,
111- "pattern" : " (dev|beta| prod) \/ [a-f0-9]{8}-?[a-f0-9]{4}-?4[a-f0-9]{3}-?[89ab][a-f0-9]{3}-?[a-f0-9]{12}\/ m\/ d\/ [a-z0-9:_-]{1,128}\/ c2d"
111+ "pattern" : " prod\/ [a-f0-9]{8}-?[a-f0-9]{4}-?4[a-f0-9]{3}-?[89ab][a-f0-9]{3}-?[a-f0-9]{12}\/ m\/ d\/ [a-z0-9:_-]{1,128}\/ c2d"
112112 }
113113 },
114114 "required" : [
You can’t perform that action at this time.
0 commit comments