kriszyp / json-schema

JSON Schema specifications, reference schemas, and a CommonJS implementation
http://json-schema.org/
Other
519 stars 168 forks source link

Implement RFC 6570 #56

Open wshager opened 9 years ago

wshager commented 9 years ago

RFC 6570 provides a better way to handle undefined variables in URI templates (among other things).

wshager commented 9 years ago

I guess it depends on the implementation. I see that https://github.com/persvr/perstore simply queries for undefined properties, which should yield the correct result.