{
  "Default Value": "Default value",
  "json.schema.invalidref": "$ref '{0}' in '{1}' can not be resolved.",
  "json.schema.problemloadingref": "Problems loading reference '{0}': {1}",
  "json.schema.noContent": "Unable to load schema from '{0}': No content.",
  "json.schema.invalidFormat": "Unable to parse content from '{0}': Parse error at line: {1} column: {2}",
  "colorHexFormatWarning": "Invalid color format. Use #RGB, #RGBA, #RRGGBB or #RRGGBBAA.",
  "dateTimeFormatWarning": "String is not a RFC3339 date-time.",
  "dateFormatWarning": "String is not a RFC3339 date.",
  "timeFormatWarning": "String is not a RFC3339 time.",
  "emailFormatWarning": "String is not an e-mail address.",
  "ipv4FormatWarning": "String does not match IPv4 format.",
  "ipv6FormatWarning": "String does not match IPv6 format.",
  "enumWarning": "Value is not accepted. Valid values: {0}.",
  "typeArrayMismatchWarning": "Incorrect type. Expected one of {0}.",
  "notSchemaWarning": "Matches a schema that is not allowed.",
  "oneOfWarning": "Matches multiple schemas when only one must validate.",
  "ifFilePatternAssociation": "filePatternAssociation '{0}' does not match with doc uri '{1}'",
  "multipleOfWarning": "Value is not divisible by {0}.",
  "exclusiveMinimumWarning": "Value is below the exclusive minimum of {0}.",
  "exclusiveMaximumWarning": "Value is above the exclusive maximum of {0}.",
  "minimumWarning": "Value is below the minimum of {0}.",
  "maximumWarning": "Value is above the maximum of {0}.",
  "minLengthWarning": "String is shorter than the minimum length of {0}.",
  "maxLengthWarning": "String is longer than the maximum length of {0}.",
  "patternWarning": "String does not match the pattern of \"{0}\".",
  "uriEmpty": "URI expected.",
  "uriSchemeMissing": "URI with a scheme is expected.",
  "uriFormatWarning": "String is not a URI: {0}",
  "additionalItemsWarning": "Array has too many items according to schema. Expected {0} or fewer.",
  "requiredItemMissingWarning": "Array does not contain required item.",
  "minItemsWarning": "Array has too few items. Expected {0} or more.",
  "maxItemsWarning": "Array has too many items. Expected {0} or fewer.",
  "uniqueItemsWarning": "Array has duplicate items.",
  "DisallowedExtraPropWarning": "Property {0} is not allowed.",
  "MaxPropWarning": "Object has more properties than limit of {0}.",
  "MinPropWarning": "Object has fewer properties than the required number of {0}",
  "RequiredDependentPropWarning": "Object is missing property {0} required by property {1}.",
  "Inline schema": "Inline schema",
  "create.item.array": "Create an item of an array{0}{1}",
  "array.item": "- (array item) ",
  "allowedValues": "Allowed Values:",
  "example": "Example:",
  "source": "Source: [{0}]({1})",
  "jumpToSchema": "Jump to schema location ({0})",
  "convertToSpace": "Convert Tab to Spaces",
  "convertAllSpaceToTab": "Convert all Tabs to Spaces",
  "deleteUnusedAnchor": "Delete unused anchor: {0}",
  "convertToBoolean": "Convert to boolean",
  "convertToBlockStyle": "Convert to block style {0}",
  "fixKeyOrderToMap": "Fix key order for this map",
  "flowStyleMapForbidden": "Flow style mapping is forbidden",
  "flowStyleSeqForbidden": "Flow style sequence is forbidden",
  "unUsedAnchor": "Unused anchor \"{0}\"",
  "unUsedAlias": "Unresolved alias \"{0}\""  
}
