Skip to content

Commit

Permalink
fix: api schema
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcadams committed Apr 19, 2024
1 parent d0c044c commit 946268c
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions packages/api/src/schema/api-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down

0 comments on commit 946268c

Please sign in to comment.