Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(validation): add configurability and namespace extraction #32

Merged
merged 2 commits into from
Feb 8, 2024

Conversation

jamieshorten
Copy link
Collaborator

Closes #31 and #30

Adds an options parameter to the validation method to configure strict mode and enable or disable map type support.

Adds a method to extract all unique concerto namespaces from a provided JSON object.

Author Checklist

  • Ensure you provide a DCO sign-off for your commits using the --signoff option of git commit.
  • Vital features and changes captured in unit and/or integration tests
  • Commits messages follow AP format
  • Extend the documentation, if necessary
  • Merging to master from fork:branchname

@jamieshorten jamieshorten changed the title feat(validation): add configurability and namespace resolution feat(validation): add configurability and namespace extraction Feb 8, 2024
@jamieshorten jamieshorten merged commit ec53a89 into accordproject:main Feb 8, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extract the required namespaces needed to validate an instance from that instance.
2 participants