Protected Branch Admin Enforced

Protected Branch Admin Enforced

APIs.ioEngineeringPlatform

Properties

Name Type Description
url string
enabled boolean
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-protected-branch-admin-enforced-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/protected-branch-admin-enforced",
  "title": "Protected Branch Admin Enforced",
  "description": "Protected Branch Admin Enforced",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "example": "https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins"
    },
    "enabled": {
      "type": "boolean",
      "example": true
    }
  },
  "required": [
    "url",
    "enabled"
  ]
}