f3-schemas/ci.json

50 lines
1.1 KiB
JSON

{
"title": "CI",
"description": "The Continuous Integration supported by the project. The configuration files are found in the repository itself, under a path that depends on the CI system.",
"type": "object",
"additionalProperties": false,
"properties": {
"type": {
"description": "The type of continuous integration",
"anyOf": [
{
"enum": [
"Apache Gump",
"Azure DevOps Server",
"Bamboo",
"Buddy",
"Buildbot",
"BuildMaster",
"CircleCI",
"Drone",
"Forgejo Actions",
"Gitea Actions",
"GitHub Actions",
"GitLab",
"GoCD",
"Jenkins",
"OpenMake",
"Semaphore",
"TeamCity",
"tekton",
"Travis CI",
"Vexor",
"Woodpecker CI"
]
},
{
"type": "null"
}
]
}
},
"required": [
"type"
],
"$schema": "http://json-schema.org/draft-04/schema#",
"$id": "https://lab.forgefriends.org/friendlyforgeformat/f3-schemas/-/blob/v1.0/ci.json",
"$$target": "ci.json"
}