forked from dotnet/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqueryResultSample.json
More file actions
66 lines (66 loc) · 2.23 KB
/
queryResultSample.json
File metadata and controls
66 lines (66 loc) · 2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"@context": {
"@vocab": "http://schema.nuget.org/schema#",
"@base": "https://apidev.nugettest.org/v3/registration4/"
},
"totalHits": 23,
"data": [
{
"@id": "https://apidev.nugettest.org/v3/registration4/global.tool.console.demo/index.json",
"@type": "Package",
"registration": "https://apidev.nugettest.org/v3/registration4/global.tool.console.demo/index.json",
"id": "global.tool.console.demo",
"version": "1.0.4",
"description": "test app",
"summary": "The summary",
"title": "global.tool.console.demo",
"tags": [
"test"
],
"authors": "author is a scalar",
"totalDownloads": 20,
"verified": false,
"packageTypes": [
{
"name": "DotnetTool"
}
],
"versions": [
{
"version": "1.0.4",
"downloads": 20,
"@id": "https://apidev.nugettest.org/v3/registration4/global.tool.console.demo/1.0.4.json"
}
]
},
{
"@id": "https://apidev.nugettest.org/v3/registration4/basetestpackage.dotnettool/index.json",
"@type": "Package",
"registration": "https://apidev.nugettest.org/v3/registration4/basetestpackage.dotnettool/index.json",
"id": "BaseTestPackage.DotnetTool",
"version": "1.0.0",
"description": "Package Description",
"summary": "The summary",
"title": "BaseTestPackage.DotnetTool",
"tags": [],
"authors": [
"author1",
"authors2"
],
"totalDownloads": 1,
"verified": false,
"packageTypes": [
{
"name": "DotnetTool"
}
],
"versions": [
{
"version": "1.0.0",
"downloads": 1,
"@id": "https://apidev.nugettest.org/v3/registration4/basetestpackage.dotnettool/1.0.0.json"
}
]
}
]
}