Skip to content

Commit

Permalink
chore: update openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
rhofvendahl committed Oct 2, 2023
1 parent 29313d5 commit 058e52f
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions docs/openapi/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2060,7 +2060,7 @@ paths:
$ref: './components/schemas/common/USMCACertifier.yml'


/schemas/common/USMCAProductSpecifier.yml:
/schemas/common/USMCAClaims.yml:
get:
tags:
- common
Expand All @@ -2069,7 +2069,19 @@ paths:
content:
application/yml:
schema:
$ref: './components/schemas/common/USMCAProductSpecifier.yml'
$ref: './components/schemas/common/USMCAClaims.yml'


/schemas/common/USMCAProduct.yml:
get:
tags:
- common
responses:
'200':
content:
application/yml:
schema:
$ref: './components/schemas/common/USMCAProduct.yml'


/schemas/common/UsdaSc6.yml:
Expand Down

0 comments on commit 058e52f

Please sign in to comment.