summaryrefslogtreecommitdiff
path: root/json/tests/draft2020-12/ref.json
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-08-06 11:49:26 +0300
committerJulian Berman <Julian@GrayVines.com>2022-08-06 11:49:26 +0300
commit559aa6d73dea70e029c8e3dc33369548b19cb8eb (patch)
tree362b7c57cd44ee98426ca5ca8e56b0b09e2fb4a6 /json/tests/draft2020-12/ref.json
parent08898c4b64c3084229cf5c5463365a11128ada5b (diff)
parent7a5fd08611cb2fb07b8200860a4e352eb33ae7bf (diff)
downloadjsonschema-559aa6d73dea70e029c8e3dc33369548b19cb8eb.tar.gz
Merge commit '7a5fd08611cb2fb07b8200860a4e352eb33ae7bf'
* commit '7a5fd08611cb2fb07b8200860a4e352eb33ae7bf': Squashed 'json/' changes from 2782d7c29..f82764080
Diffstat (limited to 'json/tests/draft2020-12/ref.json')
-rw-r--r--json/tests/draft2020-12/ref.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/tests/draft2020-12/ref.json b/json/tests/draft2020-12/ref.json
index bc8ac44..d630047 100644
--- a/json/tests/draft2020-12/ref.json
+++ b/json/tests/draft2020-12/ref.json
@@ -567,12 +567,12 @@
},
"tests": [
{
- "description": "number should pass",
+ "description": "number is valid",
"data": 1,
"valid": true
},
{
- "description": "non-number should fail",
+ "description": "non-number is invalid",
"data": "a",
"valid": false
}