Skip to content

Commit

Permalink
adding required field 'published' to protocols.configure example
Browse files Browse the repository at this point in the history
  • Loading branch information
angiejones authored and frankhinek committed Nov 3, 2023
1 parent 0ea7446 commit fd41ecb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ const { protocol } = await web5.dwn.protocols.configure({
message: {
definition: {
protocol: "https://photos.org/protocol",
published: true,
types: {
album: {
schema: "https://photos.org/protocol/album",
Expand Down

0 comments on commit fd41ecb

Please sign in to comment.