Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions spec/MicroWaveDeviceInventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2895,13 +2895,17 @@ paths:
items:
required:
- device-type
- device-count
- attribute-mismatches
- attribute-class-mismatches
- weighted-score
properties:
device-type:
type: string
description: 'The deviceType for which the aggregated values are provided'
device-count:
type: integer
description: 'The number of grouped devices for the device-type (number of samples specified in the integer profile in case of device-type==all)'
attribute-mismatches:
type: integer
description: 'The averaged number of attribute mismatches'
Expand All @@ -2916,17 +2920,20 @@ paths:
value:
cache-quality-statistics:
- device-type: 'all'
device-count: 1400
attribute-mismatches: 18
attribute-class-mismatches: 2
weighted-score: 31
grouping-per-device-type:
value:
cache-quality-statistics:
- device-type: 'AGS20'
device-count: 125
attribute-mismatches: 18
attribute-class-mismatches: 2
weighted-score: 31
- device-type: 'MLTN'
device-count: 72
attribute-mismatches: 5
attribute-class-mismatches: 3
weighted-score: 19
Expand Down
Loading