evestera / json_typegen

Tools and libraries to create types for Rust, Kotlin, TypeScript and Python from JSON samples
https://typegen.vestera.as
Apache License 2.0
273 stars 26 forks source link

JSON Schema - Update $schema field #22

Closed evestera closed 3 years ago

evestera commented 4 years ago

Currently we generate "$schema": "http://json-schema.org/schema#". This is not a valid version of JSON Schema. Use a valid version, e.g. "$schema": "http://json-schema.org/draft-07/schema#".