{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/auth/v1/role-message.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "Message reporting that a role has changed\n",
  "properties": {
    "roleId": {
      "description": "`roleId` of the role that was changed\n",
      "pattern": "^[\\x20-\\x7e]+$",
      "type": "string"
    },
    "version": {
      "description": "Message version number",
      "enum": [
        1
      ]
    }
  },
  "required": [
    "version",
    "roleId"
  ],
  "title": "Role Message",
  "type": "object"
}