Skip to content

Commit

Permalink
rename record -> record_id
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed May 15, 2024
1 parent 7c856c0 commit d4cfc29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions social/dwn/schemas/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"did": {
"type": "string"
},
"record": {
"record_id": {
"type": "string"
}
},
"required": ["did", "record"]
"required": ["did", "record_id"]
}
},
"required": ["world"]
Expand Down
4 changes: 2 additions & 2 deletions social/dwn/schemas/instance.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"did": {
"type": "string"
},
"record": {
"record_id": {
"type": "string"
}
},
"required": ["did", "record"]
"required": ["did", "record_id"]
}
},
"required": ["world"]
Expand Down

0 comments on commit d4cfc29

Please sign in to comment.