-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodemeta.json
More file actions
20 lines (20 loc) · 842 Bytes
/
codemeta.json
File metadata and controls
20 lines (20 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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."
]
}