gitlab-org--gitlab-foss/spec/fixtures/api/schemas/graphql/packages/package_maven_metadata.json

29 lines
496 B
JSON

{
"type": "object",
"additionalProperties": false,
"required": ["id", "createdAt", "updatedAt", "path", "appGroup", "appName"],
"properties": {
"id": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"updatedAt": {
"type": "string"
},
"path": {
"type": "string"
},
"appGroup": {
"type": "string"
},
"appVersion": {
"type": ["string", "null"]
},
"appName": {
"type": "string"
}
}
}