Skip to content

Commit

Permalink
Update data/comid/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dionna Amalie Glaze <[email protected]>
  • Loading branch information
ravjot07 and deeglaze authored Dec 25, 2024
1 parent b995937 commit d5f6ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/comid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5f6ccc

Please sign in to comment.