Skip to content

Commit

Permalink
Merge pull request #75 from trustoverip/daidoji-patch-1
Browse files Browse the repository at this point in the history
Added missing brackets to json immutability examples.
  • Loading branch information
m00sey authored Mar 19, 2024
2 parents a3ae770 + 3548471 commit f00cd6d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -1395,7 +1395,8 @@ First, replace the value of the `$id` field with a string filled with dummy char
"type": "object",
"properties": {
"full_name": {
"type": "string"
"type": "string"
}
}
}
```
Expand All @@ -1416,7 +1417,8 @@ Third, replace the dummy identifier value with the derived identifier value in t
"type": "object",
"properties": {
"full_name": {
"type": "string"
"type": "string"
}
}
}
```
Expand Down

0 comments on commit f00cd6d

Please sign in to comment.