Skip to content

Commit 259087e

Browse files
fix: use prod stage name only (#65)
1 parent 822e072 commit 259087e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schemas/deviceShadow/ipShadow/ipShadow.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@
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": [

0 commit comments

Comments
 (0)