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
The values that are used should also be able to be expressed as references to other documents or document fragments (being able to pick out an element in another JSON file).
Update after discussing this one, it looks like we should pursue the notion of "resources" that are able to fetch and model a document and a new type of symbol that is capable of extracting a value from a resource. Resources would be able to depend on symbols (supporting multistage fetching of information), this may add some complication to resolution ordering.
The text was updated successfully, but these errors were encountered:
Allow a constant symbol to be defined (and available for replacement) such that its value depends on the value of another symbol
ex.
The values that are used should also be able to be expressed as references to other documents or document fragments (being able to pick out an element in another JSON file).
Update after discussing this one, it looks like we should pursue the notion of "resources" that are able to fetch and model a document and a new type of symbol that is capable of extracting a value from a resource. Resources would be able to depend on symbols (supporting multistage fetching of information), this may add some complication to resolution ordering.
The text was updated successfully, but these errors were encountered: