From fe0a1e0e0f2f453297a241ca7778acfc143b1838 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Tue, 17 Dec 2024 20:42:15 -0800 Subject: [PATCH] openapi: remove required ID field on Filter schemas --- openapi.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 1e075d7..079f794 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -566,13 +566,8 @@ components: type: integer format: int32 SubmissionFilter: - required: - - ID type: object properties: - ID: - type: integer - format: int64 DisplayName: type: string maxLength: 128 @@ -692,9 +687,6 @@ components: ScriptPolicyFilter: type: object properties: - ID: - type: integer - format: int64 FromScriptHash: type: string minLength: 16