Skip to content

Commit

Permalink
Add linked_spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gidsi committed Jan 10, 2021
1 parent 8041dae commit 2cee511
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 15-draft.json
Original file line number Diff line number Diff line change
Expand Up @@ -1174,6 +1174,22 @@
"billing_interval"
]
}
},
"linked_spaces": {
"description": "A list of spaces you know and feel connected too.",
"type": "array",
"items": {
"type": "object",
"properties": {
"url": {
"description": "The space's website according to their SpaceAPI endpoint",
"type": "string"
}
},
"required": [
"url"
]
}
}
},
"required": [
Expand Down

0 comments on commit 2cee511

Please sign in to comment.