Make access optional

This commit is contained in:
Tim Jacomb
2020-09-16 14:09:54 +01:00
parent 80b56edec3
commit 7806decbc4
2 changed files with 3 additions and 3 deletions
@@ -54,7 +54,7 @@ const useTemplate = (
const OWNER_REPO_SCHEMA = {
$schema: 'http://json-schema.org/draft-07/schema#' as const,
required: ['storePath', 'owner', 'access'],
required: ['storePath', 'owner'],
properties: {
owner: {
type: 'string' as const,