From 77fea8bfecd93829bca3f2f4b91935ac4372682d Mon Sep 17 00:00:00 2001 From: Octokit Bot <33075676+octokitbot@users.noreply.github.com> Date: Thu, 10 Mar 2022 22:50:04 +0000 Subject: [PATCH] style: lint JSON files --- .../repository_vulnerability_alert/create.schema.json | 4 +--- .../repository_vulnerability_alert/reopen.schema.json | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/payload-schemas/api.github.com/repository_vulnerability_alert/create.schema.json b/payload-schemas/api.github.com/repository_vulnerability_alert/create.schema.json index d9450ba0d..37fb7a5da 100644 --- a/payload-schemas/api.github.com/repository_vulnerability_alert/create.schema.json +++ b/payload-schemas/api.github.com/repository_vulnerability_alert/create.schema.json @@ -11,9 +11,7 @@ { "type": "object", "required": ["state"], - "properties": { - "state": { "type": "string", "enum": ["open"] } - }, + "properties": { "state": { "type": "string", "enum": ["open"] } }, "tsAdditionalProperties": false } ] diff --git a/payload-schemas/api.github.com/repository_vulnerability_alert/reopen.schema.json b/payload-schemas/api.github.com/repository_vulnerability_alert/reopen.schema.json index 068b45727..77fc5c55d 100644 --- a/payload-schemas/api.github.com/repository_vulnerability_alert/reopen.schema.json +++ b/payload-schemas/api.github.com/repository_vulnerability_alert/reopen.schema.json @@ -11,9 +11,7 @@ { "type": "object", "required": ["state"], - "properties": { - "state": { "type": "string", "enum": ["open"] } - }, + "properties": { "state": { "type": "string", "enum": ["open"] } }, "tsAdditionalProperties": false } ]