From a1e2cbb0b9b89ed5ebeed4fc5fe83f3030cd2d9f Mon Sep 17 00:00:00 2001 From: Andrey Starovoyt Date: Thu, 22 Apr 2021 11:04:50 +0300 Subject: [PATCH] json WEB-50649 GitOrigin-RevId: 605bf5e2a6a57a0f41a700b950927c6d05b345c7 --- .../Json5StandardCompliance.html | 2 +- .../JsonDuplicatePropertyKeys.html | 2 +- .../JsonPathEvaluateUnknownKey.html | 2 +- .../JsonPathUnknownFunction.html | 4 ++-- .../JsonPathUnknownOperator.html | 4 ++-- .../JsonSchemaCompliance.html | 2 +- .../JsonSchemaDeprecation.html | 2 +- .../JsonSchemaRefReference.html | 2 +- .../JsonStandardCompliance.html | 14 +++++++------- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/json/resources/inspectionDescriptions/Json5StandardCompliance.html b/json/resources/inspectionDescriptions/Json5StandardCompliance.html index 4cf37d5b1cda..d3c0cc8aff75 100644 --- a/json/resources/inspectionDescriptions/Json5StandardCompliance.html +++ b/json/resources/inspectionDescriptions/Json5StandardCompliance.html @@ -1,5 +1,5 @@ -Checks a JSON5 file against the language specification. +Reports inconsistency with the language specification in a JSON5 file. \ No newline at end of file diff --git a/json/resources/inspectionDescriptions/JsonDuplicatePropertyKeys.html b/json/resources/inspectionDescriptions/JsonDuplicatePropertyKeys.html index f051b029ca8e..c28c16eb9235 100644 --- a/json/resources/inspectionDescriptions/JsonDuplicatePropertyKeys.html +++ b/json/resources/inspectionDescriptions/JsonDuplicatePropertyKeys.html @@ -1,5 +1,5 @@ -Reports duplicate keys in object literals. +Reports a duplicate key in an object literal. \ No newline at end of file diff --git a/json/resources/inspectionDescriptions/JsonPathEvaluateUnknownKey.html b/json/resources/inspectionDescriptions/JsonPathEvaluateUnknownKey.html index 6705ae0ffd7e..a7528b278c23 100644 --- a/json/resources/inspectionDescriptions/JsonPathEvaluateUnknownKey.html +++ b/json/resources/inspectionDescriptions/JsonPathEvaluateUnknownKey.html @@ -1,5 +1,5 @@ -

Highlights keys used in JSONPath expression that are not present in source JSON document for evaluate.

+Reports a key in a JSONPath expression that is missing in the source JSON document to evaluate. \ No newline at end of file diff --git a/json/resources/inspectionDescriptions/JsonPathUnknownFunction.html b/json/resources/inspectionDescriptions/JsonPathUnknownFunction.html index 695e640df779..0a2130572703 100644 --- a/json/resources/inspectionDescriptions/JsonPathUnknownFunction.html +++ b/json/resources/inspectionDescriptions/JsonPathUnknownFunction.html @@ -1,6 +1,6 @@ -Checks that JSONPath function call uses one of known standard function names: - concat, keys, length, min, max, avg, stddev, sum. +Reports an unknown name in a JSONPath function call instead of known standard function names: +concat, keys, length, min, max, avg, stddev, sum. \ No newline at end of file diff --git a/json/resources/inspectionDescriptions/JsonPathUnknownOperator.html b/json/resources/inspectionDescriptions/JsonPathUnknownOperator.html index 1e2d5e517ec6..85d8a578eb7b 100644 --- a/json/resources/inspectionDescriptions/JsonPathUnknownOperator.html +++ b/json/resources/inspectionDescriptions/JsonPathUnknownOperator.html @@ -1,6 +1,6 @@ -Checks that JSONPath expression uses one of known standard operators: - in, nin, subsetof, anyof, noneof, size, empty, contains. +Reports an unknown operator on a JSONPath expression instead of one of the standard ones: +in, nin, subsetof, anyof, noneof, size, empty, contains. \ No newline at end of file diff --git a/json/resources/inspectionDescriptions/JsonSchemaCompliance.html b/json/resources/inspectionDescriptions/JsonSchemaCompliance.html index 5b1c53a1b324..f063cf4e957f 100644 --- a/json/resources/inspectionDescriptions/JsonSchemaCompliance.html +++ b/json/resources/inspectionDescriptions/JsonSchemaCompliance.html @@ -1,5 +1,5 @@ -Validates a JSON file against a JSON schema assigned to it.
+Reports inconsistence between a JSON file and the JSON schema that is assigned to it.
\ No newline at end of file diff --git a/json/resources/inspectionDescriptions/JsonSchemaDeprecation.html b/json/resources/inspectionDescriptions/JsonSchemaDeprecation.html index 888bad60c5b4..dd05f771edd8 100644 --- a/json/resources/inspectionDescriptions/JsonSchemaDeprecation.html +++ b/json/resources/inspectionDescriptions/JsonSchemaDeprecation.html @@ -1,6 +1,6 @@ -Reports deprecated properties in JSON files.
+Reports a deprecated property in a JSON file.
Note that deprecation mechanism is not defined in the JSON Schema specification yet, and this inspection uses a non-standard extension 'deprecationMessage'. diff --git a/json/resources/inspectionDescriptions/JsonSchemaRefReference.html b/json/resources/inspectionDescriptions/JsonSchemaRefReference.html index 0612145ad76b..98383e9d45fb 100644 --- a/json/resources/inspectionDescriptions/JsonSchemaRefReference.html +++ b/json/resources/inspectionDescriptions/JsonSchemaRefReference.html @@ -1,5 +1,5 @@ -Reports unresolved '$ref' and '$schema' paths in JSON schemas.
+Reports an unresolved $ref or $schema path in a JSON schema.
\ No newline at end of file diff --git a/json/resources/inspectionDescriptions/JsonStandardCompliance.html b/json/resources/inspectionDescriptions/JsonStandardCompliance.html index 50204c81c5ff..1f20e2610848 100644 --- a/json/resources/inspectionDescriptions/JsonStandardCompliance.html +++ b/json/resources/inspectionDescriptions/JsonStandardCompliance.html @@ -1,13 +1,13 @@ -Checks a JSON file against the language specification in the following aspects: +Reports the following discrepancies of a JSON file with the language specification: