Skip to content

Commit 8c9bef5

Browse files
authored
Add the optional checksum field to Platform for use in static SDK platform objects (#969)
1 parent 964eebf commit 8c9bef5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openapi/swiftorg.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,9 @@ components:
284284
items:
285285
$ref: '#/components/schemas/Architecture'
286286
description: List of supported architectures.
287+
checksum:
288+
type: string
289+
description: SHA-256 Checksum of the static SDK, if this platform is the static SDK.
287290
required:
288291
- name
289292
- platform

0 commit comments

Comments
 (0)