Skip to content

Commit

Permalink
Fixes an incorrect $ref for YAML Catalog (#100)
Browse files Browse the repository at this point in the history
Overriding the requirement for a second reviewer. 
This is a one-line change agreed to by me and Pirooz. There is nobody else in a position to review this change at this time.
  • Loading branch information
brian-comply0 authored Aug 22, 2024
1 parent a9d5091 commit 60eafa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OSCALRestOpenAPI.json
Original file line number Diff line number Diff line change
Expand Up @@ -6448,7 +6448,7 @@
},
"application/yaml" : {
"schema" : {
"$ref" : "#/components/schemas/OSCALCatalogPlan"
"$ref" : "#/components/schemas/OSCALCatalog"
}
}
}
Expand Down

0 comments on commit 60eafa1

Please sign in to comment.