summaryrefslogtreecommitdiff
path: root/src/idl_gen_json_schema.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-02-10JSON schema - tailing double quotes for maximum (#6452)tira-misu1-2/+2
2021-01-25Refactor FieldDef to model presense as an enum rather than 2 bools. (#6420)Casper1-1/+1
2021-01-22Formats cpp code (#6349)mustiikhalil1-2/+1
2020-11-19idl_gen_json_schema.cpp: Changed generation of array element types (#6253)schoetbi1-21/+30
2020-10-20Mass Refactoring to use `IsString` and other BASE_TYPE helpers (#6193)Casper1-2/+2
2020-10-16idl_gen_json_schema Fix generation of arrays of enums (#6184)schoetbi1-34/+56
2020-10-15Add generation of JSON Schema to library (#6165)tira-misu1-35/+64
2020-07-16support deprecated flag in json schema (#6022)Dmitry1-3/+10
2020-03-12Escape characters in jsonschema descriptions (#5644)Marc Butler1-1/+6
2020-03-02Added --filename-suffix and --filename-ext to flatc (#5778)Derek Bailey1-7/+10
2019-11-11add check for root_type specified for json schema generation (#5622)Dmitry1-0/+1
2019-11-07[C++] Refactor to conform to Google C++ style guide (#5608)Derek Bailey1-0/+1
2019-06-18Add support for fixed-size arrays (#5313)svenk1771-2/+12
2019-04-08Part of #5265, neutral changes (#5281)Vladimir Glavnyy1-5/+5
2017-12-21Made all C++ files clang-formatted.Wouter van Oortmerssen1-55/+38
2017-09-14idl_gen_json_schema.cpp: Fixed detection of enum types (#4438)schoetbi1-1/+1
2017-08-31Every type gets additionalProperties set to "false" (#4424)schoetbi1-6/+5
2017-07-10Json schema (#4369)schoetbi1-0/+224