From 0840a3b9dcdf05bec7f000204c11d1ff3bfa0e6f Mon Sep 17 00:00:00 2001 From: Devon Stewart Date: Thu, 3 Mar 2022 13:16:35 -0800 Subject: [PATCH] Follow-up to include-paths (#1094) --- schema.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/schema.json b/schema.json index 9208f6bb6..0a4e6239e 100644 --- a/schema.json +++ b/schema.json @@ -73,6 +73,13 @@ "type": "string" } }, + "include-paths": { + "default": [], + "type": "array", + "items": { + "type": "string" + } + }, "exclude-contributors": { "default": [], "type": "array",