Link Search Menu Expand Document
View this file on Github Download as Schema.org

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

  • type must be one of REECO’s component subtypes (see reeco-python/src/reeco/schema/schema.yml). Valid options include WebApplication, WebService, SPARQLEndpoint, DockerImageContainer, SoftwareLibrary, CLITool, Workflow, API, Ontology, KnowledgeGraph, etc.
  • licence must be a list of codes from REECO’s own vocabulary (reeco-python/src/reeco/schema/licences.yml), not SPDX identifiers.
  • related-components must 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