debian-mirror-gitlab/spec/fixtures/api/schemas/graphql/packages/package_details.json
2021-03-08 18:12:59 +05:30

36 lines
629 B
JSON

{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"updatedAt": {
"type": "string"
},
"version": {
"type": ["string", "null"]
},
"package_type": {
"type": ["string"],
"enum": ["MAVEN", "NPM", "CONAN", "NUGET", "PYPI", "COMPOSER", "GENERIC", "GOLANG", "DEBIAN"]
},
"tags": {
"type": "object"
},
"project": {
"type": "object"
},
"pipelines": {
"type": "object"
},
"versions": {
"type": "object"
}
}
}