You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Inverse Context Creation (4.3.2), step 3 iterates over “key term and value term definition in the active context”. What does it mean? In 4.1, an active context is a product type, and the term definitions is one of the fields, as an array of term definitions.
Best regards,
Vivien
The text was updated successfully, but these errors were encountered:
you correctly assumed that this iteration of key-values concerns the terms definitions of the active context (as hinted by the name of the value). But...
the term definitions is one of the fields, as an array of term definitions.
This is indeed confusing. This should say that this is a map. And the definition of "term definition" in the terminology section should account for their internal representation described in Sec 4.1. Currently, it only describes their JSON/INFRA representation (which is applicable to "local context", but not to "active context", and yet the definition of "active context" points there).
I'm not entirely satisfied with the addition in common/terms.html,
as it seems too detailed for the terminology section. But...
...as pointed out in the comment of #630,
the API spec references to this definition in multiple places,
and many of those links are actually for instances of the internal representation,
*not* for instances of the strings or maps that represent term definition in JSON.
So the alternative would be to introduce a new name for those "internal term definition"
and patch all the algorithms... which seems laborious and error-prone.
@gkellogg I don't remember what's the process for synchronizing the files in common with other specs.
Hello,
In Inverse Context Creation (4.3.2), step 3 iterates over “key term and value term definition in the active context”. What does it mean? In 4.1, an active context is a product type, and the term definitions is one of the fields, as an array of term definitions.
Best regards,
Vivien
The text was updated successfully, but these errors were encountered: