Skip to content

Commit

Permalink
Merge pull request eclipse-tractusx#43 from bci-oss/bugfix/fix-kics-o…
Browse files Browse the repository at this point in the history
…penapiyml

Fix kics high finding
  • Loading branch information
tunacicek authored Aug 14, 2023
2 parents 0da1ecd + 70f5d51 commit d7add93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/DiscoveryEndpointCollection'
type: object
examples:
complete:
$ref: '#/components/examples/discovery-endpoint-search-result'
Expand All @@ -106,6 +105,7 @@ components:
schemas:
DiscoveryEndpoint:
title: DiscoveryEndpoint
type: object
required:
- type
- description
Expand Down

0 comments on commit d7add93

Please sign in to comment.