Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit 787769b

Browse files
authored
Merge pull request #680 from travisleithead/travisleithead-schema-update
Updated schema to include edgechromiumoverride section
2 parents 5d50569 + c5e3095 commit 787769b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

scripts/schema.json

+11
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,17 @@
151151
"text"
152152
]
153153
},
154+
"edgechromiumoverride": {
155+
"additionalProperties": false,
156+
"properties": {
157+
"status_text": {
158+
"$ref": "#/definitions/implementation_statuses"
159+
},
160+
"supported_buildnum": {
161+
"type": "number"
162+
}
163+
}
164+
},
154165
"impl_status_chrome": {
155166
"$ref": "#/definitions/implementation_statuses"
156167
},

0 commit comments

Comments
 (0)