From 482d2c51df60a3d956bdfedff8f4329c3b91035c Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Sat, 6 Jul 2019 20:03:57 +0100 Subject: [PATCH] labels config --- .github/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/config.yml b/.github/config.yml index 60b3fab..ce9efb9 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -22,7 +22,11 @@ githubLabels: Please use JSON Schema reference materials or [submit the question to Stack Overflow](https://stackoverflow.com/questions/ask?tags=jsonschema,ajv). - [JSON Schema specification](http://json-schema.org/) + - [Tutorial by Space Telescope Science Institute](http://json-schema.org/understanding-json-schema/) + - [validation keywords](https://github.com/epoberezkin/ajv#validation-keywords) (in Ajv docs) + - [combining schemas](https://github.com/epoberezkin/ajv#ref) (in Ajv docs) + - [Tutorial by @epoberezkin](https://code.tutsplus.com/tutorials/validating-data-with-json-schema-part-1--cms-25343)