debian-mirror-gitlab/spec/fixtures/api/schemas/public_api/v4/agent.json
2022-06-21 17:19:12 +05:30

18 lines
424 B
JSON

{
"type": "object",
"required": [
"id",
"name",
"config_project",
"created_at",
"created_by_user_id"
],
"properties": {
"id": { "type": "integer" },
"name": { "type": "string" },
"config_project": { "$ref": "project_identity.json" },
"created_at": { "type": "string", "format": "date-time" },
"created_by_user_id": { "type": "integer" }
},
"additionalProperties": false
}