We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de6425 commit 1fafe25Copy full SHA for 1fafe25
Examples.generated.md
@@ -10,7 +10,7 @@
10
When there is not JSON schema differences, schema change is fully compatible.
11
#### Input
12
##### JSON schema differences
13
-```json
+```
14
no differences
15
```
16
#### Output
test/unit/Test/Spec/JsonSchema/Compatibility.purs
@@ -19,7 +19,7 @@ type DiffExample = Example (Set Difference) Compatibility
19
renderInput ∷ Set Difference → String
20
renderInput differences =
21
"##### JSON schema differences\n"
22
- <> "```json\n"
+ <> "```\n"
23
<> String.joinWith "\n" renderDifferences
24
<> "\n```"
25
where
0 commit comments