Skip to content

Commit

Permalink
fix: v1 api spec parsing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tinygrasshopper committed Aug 1, 2024
1 parent e21c71b commit a7a12e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.gitbook/assets/v1-api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20803,7 +20803,7 @@ components:
type: object
properties:
target:
$ref: '#/components/schemas/exploitDetail'
$ref: '#/components/schemas/exploitDetail'
description: The exploit maturity of the vulnerability in different industry-standard formats, as well as the sources of the information.
example:
sources:
Expand Down Expand Up @@ -20865,7 +20865,7 @@ components:
type: array
items:
type: string
description: The sources by which we determined the exploit maturity level
description: The sources by which we determined the exploit maturity level
maturityLevels:
type: array
items:
Expand Down

0 comments on commit a7a12e3

Please sign in to comment.