File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed
Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 10261026 "content" : {
10271027 "application/json" : {
10281028 "schema" : {
1029- "type" : " string" ,
1030- "example" : " 1.2.3"
1029+ "properties" : {
1030+ "appVersion" : {
1031+ "description" : " Follows symantec versioning as laid out here: https://semver.org/. This number is the version of the application package." ,
1032+ "example" : " 1.2.3" ,
1033+ "type" : " string"
1034+ }
1035+ },
1036+ "type" : " object"
10311037 }
10321038 }
10331039 },
10541060 "content" : {
10551061 "application/json" : {
10561062 "schema" : {
1057- "type" : " string" ,
1058- "example" : " 1.2.3"
1063+ "properties" : {
1064+ "appVersion" : {
1065+ "description" : " Follows symantec versioning as laid out here: https://semver.org/. This number is the version of the application package." ,
1066+ "example" : " 1.2.3" ,
1067+ "type" : " string"
1068+ }
1069+ },
1070+ "type" : " object"
10591071 }
10601072 }
10611073 },
You can’t perform that action at this time.
0 commit comments