@@ -979,7 +979,7 @@ components:
979
979
type : object
980
980
example :
981
981
identifiers :
982
- - " mona.LinkedList"
982
+ - mona.LinkedList
983
983
properties :
984
984
identifiers :
985
985
type : array
@@ -999,16 +999,16 @@ components:
999
999
- /account/67890
1000
1000
detail : Your current balance is 30, but that costs 50.
1001
1001
properties :
1002
+ instance :
1003
+ type : string
1004
+ detail :
1005
+ type : string
1002
1006
type :
1003
1007
type : string
1004
1008
format : uriref
1005
- title :
1006
- type : string
1007
1009
status :
1008
1010
type : number
1009
- instance :
1010
- type : string
1011
- detail :
1011
+ title :
1012
1012
type : string
1013
1013
required :
1014
1014
- detail
@@ -1040,15 +1040,21 @@ components:
1040
1040
Location :
1041
1041
schema :
1042
1042
type : string
1043
+ Digest :
1044
+ schema :
1045
+ type : string
1046
+ Content-Length :
1047
+ schema :
1048
+ type : integer
1043
1049
parameters :
1044
1050
scope :
1045
1051
name : scope
1046
1052
in : path
1047
1053
required : true
1048
1054
schema :
1049
1055
type : string
1050
- example : " mona"
1051
- pattern : \A[a-zA-Z\d](?:[a-zA-Z\d]|-(?=[a-zA-Z\d])){0,38 }\z
1056
+ example : mona
1057
+ pattern : \A[a-zA-Z\d](?:[a-zA-Z\d]|-(?=[a-zA-Z\d])){0,39 }\z
1052
1058
name :
1053
1059
name : name
1054
1060
in : path
@@ -1087,16 +1093,16 @@ components:
1087
1093
releases :
1088
1094
value :
1089
1095
releases :
1090
- 1.1.1 :
1091
- url : https://swift.pkg.github.com/mona/LinkedList/1.1.1
1092
1096
1.1.0 :
1093
1097
problem :
1094
- status : 410
1095
1098
title : Gone
1096
1099
detail : this release was removed from the registry
1100
+ status : 410
1097
1101
url : https://swift.pkg.github.com/mona/LinkedList/1.1.0
1098
1102
1.0.0 :
1099
1103
url : https://swift.pkg.github.com/mona/LinkedList/1.0.0
1104
+ 1.1.1 :
1105
+ url : https://swift.pkg.github.com/mona/LinkedList/1.1.1
1100
1106
manifest :
1101
1107
value : >-
1102
1108
// swift-tools-version:5.0
@@ -1120,28 +1126,28 @@ components:
1120
1126
keywords :
1121
1127
- data-structure
1122
1128
- collection
1123
- version : 1.1.1
1124
- " @type " : SoftwareSourceCode
1125
1129
author :
1126
- " @type " : Person
1127
1130
" @id " : https://github.com/mona
1128
- middleName : Lisa
1131
+ " @type " : Person
1129
1132
givenName : Mona
1130
1133
familyName : Octocat
1131
- license : https://www.apache.org/licenses/LICENSE-2.0
1132
- programmingLanguage :
1133
- url : https://swift.org
1134
- name : Swift
1135
- " @type " : ComputerLanguage
1134
+ middleName : Lisa
1136
1135
codeRepository : https://github.com/mona/LinkedList
1137
1136
" @context " :
1138
1137
- http://schema.org/
1139
- description : One thing links to another.
1138
+ license : MIT
1139
+ " @type " : SoftwareSourceCode
1140
+ programmingLanguage :
1141
+ name : Swift
1142
+ " @type " : ComputerLanguage
1143
+ url : https://swift.org
1140
1144
name : LinkedList
1145
+ description : One thing links to another.
1146
+ version : 1.1.1
1141
1147
identifiers :
1142
1148
value :
1143
1149
identifiers :
1144
- - " mona.LinkedList"
1150
+ - mona.LinkedList
1145
1151
headers :
1146
1152
contentVersion :
1147
1153
required : true
0 commit comments