Protected Branch Admin Enforced
{ "$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" ] }