Skip to content

Commit

Permalink
Bug 1886684 - Add signedTypes to the environment schema
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Mar 21, 2024
1 parent 5500136 commit b4709c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/include/telemetry/environment.1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@
"type": "integer",
"description": "The state of the signature of the add-on. This field is only available after the 'sessionstore-windows-restored' topic is notified."
},
"signedTypes": {
"type": "string",
"description": "A JSON-stringified array of signature types found for the add-on."
},
"isSystem": {
"type": "boolean",
"description": "Whether or not the add-on is a system add-on. This field is available at startup."
Expand Down

0 comments on commit b4709c0

Please sign in to comment.