Skip to content

Commit

Permalink
Fix file schema for algorithms extracts (#1618)
Browse files Browse the repository at this point in the history
We need tests on file schemas, see #1124 ;)
  • Loading branch information
tidoust committed Jul 12, 2024
1 parent 7788a66 commit 852702a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/files/extracts/algorithms.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

"type": "object",
"additionalProperties": false,
"required": ["spec", "dfns"],
"required": ["spec", "algorithms"],
"properties": {
"spec": { "$ref": "../../common.json#/$defs/specInExtract" },
"dfns": { "$ref": "../../browserlib/extract-algorithms.json" }
"algorithms": { "$ref": "../../browserlib/extract-algorithms.json" }
}
}

0 comments on commit 852702a

Please sign in to comment.