[12:18:59 CDT(-0500)] <Justin_o> yzen: i'm wondering how you've been dealing with the objects that contain the schema id as a URI
[12:19:24 CDT(-0500)] <Justin_o> since there is a "." in them
[12:20:07 CDT(-0500)] <yzen> Justin_o: if you are using fluid get and set for access, you need to provide a custom config (3rd arg)
[12:20:22 CDT(-0500)] <Justin_o> yzen: how does that work?
[12:20:25 CDT(-0500)] <yzen> you can see some sketches in FLUID-4686_back in my fork
[12:20:26 CDT(-0500)] <Justin_o> do we have documentation for it?
[12:20:31 CDT(-0500)] <yzen> yes we do
[12:20:41 CDT(-0500)] <yzen> and we have some test cases in data binding i think
[12:20:42 CDT(-0500)] <yzen> basically
[12:20:55 CDT(-0500)] <yzen> you can provide a custom resolution strategy
[12:22:19 CDT(-0500)] <yzen> take a look at the Builder.js in uioptions folder in that branch
[12:22:33 CDT(-0500)] <Justin_o> yzen: but that would mean you can't use . as the separator between path segments?
[12:22:59 CDT(-0500)] <yzen> Justin_o: you can, but afaik you d need to escape them somewhere
[12:23:46 CDT(-0500)] <yzen> i think the elPath would need to be escaped
[12:27:28 CDT(-0500)] <Justin_o> yzen: okay.. thanks.. i'll take a look at this..
[12:28:07 CDT(-0500)] <yzen> Justin_o: np