Skip to content

Commit

Permalink
Add linked_spaces attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
gidsi committed May 16, 2020
1 parent c1398f2 commit 08efa64
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 14-draft.json
Original file line number Diff line number Diff line change
Expand Up @@ -1175,6 +1175,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 spaces website according to their SpaceAPI endpoint",
"type": "string"
}
},
"required": [
"endpoint"
]
}
}
},
"required": [
Expand Down

0 comments on commit 08efa64

Please sign in to comment.