diff --git a/Schemas/rga.yml b/Schemas/rga.yml index ae841b3348e..c231f6963c8 100644 --- a/Schemas/rga.yml +++ b/Schemas/rga.yml @@ -6,15 +6,21 @@ attribution: files: list(str()) license: license() copyright: str() - source: url() + source: any(list(url()), url()) # Example # - files: ["deprecated.png"] # license: "MIT" # copyright: "created by 20kdc" # source: "https://github.com/ParadiseSS13/Paradise" -# +# # - files: ["arcadeblue2.png", "boxing.png", "carpetclown.png", "carpetoffice.png", "gym.png", "metaldiamond.png"] # license: "CC-BY-NC-SA-3.0" # copyright: "by WALPVRGIS for Goonstation, taken at commit 236551b95a5b24917c72f3069223026b2dc4e690 from floors.dmi" -# source: "https://github.com/goonstation/goonstation" \ No newline at end of file +# source: "https://github.com/goonstation/goonstation" +# +# - files: ["place_wires_1.ogg"] +# license: "CC-BY-4.0" +# copyright: "Foley by Clearwavsound and SiriusBizdness on freesound.org. Mixed by iaada (GitHub)." +# source: ["https://freesound.org/people/Clearwavsound/sounds/541035/", +# "https://freesound.org/people/SiriusBizdness/sounds/565193/"]