Skip to content

Commit

Permalink
feat: Merge dev and regenerate openapi spec
Browse files Browse the repository at this point in the history
Signed-off-by: Diwank Singh Tomer <[email protected]>
  • Loading branch information
creatorrr committed Oct 5, 2024
1 parent 5162ed5 commit 59f2423
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
11 changes: 8 additions & 3 deletions typespec/tsp-output/@typespec/openapi3/openapi-0.4.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1317,10 +1317,15 @@ components:
name: metadata_filter
in: query
required: true
description: JSON string of object that should be used to filter objects by metadata
description: Object to filter results by metadata
schema:
type: string
default: '{}'
type: object
additionalProperties:
anyOf:
- type: number
- type: string
- type: boolean
nullable: true
explode: false
Common.PaginationOptions.offset:
name: offset
Expand Down
11 changes: 8 additions & 3 deletions typespec/tsp-output/@typespec/openapi3/openapi-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1317,10 +1317,15 @@ components:
name: metadata_filter
in: query
required: true
description: JSON string of object that should be used to filter objects by metadata
description: Object to filter results by metadata
schema:
type: string
default: '{}'
type: object
additionalProperties:
anyOf:
- type: number
- type: string
- type: boolean
nullable: true
explode: false
Common.PaginationOptions.offset:
name: offset
Expand Down

0 comments on commit 59f2423

Please sign in to comment.