Chris Tsou

Results 138 comments of Chris Tsou

The generator can already work with raw json documents, I guess we have to add the json schema spec Personal Note: https://github.com/json-schema-org/JSON-Schema-Test-Suite

The only scary thing is that some draft version if I remember correctly broke backwards compatibility but we could start from the latest one.

can you provide with some samples and modes?

This is very tricky 1. the lxml handler has a limit of characters per text nodes and is throwing an exception ` xmlSAX2Characters: huge text node, line 126929, column 25...

The name type is an root level element, by definition those are global types and can appear as standalone ``` foo ``` Maybe I could add a config option to...

The `warning:: Reset absent type: Name`, refers to when a type reference can't be found, maybe your xsd changed?

Hi @amal-meer I added a new config option to specify the filter strategy Give it a try ```console xsdata schema.xsd --filter-strategy referredGlobals ```

Not really sure, what this is about, please add an api examle or something... I am doing spring cleaning and trying to reduce the number of open issues.

Yeah the error there is a bit misleading, for wildcard elements you have to use one of the builtin datatypes for dates otherwise you have to provide a format metadata...