{
  "type": "object",
  "properties": {
    "subscribed": {
      "type": "boolean",
      "description": "Determines if notifications should be received from this repository."
    },
    "ignored": {
      "type": "boolean",
      "description": "Determines if all notifications should be blocked from this repository."
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}