summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/graphql/packages/package_nuget_metadata.json
blob: 131b9e972871249a5551f0a00deedb9579a3e418 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "type": "object",
  "additionalProperties": false,
  "required": ["id", "licenseUrl", "projectUrl", "iconUrl"],
  "properties": {
    "id": {
      "type": "string"
    },
    "licenseUrl": {
      "type": "string"
    },
    "projectUrl": {
      "type": "string"
    },
    "iconUrl": {
      "type": "string"
    }
  }
}