Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicann committed Jan 10, 2024
1 parent 1259fb7 commit 7560781
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rst-test-spec-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ components:
"^.+$":
type: object
schema:
$ref: "#/components/schemas/rstTestResource"
$ref: "#/components/schemas/rstResource"
Errors:
type: object
patternProperties:
"^.+$":
type: object
schema:
$ref: "#/components/schemas/rstTestError"
$ref: "#/components/schemas/rstError"

rstTestSpecContact:
description: |
Expand Down Expand Up @@ -223,7 +223,7 @@ components:
which can be used to validate this parameter.
type: object

rstTestResource:
rstResource:
type: object
properties:
Description:
Expand All @@ -234,7 +234,7 @@ components:
type: string
format: url

rstTestError:
rstError:
type: object
properties:
Description:
Expand Down

0 comments on commit 7560781

Please sign in to comment.