File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
specification/iothub/resource-manager/Microsoft.Devices/stable/2018-04-01 Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 3118
3118
"message" : {
3119
3119
"description" : " Routing message" ,
3120
3120
"$ref" : " #/definitions/RoutingMessage"
3121
+ },
3122
+ "twin" : {
3123
+ "description" : " Routing Twin Reference" ,
3124
+ "$ref" : " #/definitions/RoutingTwin"
3125
+ }
3126
+ }
3127
+ },
3128
+ "RoutingTwin" : {
3129
+ "description" : " Twin reference input parameter. This is an optional parameter" ,
3130
+ "type" : " object" ,
3131
+ "properties" : {
3132
+ "tags" : {
3133
+ "description" : " Twin Tags" ,
3134
+ "type" : " object"
3135
+ },
3136
+ "properties" : {
3137
+ "properties" : {
3138
+ "desiredProperties" : {
3139
+ "description" : " Twin desired properties" ,
3140
+ "type" : " object"
3141
+ },
3142
+ "reportedProperties" : {
3143
+ "description" : " Twin desired properties" ,
3144
+ "type" : " object"
3145
+ }
3146
+ }
3121
3147
}
3122
3148
}
3123
3149
},
3182
3208
"route" : {
3183
3209
"description" : " Route properties" ,
3184
3210
"$ref" : " #/definitions/RouteProperties"
3211
+ },
3212
+ "twin" : {
3213
+ "description" : " Routing Twin Reference" ,
3214
+ "$ref" : " #/definitions/RoutingTwin"
3185
3215
}
3186
3216
}
3187
3217
},
You can’t perform that action at this time.
0 commit comments