From 2df57667bf17660f2e23004ff224efd99b283bd2 Mon Sep 17 00:00:00 2001 From: Anas-Elhounsri Date: Fri, 13 Feb 2026 00:56:22 +0100 Subject: [PATCH] docs: add codemeta.json for SWH indexation --- codemeta.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 codemeta.json diff --git a/codemeta.json b/codemeta.json new file mode 100644 index 0000000..dfc8e39 --- /dev/null +++ b/codemeta.json @@ -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." + ] +} \ No newline at end of file