Skip to content

Commit

Permalink
Merge pull request #50 from Yashsharma1911/yash/addStatusInModelSchema
Browse files Browse the repository at this point in the history
Update model schema with status property
  • Loading branch information
Yashsharma1911 authored Feb 19, 2024
2 parents ea645d4 + a723d6e commit a747bd3
Show file tree
Hide file tree
Showing 18 changed files with 12 additions and 553 deletions.
9 changes: 8 additions & 1 deletion openapi/parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,11 @@ resultID:
description: Performance Result Id
schema:
type: string
required: true
required: true

status:
name: status
in: path
description: Get models based on status, e.g 'ignored', 'registered'
schema:
type: string
3 changes: 3 additions & 0 deletions openapi/schemas/meshmodels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ components:
$ref: ../common.yml#/text
display_name:
$ref: ../common.yml#/text
status:
$ref: ../common.yml#/text
category_id:
$ref: ../common.yml#/id
metadata:
Expand Down Expand Up @@ -91,6 +93,7 @@ paths:
- $ref: ../parameters.yml#/page_size
- $ref: ../parameters.yml#/search
- $ref: ../parameters.yml#/order
- $ref: ../parameters.yml#/status
responses:
'200':
description: Models
Expand Down
124 changes: 0 additions & 124 deletions schemas/external/ui/catalog/applicationImport.json

This file was deleted.

68 changes: 0 additions & 68 deletions schemas/external/ui/catalog/designImport.json

This file was deleted.

78 changes: 0 additions & 78 deletions schemas/external/ui/catalog/filterImport.json

This file was deleted.

57 changes: 0 additions & 57 deletions schemas/external/ui/catalog/publishCatalogItem.json

This file was deleted.

6 changes: 0 additions & 6 deletions schemas/external/ui/catalog/uiSchemaApplication.json

This file was deleted.

6 changes: 0 additions & 6 deletions schemas/external/ui/catalog/uiSchemaDesignImport.json

This file was deleted.

3 changes: 0 additions & 3 deletions schemas/external/ui/catalog/uiSchemaFilter.json

This file was deleted.

3 changes: 0 additions & 3 deletions schemas/external/ui/catalog/uiSchemaPublishCatalogItem.json

This file was deleted.

Loading

0 comments on commit a747bd3

Please sign in to comment.