Skip to content

Commit

Permalink
fixed name conflict in openapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinrp committed Sep 27, 2023
1 parent fffd302 commit 0de6bd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/server/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ components:
description: The operator log records for the given checkpoint since the last known record.
maxItems: 1000
items:
$ref: "#/components/schemas/PublishedRecord"
$ref: "#/components/schemas/PublishedRecordEnvelope"
packages:
type: object
description: The map of package log identifier to package records.
Expand All @@ -530,7 +530,7 @@ components:
description: The package log records for the given checkpoint since the last known record.
maxItems: 1000
items:
$ref: "#/components/schemas/PublishedRecord"
$ref: "#/components/schemas/PublishedRecordEnvelope"
example:
? "sha256:7d865e959b2466918c9863afca942d0fb89d7c9ac0c99bafc3749504ded97730"
: - contentBytes: "ZXhhbXBsZQ=="
Expand Down Expand Up @@ -802,7 +802,7 @@ components:
maxLength: 1048576
example: "ZXhhbXBsZQ=="
- $ref: "#/components/schemas/Signature"
PublishedRecord:
PublishedRecordEnvelope:
description: A signed envelope body with the published registry log index.
allOf:
- type: object
Expand Down

0 comments on commit 0de6bd0

Please sign in to comment.