You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SwiftDocC/SwiftDocC.docc/Resources/Metadata.json
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,17 @@
10
10
"schemas": {
11
11
"Metadata": {
12
12
"type": "object",
13
+
"description": "maps to Maps to https://github.com/swiftlang/swift-docc/blob/main/Sources/SwiftDocC/Model/BuildMetadata.swift#L14",
13
14
"required": [
14
15
"bundleDisplayName",
15
-
"bundleIdentifier",
16
+
"bundleID",
16
17
"schemaVersion"
17
18
],
18
19
"properties": {
19
20
"bundleDisplayName": {
20
21
"type": "string"
21
22
},
22
-
"bundleIdentifier": {
23
+
"bundleID": {
23
24
"type": "string"
24
25
},
25
26
"schemaVersion": {
@@ -28,6 +29,7 @@
28
29
}
29
30
},
30
31
"SchemaVersion": {
32
+
"description": "A version that follows the [Semantic Versioning](https://semver.org) specification. Maps to https: https://github.com/swiftlang/swift-docc/blob/main/Sources/SwiftDocC/Model/Rendering/SemanticVersion.swift#L14",
31
33
"type": "object",
32
34
"required": [
33
35
"major",
@@ -43,6 +45,14 @@
43
45
},
44
46
"patch": {
45
47
"type": "integer"
48
+
},
49
+
"prerelease": {
50
+
"type": "string",
51
+
"description": "The optional prerelease version component, which may contain non-numeric characters."
0 commit comments