module-dependency.yaml 287 B

123456789
  1. type: object
  2. description: The dependencies of a single module, split by language.
  3. additionalProperties:
  4. description: |
  5. The language (as the key), in which the module has a dependency to (array values).
  6. type: array
  7. items:
  8. description: The short module name
  9. type: string