Antoine Cezar
Antoine Cezar
> Should it replace or supplement the current definition formalism ? It could be plugable. > Does it support current and planned field types ? #51 #33 #29 http://json-schema.org/latest/json-schema-validation.html#anchor108 for...
> Is it redundant with SPORE ? SPORE Doesn't deal with schemas. Unless I'm missing something it's only about api discovery.
And I prefer this to be agnostic even if it will not solve all the cases. Exemple 1: ``` fields: [ { type: "int", name: "age", description: "Your mother age",...
Json Schema good parts: - Automatic form generation: https://github.com/exavolt/onde Demo: http://exavolt.github.io/onde/#?schema_url=schemas/jquery-package.json - Form generation again: https://github.com/joshfire/jsonform - Schema editor: http://www.jsonschema.net/ - Backbonejs integration https://github.com/redpie/backbone-schema
The title is "Validation function at model field definition" not "custom validation logic between fields". So It contains the problem and the solution. Renaming may be necessary. I'd like to...
Made a remote debug session. Didn't found what's wrong: - click and touch events are received - it doesn't open on console triggered click I think I'm just going to...
Great job ! I have just one concern : does the buildout flow needs to break the pyramid flow ? (I've never used buildout)
I mean not having to learn buildout in a pyramid project. Is there a way to keep the pyramid standard files and folder structure ?
using las-modified header will add some complexity. - does url has already been fetched ? - does the fetched version has last-modified ? - HEAD before GET to know last-modified...