Hi,
I have a question not directly related to JSON Schema but hopefully some
of JSON experts can help me.
Is there any widely-used/preferred way to refer to an attribute value
via URI reference (URI of resource containing attribute value)?
The way I'm looking for should support both pass-by-value or
pass-by-reference styles depending on circumstances.
For example if the attribute value is large enough it is referred as URI
instead of placing it in JSON document.
Here's another case for using URI references when parts of JSON are
external Web resources:
http://duncan-cragg.org/blog/post/introducing-fjord/
Regards,
Oleg