changedInput schema / properties / format / enum
Previous value: -[
- "html",
- "markdown",
- "djot"
-]New value: +[
+ "html",
+ "markdown",
+ "djot",
+ "bbcode"
+]
addedOutput schema / properties / report / properties / adapter
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / report / properties / diagnostics / items / additionalProperties
Added value: +{}
addedOutput schema / properties / report / properties / diagnostics / items / properties
Added value: +{
+ "code": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "column": {
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+ },
+ "confidence": {
+ "enum": [
+ "exact",
+ "inferred",
+ "fallback"
+ ],
+ "type": "string"
+ },
+ "fidelity": {
+ "enum": [
+ "preserved",
+ "normalized",
+ "degraded",
+ "dropped"
+ ],
+ "type": "string"
+ },
+ "line": {
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+ },
+ "message": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "path": {
+ "type": "string"
+ },
+ "severity": {
+ "enum": [
+ "info",
+ "warning",
+ "error"
+ ],
+ "type": "string"
+ }
+}
addedOutput schema / properties / report / properties / diagnostics / items / required
Added value: +[
+ "code",
+ "message",
+ "severity",
+ "fidelity",
+ "confidence"
+]
addedOutput schema / properties / report / properties / diagnostics / items / type
Added value: +"object"
addedOutput schema / properties / report / properties / mode
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / report / properties / schemaVersion / const
Added value: +2
removedOutput schema / properties / report / properties / schemaVersion / maximum
Removed value: -9007199254740991
removedOutput schema / properties / report / properties / schemaVersion / minimum
Removed value: --9007199254740991
changedOutput schema / properties / report / properties / schemaVersion / type
Previous value: -"integer"New value: +"number"
addedOutput schema / properties / report / properties / sourceFormat / enum
Added value: +[
+ "html",
+ "markdown",
+ "djot",
+ "bbcode"
+]