repository-pre-receive-hook

APIs.ioEngineeringPlatform

Properties

Name Type Description
id integer
name string
enforcement string
configuration_url string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-repository-pre-receive-hook-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/repository-pre-receive-hook",
  "title": "repository-pre-receive-hook",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "enforcement": {
      "type": "string"
    },
    "configuration_url": {
      "type": "string"
    }
  }
}