File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed
Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change 77 "@type" : " @id"
88 },
99 "description" : " This repository contains a (client-side) web application to automatically generate Codemeta documents (aka. codemeta.json)." ,
10- "hasQualityDimension" : { "@id" : " dim:fairness" , "@type" : " @id" },
10+ "hasQualityDimension" : {
11+ "@id" : " dim:fairness" ,
12+ "@type" : " @id"
13+ },
1114 "howToUse" : [" CI/CD" , " command-line" ],
1215 "isAccessibleForFree" : true ,
1316 "license" : " https://spdx.org/licenses/AGPL-3.0-or-later" ,
1417 "name" : " Auto-CodeMeta Generator" ,
15- "url" : " https://w3id.org/autocodemeta"
18+ "url" : " https://w3id.org/autocodemeta" ,
19+ "improvesQualityIndicator" : [
20+ {
21+ "@id" : " https://w3id.org/everse/i/indicators/descriptive_metadata" ,
22+ "@type" : " @id"
23+ },
24+ {
25+ "@id" : " https://w3id.org/everse/i/indicators/codemeta_completeness" ,
26+ "@type" : " @id"
27+ },
28+ {
29+ "@id" : " https://w3id.org/everse/i/indicators/metadata_is_up_to_date" ,
30+ "@type" : " @id"
31+ },
32+ {
33+ "@id" : " https://w3id.org/everse/i/indicators/software_has_citation" ,
34+ "@type" : " @id"
35+ }
36+ ]
1637}
You can’t perform that action at this time.
0 commit comments