From 70425b77c3b886cd66106228849b4ae04bd4997e Mon Sep 17 00:00:00 2001 From: Chris Herman Date: Thu, 4 Apr 2024 20:20:39 -0400 Subject: [PATCH] feat(rc): add host as required type --- docs/public/schema.json | 3 ++- schema.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/public/schema.json b/docs/public/schema.json index 8bc6e8ae..dbcb4d5f 100644 --- a/docs/public/schema.json +++ b/docs/public/schema.json @@ -40,6 +40,7 @@ "publicKey", "privateKey", "entry", - "external" + "external", + "host" ] } diff --git a/schema.json b/schema.json index 8bc6e8ae..dbcb4d5f 100644 --- a/schema.json +++ b/schema.json @@ -40,6 +40,7 @@ "publicKey", "privateKey", "entry", - "external" + "external", + "host" ] }