X-DigCheck
This file exposes the INFINITY Ecosystem annotations for this component. It is consumed as-is by the INFINITY Ecosystem website (built on REECO/Jekyll), so keep the YAML header both REECO-valid and up to date at every release.
Notes for editing this file
typemust be one of REECO’s component subtypes (seereeco-python/src/reeco/schema/schema.yml). Valid options includeWebApplication,WebService,SPARQLEndpoint,DockerImageContainer,SoftwareLibrary,CLITool,Workflow,API,Ontology,KnowledgeGraph, etc.licencemust be a list of codes from REECO’s own vocabulary (reeco-python/src/reeco/schema/licences.yml), not SPDX identifiers.related-componentsmust be present (an empty list is valid).{{WORK_PACKAGE}}and{{PILOT}}— replace with actual values once assigned.- Validate locally:
pip install reeco && python -c "import frontmatter, reeco, sys; a,_ = frontmatter.parse(open('component.md').read()); v = reeco.Validator(); r = v.asComponent(a); print(r)" - Component types: https://github.com/reeco-framework/reeco-annotation-schema/blob/main/schema/README.md