diff --git a/docs/schema/api_file.md b/docs/schema/api_file.md index d4bdd20..fc58a8b 100644 --- a/docs/schema/api_file.md +++ b/docs/schema/api_file.md @@ -2,7 +2,7 @@ ```json { - "link": ["https://example.com/file.jar"], + "src": ["https://example.com/file.jar"], "hashes": { "sha1": "somesha1checksum" }, @@ -14,7 +14,7 @@ ## Required properties -### link +### src This is an array of [links](../concepts/links.md), which are pointing to the actual file. These MUST be a http(s) links. All of these links MUST have the same file type. diff --git a/docs/schema/file.md b/docs/schema/file.md index c3e3952..b235d88 100644 --- a/docs/schema/file.md +++ b/docs/schema/file.md @@ -3,7 +3,7 @@ ```json { "qualifier": "modfile", - "link": ["https://example.com/mymod.jar", "./mymod.jar"], + "src": ["https://example.com/mymod.jar", "./mymod.jar"], "flags": {}, "install": [], "hashes": { @@ -22,7 +22,7 @@ It MUST only contains lowercase alphanumeric characters and hyphens and SHOULD b The qualifier has to be unique to this addon version. The namespace, addon ID, version and qualifier can together be used to uniquely identify a file. -### link +### src This is an array of [links](../concepts/links.md), which are pointing to the actual file. All of these links must have the same file type. Since AddonScript treats directories and zip files equally,