summaryrefslogtreecommitdiff
path: root/json/tests/draft-next/dynamicRef.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/tests/draft-next/dynamicRef.json')
-rw-r--r--json/tests/draft-next/dynamicRef.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/json/tests/draft-next/dynamicRef.json b/json/tests/draft-next/dynamicRef.json
index 79f04b5..fdb0a1a 100644
--- a/json/tests/draft-next/dynamicRef.json
+++ b/json/tests/draft-next/dynamicRef.json
@@ -1,6 +1,6 @@
[
{
- "description": "A $dynamicRef to a $dynamicAnchor in the same schema resource should behave like a normal $ref to an $anchor",
+ "description": "A $dynamicRef to a $dynamicAnchor in the same schema resource behaves like a normal $ref to an $anchor",
"schema": {
"$id": "https://test.json-schema.org/dynamicRef-dynamicAnchor-same-schema/root",
"type": "array",
@@ -26,7 +26,7 @@
]
},
{
- "description": "A $ref to a $dynamicAnchor in the same schema resource should behave like a normal $ref to an $anchor",
+ "description": "A $ref to a $dynamicAnchor in the same schema resource behaves like a normal $ref to an $anchor",
"schema": {
"$id": "https://test.json-schema.org/ref-dynamicAnchor-same-schema/root",
"type": "array",
@@ -52,7 +52,7 @@
]
},
{
- "description": "A $dynamicRef should resolve to the first $dynamicAnchor still in scope that is encountered when the schema is evaluated",
+ "description": "A $dynamicRef resolves to the first $dynamicAnchor still in scope that is encountered when the schema is evaluated",
"schema": {
"$id": "https://test.json-schema.org/typical-dynamic-resolution/root",
"$ref": "list",
@@ -82,7 +82,7 @@
]
},
{
- "description": "A $dynamicRef with intermediate scopes that don't include a matching $dynamicAnchor should not affect dynamic scope resolution",
+ "description": "A $dynamicRef with intermediate scopes that don't include a matching $dynamicAnchor does not affect dynamic scope resolution",
"schema": {
"$id": "https://test.json-schema.org/dynamic-resolution-with-intermediate-scopes/root",
"$ref": "intermediate-scope",
@@ -116,7 +116,7 @@
]
},
{
- "description": "An $anchor with the same name as a $dynamicAnchor should not be used for dynamic scope resolution",
+ "description": "An $anchor with the same name as a $dynamicAnchor is not used for dynamic scope resolution",
"schema": {
"$id": "https://test.json-schema.org/dynamic-resolution-ignores-anchors/root",
"$ref": "list",
@@ -146,7 +146,7 @@
]
},
{
- "description": "A $dynamicRef that initially resolves to a schema with a matching $dynamicAnchor should resolve to the first $dynamicAnchor in the dynamic scope",
+ "description": "A $dynamicRef that initially resolves to a schema with a matching $dynamicAnchor resolves to the first $dynamicAnchor in the dynamic scope",
"schema": {
"$id": "https://test.json-schema.org/relative-dynamic-reference/root",
"$dynamicAnchor": "meta",
@@ -243,7 +243,7 @@
]
},
{
- "description": "after leaving a dynamic scope, it should not be used by a $dynamicRef",
+ "description": "after leaving a dynamic scope, it is not used by a $dynamicRef",
"schema": {
"$id": "https://test.json-schema.org/dynamic-ref-leaving-dynamic-scope/main",
"if": {