Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/public_api/v4/packages/nuget/package_metadata.json')
-rw-r--r--spec/fixtures/api/schemas/public_api/v4/packages/nuget/package_metadata.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/packages/nuget/package_metadata.json b/spec/fixtures/api/schemas/public_api/v4/packages/nuget/package_metadata.json
index 9c80f1621ad..c27ea2840a7 100644
--- a/spec/fixtures/api/schemas/public_api/v4/packages/nuget/package_metadata.json
+++ b/spec/fixtures/api/schemas/public_api/v4/packages/nuget/package_metadata.json
@@ -20,6 +20,7 @@
"dependencyGroups",
"id",
"packageContent",
+ "description",
"summary",
"version"
],
@@ -36,6 +37,9 @@
"packageContent": {
"type": "string"
},
+ "description": {
+ "type": "string"
+ },
"summary": {
"type": "string"
},