├── JSON-API.md ├── JSON-Schema.md ├── README.md ├── gen_jsondata.py ├── requirements.txt ├── user-schema.json ├── user.json └── user_validate.py /JSON-API.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcchae/JSON-Schema/HEAD/JSON-API.md -------------------------------------------------------------------------------- /JSON-Schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcchae/JSON-Schema/HEAD/JSON-Schema.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcchae/JSON-Schema/HEAD/README.md -------------------------------------------------------------------------------- /gen_jsondata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcchae/JSON-Schema/HEAD/gen_jsondata.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcchae/JSON-Schema/HEAD/requirements.txt -------------------------------------------------------------------------------- /user-schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcchae/JSON-Schema/HEAD/user-schema.json -------------------------------------------------------------------------------- /user.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcchae/JSON-Schema/HEAD/user.json -------------------------------------------------------------------------------- /user_validate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mcchae/JSON-Schema/HEAD/user_validate.py --------------------------------------------------------------------------------