Skip to content

Commit

Permalink
Fix privateData name (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe authored Jul 8, 2024
1 parent 3c2f3b4 commit edffe29
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions specs/protocol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,12 +329,12 @@ Messages form exchanges between Alice and a PFI.
## Fields
All tbdex messages are JSON objects which can include the following top-level properties:

| Field | Required (Y/N) | Description |
| ----------- | -------------- | --------------------------------------------------------------------- |
| `metadata` | Y | An object containing fields _about_ the message |
| `data` | Y | The actual message content |
| `signature` | Y | signature that verifies the authenticity and integrity of the message |
| `private` | N | An ephemeral JSON object used to transmit sensitive data (e.g. PII) |
| Field | Required (Y/N) | Description |
| ------------- | -------------- | --------------------------------------------------------------------- |
| `metadata` | Y | An object containing fields _about_ the message |
| `data` | Y | The actual message content |
| `signature` | Y | signature that verifies the authenticity and integrity of the message |
| `privateData` | N | An ephemeral JSON object used to transmit sensitive data (e.g. PII) |

### `metadata`
The `metadata` object contains fields _about_ the message and is present in _every_ tbdex message.
Expand Down

0 comments on commit edffe29

Please sign in to comment.