From 757be838ca9ec54aad7ed18de057810fddc593e7 Mon Sep 17 00:00:00 2001 From: iaada Date: Sun, 23 Aug 2026 22:01:40 -0500 Subject: [PATCH 1/3] commmit --- Schemas/rga.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Schemas/rga.yml b/Schemas/rga.yml index ae841b3348e..25f9637b929 100644 --- a/Schemas/rga.yml +++ b/Schemas/rga.yml @@ -6,7 +6,7 @@ attribution: files: list(str()) license: license() copyright: str() - source: url() + source: list(url()) # Example # - files: ["deprecated.png"] @@ -17,4 +17,10 @@ attribution: # - 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", "place_wires_2.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/"] \ No newline at end of file From 6960810d702dede15a8aedf84c3fbb7d8f8f6bf9 Mon Sep 17 00:00:00 2001 From: iaada Date: Mon, 24 Aug 2026 00:02:04 -0500 Subject: [PATCH 2/3] this seems better? --- Schemas/rga.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Schemas/rga.yml b/Schemas/rga.yml index 25f9637b929..44abdc8acec 100644 --- a/Schemas/rga.yml +++ b/Schemas/rga.yml @@ -6,7 +6,7 @@ attribution: files: list(str()) license: license() copyright: str() - source: list(url()) + source: any(list(url()), url()) # Example # - files: ["deprecated.png"] From 683c067b3b413a53dfdb6db2f1c50490349c4fcc Mon Sep 17 00:00:00 2001 From: iaada Date: Mon, 24 Aug 2026 10:05:47 -0500 Subject: [PATCH 3/3] simplify example --- Schemas/rga.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Schemas/rga.yml b/Schemas/rga.yml index 44abdc8acec..c231f6963c8 100644 --- a/Schemas/rga.yml +++ b/Schemas/rga.yml @@ -13,14 +13,14 @@ attribution: # 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" # -# - files: ["place_wires_1.ogg", "place_wires_2.ogg"] +# - 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/"] \ No newline at end of file +# "https://freesound.org/people/SiriusBizdness/sounds/565193/"]