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: test/projects/deprecated/PublicRegistry API(4).yaml
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -689,7 +689,7 @@ components:
689
689
type: boolean
690
690
restGroupingPrefix:
691
691
description: |
692
-
Regular expression used as criteria for grouping operations.
692
+
Regular expression used as criteria for grouping operations.
693
693
Groups for the package version are calculated during publication of this version.
694
694
type: string
695
695
example: "/api/v1/{group}/"
@@ -1427,7 +1427,7 @@ components:
1427
1427
title: SearchResultPackage
1428
1428
description: |
1429
1429
Global search result for packages with kind = package; must be returned when searchLevel = package
1430
-
* If search term matches the package id/name/description/service name, return the latest published version only.
1430
+
* If search term matches the package id/name/description/service name, return the latest published version only.
1431
1431
* If search term matches the version name/label, return that version.
1432
1432
type: object
1433
1433
required:
@@ -1934,7 +1934,7 @@ components:
1934
1934
BuildResultV2:
1935
1935
description: |
1936
1936
Result of build operation in ZIP archive.
1937
-
* The archive contains folders with sources, builded JSON documents and JSON operation files.
1937
+
* The archive contains folders with sources, builded JSON documents and JSON operation files.
1938
1938
* In addition, several config files are provided. he structure of these files is described below.
1939
1939
title: BuildResult
1940
1940
type: object
@@ -1973,7 +1973,7 @@ components:
1973
1973
description: |
1974
1974
Type of the build process. Available options are:
1975
1975
1976
-
**build** - Standard build process.
1976
+
**build** - Standard build process.
1977
1977
Consist of contract and operations build and validation, calculation of the changelog, creation of the final version of the published contracts.
1978
1978
1979
1979
**changelog** - Only the changelog calculation, no API contracts version will be created.
@@ -2419,7 +2419,7 @@ components:
2419
2419
BuildResult:
2420
2420
description: |
2421
2421
Result of build operation in ZIP archive.
2422
-
* The archive contains folders with sources, builded JSON documents and JSON operation files.
2422
+
* The archive contains folders with sources, builded JSON documents and JSON operation files.
2423
2423
* In addition, several config files are provided. he structure of these files is described below.
2424
2424
title: BuildResult
2425
2425
type: object
@@ -2769,7 +2769,7 @@ components:
2769
2769
deprecatedInfo:
2770
2770
description: |
2771
2771
Additional information about deprecated operation:
2772
-
* for REST API it is value of 'x-deprecated-meta' extension (value of extension must be string), which is defined for deprecated operation.
2772
+
* for REST API it is value of 'x-deprecated-meta' extension (value of extension must be string), which is defined for deprecated operation.
2773
2773
* for GraphQL API it is value of 'reason' argument of @deprecated directive, which is defined for deprecated operation.
2774
2774
type: string
2775
2775
deprecatedInPreviousVersions:
@@ -2940,7 +2940,7 @@ components:
2940
2940
BuildConfig:
2941
2941
type: object
2942
2942
description: |
2943
-
Configuration of the source files.
2943
+
Configuration of the source files.
2944
2944
Content can not be empty, files or refs are **required**.
2945
2945
required:
2946
2946
- version
@@ -2958,8 +2958,8 @@ components:
2958
2958
example: "2022.2"
2959
2959
default: ""
2960
2960
previousVersionPackageId:
2961
-
description: |
2962
-
Required in case of snapshot when publishing version should be compared to different package.
2961
+
description: |
2962
+
Required in case of snapshot when publishing version should be compared to different package.
2963
2963
Do not set anything if the package sould be compared to itself. Value equals to packageId is forbidden.
2964
2964
type: string
2965
2965
example: "QS.CloudOSS.PL.MC"
@@ -3058,9 +3058,9 @@ components:
3058
3058
description: File name.
3059
3059
example: "qitmf-v5.11.json"
3060
3060
publish:
3061
-
description: |
3062
-
Flag, publish the source file or not.
3063
-
Required for case with external refs when specification is separated into multiple files.
3061
+
description: |
3062
+
Flag, publish the source file or not.
3063
+
Required for case with external refs when specification is separated into multiple files.
3064
3064
After dereference in scope of build process the source files(parts) are no longer required. So it's possible to skip publish of such files.
3065
3065
type: boolean
3066
3066
default: true
@@ -3238,7 +3238,7 @@ components:
3238
3238
example: template123.json
3239
3239
BuildTypes:
3240
3240
type: string
3241
-
description: |
3241
+
description: |
3242
3242
Type of the build process. Available options are:\
3243
3243
**build** - Standard build process to publish new version. Consist of contract and operations build and validation, calculation of the changelog, creation of the final version of the published contracts.\
3244
3244
**changelog** - Only the changelog calculation, no API contracts version will be created. The ```files``` and ```refs``` objects are not required in this case.\
0 commit comments