This pull request introduces a new function, resolveReferences, which recursively resolves $ref properties in command schemas to their definitions. This enhancement improves the handling of nested references, ensuring that commands with arguments are processed correctly. The changes also include updates to the Configurations class to utilize this new functionality, enhancing the overall schema management.
This pull request introduces a new function,
resolveReferences
, which recursively resolves$ref
properties in command schemas to their definitions. This enhancement improves the handling of nested references, ensuring that commands with arguments are processed correctly. The changes also include updates to theConfigurations
class to utilize this new functionality, enhancing the overall schema management.