webhooks_repository_selection

Describe whether all repositories have been selected or there's a selection involved

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-webhooks-repository-selection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/webhooks_repository_selection",
  "title": "webhooks_repository_selection",
  "description": "Describe whether all repositories have been selected or there's a selection involved",
  "type": "string",
  "enum": [
    "all",
    "selected"
  ]
}