@@ -34,14 +34,21 @@ error_wrong_type = Invalid type, should be object
34
34
error_missing_properties = Invalid type definition, object has a required field but is missing a properties field
35
35
warning_simple_reference = Simplified reference syntax is deprecated. The reference should be a valid JSON pointer.
36
36
error_array_missing_items = Invalid array definition, items type should be present
37
- error_invalid_reference_type = Invalid object reference, the referenced object is not of expected type
37
+ error_invalid_reference_type = Invalid object reference, the referenced object is not of expected type.
38
38
error_invalid_parameter_location = Invalid parameter location value, possible values are \" query\" , \" header\" , \" path\" or \" cookie\" .
39
39
content_assist_proposal_local = Press '%s' to show %s in the current file.
40
40
content_assist_proposal_project = Press '%s' to show all %s in the project.
41
41
content_assist_proposal_workspace = Press '%s' to show all %s in the workspace.
42
42
outline_proposal_local = Press '%s' to show elements only the from current file
43
43
outline_proposal_project = Press '%s' to show elements from the current project files
44
44
outline_proposal_workspace = Press '%s' to show elements from the current workspace files
45
+ error_scope_should_be_empty = %s is defined as an %s-typed security scheme. \n \
46
+ Security requirements for scheme types other than oauth2 or openIdConnect must have an explicit empty array as the value. \n \
47
+ Example: "%s : []"
48
+ error_scope_should_not_be_empty = %s is defined as an %s-typed security scheme. \n \
49
+ Security requirements for oauth or openIdConnect schemes must specify a list of scope names required for execution.
50
+ error_invalid_scope_reference = "%s" does not match any scope name defined in the %s security scheme.
51
+
45
52
46
53
# yaml
47
54
error_yaml_parser_indentation = Unable to parse content, an incorrect indentation may be the cause.
0 commit comments