Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fully support map and optimization (#583)
* 1. parseTypeExpr return poionter to spec.Schema. 2. fully support map type, including map[string]interface{},map[string]primitive. 3. optimization: struct parsed as definition ref. * remove useless comment * 1.fix bug: lost pointer member'description . 2.fix bug: lost schema's general information such as field extensions. * remove GOOS Co-authored-by: Eason Lin <[email protected]>
- Loading branch information