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

20 lines
328 B
JSON

{
"type": "object",
"additionalProperties": false,
"required": ["id", "licenseUrl", "projectUrl", "iconUrl"],
"properties": {
"id": {
"type": "string"
},
"licenseUrl": {
"type": "string"
},
"projectUrl": {
"type": "string"
},
"iconUrl": {
"type": "string"
}
}
}