diff --git a/pages/overview/what-is-jsonschema.md b/pages/overview/what-is-jsonschema.md index 85105ba30..a48f987bc 100644 --- a/pages/overview/what-is-jsonschema.md +++ b/pages/overview/what-is-jsonschema.md @@ -14,7 +14,7 @@ While JSON Schema provides the language, validating a JSON [instance](https://js JSON validators are open-source and commercial tools that implement the JSON Schema specification. They make it very easy to integrate JSON Schema into projects of any size. -![How JSON Schema works](/img/json_schema.png) +![How JSON Schema works](/img/json_schema.svg) ## Benefits of JSON Schema for Developers diff --git a/public/img/json_schema.png b/public/img/json_schema.png deleted file mode 100644 index ef7c20d0a..000000000 Binary files a/public/img/json_schema.png and /dev/null differ diff --git a/public/img/json_schema.svg b/public/img/json_schema.svg new file mode 100644 index 000000000..5906ec4e5 --- /dev/null +++ b/public/img/json_schema.svg @@ -0,0 +1 @@ + \ No newline at end of file