summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/graphql/packages/package_pypi_metadata.json
blob: cecebe3a0e92e92ca8eb8dc082ff262d63a51062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "type": "object",
  "additionalProperties": false,
  "required": ["id"],
  "properties": {
    "id": {
      "type": "string"
    },
    "requiredPython": {
      "type": "string"
    }
  }
}