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
20 changes: 20 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": "SoftwareSourceCode",
"codeRepository": "https://github.com/SoftwareUnderstanding/software-iodata",
"issueTracker": "https://github.com/SoftwareUnderstanding/software-iodata/issues",
"dateCreated": "2022-08-05",
"dateModified": "2025-03-07",
"downloadUrl": "https://github.com/SoftwareUnderstanding/software-iodata/releases",
"name": "software-iodata",
"author": [
{
"@type": "Organization",
"@id": "https://github.com/SoftwareUnderstanding"
}
],
"readme": "https://raw.githubusercontent.com/SoftwareUnderstanding/software-iodata/main/README.md",
"description": [
"Schema.org profile for specifying software input/output data possibilities, used for software metadata descriptions."
]
}