{
  "type": "object",
  "properties": {
    "apps": {
      "type": "array",
      "description": "The GitHub Apps that have push access to this branch. Use the slugified version of the app name. **Note**: The list of users, apps, and teams in total is limited to 100 items.",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "apps"
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}