We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0552c0 commit d7aeb36Copy full SHA for d7aeb36
1 file changed
schema/resources/resources.go
@@ -58,9 +58,10 @@ func (v BatchResourceDiscovery) Sort() {
58
}
59
60
type BatchRepresentation struct {
61
- HrefRaw string `json:"href"`
62
- ETag []byte `json:"etag"`
63
- Content cbor.RawMessage `json:"rep"`
+ HrefRaw string `json:"href"`
+ ETag []byte `json:"etag"`
+ Content cbor.RawMessage `json:"rep"`
64
+ ResourceTypes []string `json:"rt,omitempty"`
65
66
67
func (v BatchRepresentation) DeviceID() string {
0 commit comments