Skip to content

Commit

Permalink
update the schema to contain csv w/signoff
Browse files Browse the repository at this point in the history
Signed-off-by: Jougan-0 <[email protected]>
  • Loading branch information
Jougan-0 committed Sep 24, 2024
1 parent 9856034 commit 38792b6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 7 additions & 3 deletions models/v1beta1/import.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions schemas/constructs/openapi/mesheryHandlers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ components:
- model_file
- url
- file_name
- model_csv
- component_csv
- model
properties:
model_file:
Expand All @@ -36,6 +38,10 @@ components:
type: string
file_name:
type: string
model_csv:
type: string
component_csv:
type: string
model:
$ref: '#/components/schemas/Model'

Expand Down

0 comments on commit 38792b6

Please sign in to comment.