diff --git a/data/comid/README.md b/data/comid/README.md index 8f38ace..95f9ca9 100644 --- a/data/comid/README.md +++ b/data/comid/README.md @@ -69,7 +69,7 @@ Used to store **public keys** associated with an environment. This is essential |:------------------:|:------:|:----------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------:| | environment | Object | Contains class and optionally instance, layer, index. | See 3.1 Environment. | | measurements | Array | List of measurement objects. | [ { "key": { ... }, "value": { ... } } ] | -| measurements.key | Object | Identifies the measurement. Could be a psa.refval-id, cca.platform-config-id, etc. | { "type": "psa.refval-id", "value": { "label": "BL", "version": "2.1.0", ... } } | +| measurements.key | Object | Identifies the measured component. Could be a psa.refval-id, cca.platform-config-id, etc. | { "type": "psa.refval-id", "value": { "label": "BL", "version": "2.1.0", ... } } | | measurements.value | Object | Holds the actual measurement data. | { "digests": ["sha-256:..."] }, or { "raw-value": { "type": "bytes", "value": "..." } }, etc. | ### 4.3 Attester-Verification-Key Fields