| 123456789 |
- type: object
- description: The dependencies of a single module, split by language.
- additionalProperties:
- description: |
- The language (as the key), in which the module has a dependency to (array values).
- type: array
- items:
- description: The short module name
- type: string
|