@@ -34,14 +34,21 @@ error_wrong_type = Invalid type, should be object
3434error_missing_properties = Invalid type definition, object has a required field but is missing a properties field
3535warning_simple_reference = Simplified reference syntax is deprecated. The reference should be a valid JSON pointer.
3636error_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.
3838error_invalid_parameter_location = Invalid parameter location value, possible values are \" query\" , \" header\" , \" path\" or \" cookie\" .
3939content_assist_proposal_local = Press '%s' to show %s in the current file.
4040content_assist_proposal_project = Press '%s' to show all %s in the project.
4141content_assist_proposal_workspace = Press '%s' to show all %s in the workspace.
4242outline_proposal_local = Press '%s' to show elements only the from current file
4343outline_proposal_project = Press '%s' to show elements from the current project files
4444outline_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+
4552
4653# yaml
4754error_yaml_parser_indentation = Unable to parse content, an incorrect indentation may be the cause.
0 commit comments