-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Vocabularies don't support namespace-scoped decorators #858
Comments
How do we setup target for setting decorator on a model namespace? My assumption was target would look like this.
But when I tried it out in code. It just applied the decorator on top of all the declarations and not on the namespace. |
@sanketshevkar can this now be closed? |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
@mttrbrts is this still relevant? |
My PR just fixed the issue with decoration of a namespace targeted decorater command. We still don't have YAML support to declare a vocabularies for a namespace. |
@sanketshevkar Can you please assign this to me? |
Bug Report 🐛
The following model definition is valid...
When applying the
extract-decorators
commandProduces a vocabulary file:
Expected Behavior
I would expect a vocabulary file such as this:
Possible Solution
@accordproject/concerto-vocabulary
package should be updated to support namespace-scoped decoratorsThe text was updated successfully, but these errors were encountered: