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

37 lines
564 B
JSON

{
"type": "object",
"additionalProperties": false,
"required": [
"id",
"createdAt",
"updatedAt",
"packageUsername",
"packageChannel",
"recipe",
"recipePath"
],
"properties": {
"id": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"updatedAt": {
"type": "string"
},
"packageUsername": {
"type": "string"
},
"packageChannel": {
"type": "string"
},
"recipe": {
"type": "string"
},
"recipePath": {
"type": "string"
}
}
}