diff --git a/topics/json-schema/index.md b/topics/json-schema/index.md new file mode 100644 index 00000000000..a1a4b7b89c0 --- /dev/null +++ b/topics/json-schema/index.md @@ -0,0 +1,13 @@ +--- +created_by: Kris Zyp, Francis Galiegue, Gary Court, Austin Wright, Henry Andrews, Ben Hutton, and Greg Dennis +aliases: jsonschema +display_name: JSON Schema +logo: json-schema.png +released: '2009' +short_description: JSON Schema is a vocabulary that allows you to validate, annotate, and manipulate JSON + documents. +topic: json-schema +url: https://json-schema.org/ +related: json +--- +While JSON is probably the most popular format for exchanging data, **JSON Schema** is the vocabulary that enables JSON data consistency, validity, and interoperability at scale. diff --git a/topics/json-schema/json-schema.png b/topics/json-schema/json-schema.png new file mode 100644 index 00000000000..8beb24817f9 Binary files /dev/null and b/topics/json-schema/json-schema.png differ