Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions Schemas/rga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
# 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/"]
Loading