From 946268c2e22076a3f5ab8aceaf88f579f1fa35fd Mon Sep 17 00:00:00 2001 From: Chase Adams Date: Fri, 19 Apr 2024 13:41:04 -0700 Subject: [PATCH] fix: api schema --- packages/api/src/schema/api-schema.yaml | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/packages/api/src/schema/api-schema.yaml b/packages/api/src/schema/api-schema.yaml index 8f79fe542d..0814af3859 100644 --- a/packages/api/src/schema/api-schema.yaml +++ b/packages/api/src/schema/api-schema.yaml @@ -1971,19 +1971,17 @@ components: input-creator-id: oneOf: - type: object - oneOf: - - type: object - additionalProperties: false - required: - - type - - value - properties: - type: - type: string - enum: - - unverified - value: - type: string + additionalProperties: false + required: + - type + - value + properties: + type: + type: string + enum: + - unverified + value: + type: string - type: string description: >-