Skip to content

Commit

Permalink
naming updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed May 7, 2024
1 parent 6034a3c commit 75eff6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"protocol": "https://wired-protocol.org/v0/protocols/world-registry.json",
"protocol": "https://wired-protocol.org/v0/protocols/world-host.json",
"published": true,
"types": {
"instance": {
Expand All @@ -10,12 +10,12 @@
"schema": "https://wired-protocol.org/v0/schemas/instance-info.json",
"dataFormat": ["application/json"]
},
"host-url": {
"connect-url": {
"dataFormat": ["application/json"]
}
},
"structure": {
"host-url": {
"connect-url": {
"$actions": [
{
"who": "anyone",
Expand Down
6 changes: 1 addition & 5 deletions social/dwn/schemas/instance-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"$id": "https://wired-protocol.org/v0/schemas/instance-info.json",
"type": "object",
"properties": {
"url": {
"type": "string"
},
"numPlayers": {
"type": "number"
},
Expand All @@ -15,6 +12,5 @@
"extras": {
"type": "object"
}
},
"required": ["url"]
}
}

0 comments on commit 75eff6e

Please sign in to comment.