Skip to content

Commit 4f0ed43

Browse files
committed
fix(test-data): 🩹 replace incorrect scheme for schema.org URL
1 parent fe5ba1c commit 4f0ed43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/data/crates/valid/rocrate-with-custom-terms/ro-crate-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"@context": [
33
"https://w3id.org/ro/crate/1.1/context",
44
"https://w3id.org/ro/terms/workflow-run/context",
5-
"https://schema.org/",
5+
"http://schema.org/",
66
{ "myCustomTerm": "https://example.org#myCustomTerm" }
77
],
88
"@graph": [

0 commit comments

Comments
 (0)