Skip to content

Commit

Permalink
Minor changes to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
teoli2003 committed Mar 15, 2017
1 parent 6c211fd commit dab651c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compat-data.schema.json
Expand Up @@ -7,6 +7,7 @@
"type": "object",
"properties": {
"prefix": { "type": "string" },
"alternative_name": { "type": "string" },
"version": { "type": ["string", "boolean", "null"] },
"end_version": { "type": ["string", "boolean", "null"] },
"notes": {
Expand Down Expand Up @@ -47,7 +48,7 @@
"additionalProperties": false
},

"feature": {
"subfeature": {
"type": "object",
"properties": {
"desc": { "type": ["string"] },
Expand All @@ -73,7 +74,6 @@
"safari": { "$ref": "#/definitions/support_statement" },
"ios_safari": { "$ref": "#/definitions/support_statement" },
"servo": { "$ref": "#/definitions/support_statement" },
"status": { "$ref": "#/definitions/status_statement" }
},
"required": ["chrome", "opera", "edge", "firefox", "android_firefox"],
"additionalProperties": false
Expand Down

0 comments on commit dab651c

Please sign in to comment.