From 2cee511581fedf56cd8a190d5278ff1b33522478 Mon Sep 17 00:00:00 2001 From: gidsi Date: Sun, 10 Jan 2021 19:48:43 +0100 Subject: [PATCH] Add linked_spaces --- 15-draft.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/15-draft.json b/15-draft.json index d316dae..ef38c91 100644 --- a/15-draft.json +++ b/15-draft.json @@ -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": [