diff --git a/schemas/files/extracts/algorithms.json b/schemas/files/extracts/algorithms.json index e4cda4c1..8854eece 100644 --- a/schemas/files/extracts/algorithms.json +++ b/schemas/files/extracts/algorithms.json @@ -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" } } }