-
Notifications
You must be signed in to change notification settings - Fork 0
/
deprecation_report_body.jtd.json
45 lines (45 loc) · 1.31 KB
/
deprecation_report_body.jtd.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"metadata": {
"description": "Deprecation report indicate that a browser API or feature has been used which is expected to stop working in a future update to the browser."
},
"properties": {
"id": {
"metadata": { "description": "Group ID for counting related reports." },
"type": "string"
},
"message": {
"metadata": {
"description": "A human-readable string with details typically matching what would be displayed on the developer console."
},
"type": "string"
},
"anticipatedRemoval": {
"metadata": {
"description": "ISO 8601 date string indicating roughly when the browser version without the specified API will be generally available."
},
"type": "string",
"nullable": true
},
"sourceFile": {
"metadata": {
"description": "The file which first used the indicated API."
},
"type": "string",
"nullable": true
},
"lineNumber": {
"metadata": {
"description": "The line number in sourceFile of the offending behavior."
},
"type": "uint32",
"nullable": true
},
"columnNumber": {
"metadata": {
"description": "The column number in sourceFile of the offending behavior."
},
"type": "uint32",
"nullable": true
}
}
}