{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/auth/v1/client-message.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "Message reporting that a client has changed\n",
  "properties": {
    "clientId": {
      "description": "`clientId` of the client that was changed\n",
      "pattern": "^[A-Za-z0-9!@/:.+|_-]+$",
      "type": "string"
    },
    "version": {
      "description": "Message version number",
      "enum": [
        1
      ]
    }
  },
  "required": [
    "version",
    "clientId"
  ],
  "title": "Client Message",
  "type": "object"
}