Skip to content

Commit

Permalink
fix OAS regression using wrong schema
Browse files Browse the repository at this point in the history
  • Loading branch information
csmig committed Jan 23, 2024
1 parent 1daa3ae commit 2b37675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/source/specification/stig-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ paths:
schema:
type: array
items:
$ref: '#/components/schemas/STIG'
$ref: '#/components/schemas/AssetStigResponse'
default:
description: unexpected error
content:
Expand Down

0 comments on commit 2b37675

Please sign in to comment.