Skip to content

Commit 6e7555e

Browse files
authored
Fix static-sdk JSON 6.2 API (#1104)
* Fix static-sdk.json data source * Add 6.1, 6.2 source branches to OpenAPI spec
1 parent cd52850 commit 6e7555e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
layout: none
33
---
4-
{{ site.data.builds.swift-6_2-branch.static_sdk | jsonify }}
4+
{{ site.data.builds.swift-6_2-branch.static-sdk | jsonify }}

openapi/swiftorg.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ components:
255255
enum:
256256
- main
257257
- '6.0'
258+
- '6.1'
259+
- '6.2'
258260
SourceBranch:
259261
anyOf:
260262
- $ref: '#/components/schemas/KnownSourceBranch'

0 commit comments

Comments
 (0)