-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
Vocabulary support for Map Types in Concerto #735
Comments
Looks great. A design pattern that uses scalars for map keys would be good to test and promote:
|
Need changes in VocabularyManager.js & Vocabulary.js.
In Vocabulary.js the validate method needs to be updated to capture missing and additional terms for MapDeclaration, MapKey and MapValue. We need to make sure that the above changes are backwards compatible and don’t break existing dependent programs. eg: wrap |
Will this mean that the key type of |
Feature Request 🛍️
Vocabulary support for Map Types in Concerto
Use Case
Vocabularies should be able to get applied on Map Types (MapDeclaration, MapKeyType, MapValueType).
Possible Solution
Context
Detailed Description
The text was updated successfully, but these errors were encountered: