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 17, 2024
1 parent 22fada2 commit d0c044c
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions packages/api/src/schema/api-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1990,22 +1990,23 @@ components:
Helper syntax to specify an unverified creator ID, fully managed by
the developer.
creator-id:
type: object
additionalProperties: false
required:
- type
- value
properties:
type:
type: string
enum:
- unverified
example: "unverified"
value:
type: string
description:
Developer-managed ID of the user who created the resource.
example: "user123"
oneOf:
- type: object
additionalProperties: false
required:
- type
- value
properties:
type:
type: string
enum:
- unverified
example: "unverified"
value:
type: string
description:
Developer-managed ID of the user who created the resource.
example: "user123"

export-task-params:
description: Parameters for the export task
Expand Down

0 comments on commit d0c044c

Please sign in to comment.