Skip to content

Commit 8270653

Browse files
committed
fix casing of setup code block titles
1 parent 2a0d4c7 commit 8270653

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jsonschema-validation-output-machines.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ documentation which formats they support.
9595

9696
For these examples, the following schema and instances will be used.
9797

98-
```jsonschema "schema"
98+
```jsonschema "Example Schema"
9999
{
100100
"$schema": "https://json-schema.org/draft/next/schema",
101101
"$id": "https://json-schema.org/schemas/example",
@@ -136,14 +136,14 @@ For these examples, the following schema and instances will be used.
136136
}
137137
```
138138

139-
```json "failing instance"
139+
```json "Failing Instance"
140140
{
141141
"foo": { "foo-prop": "not 1", "other-prop": false },
142142
"bar": { "bar-prop": 2 }
143143
}
144144
```
145145

146-
```json "passing instance"
146+
```json "Passing Instance"
147147
{
148148
"foo": {
149149
"foo-prop": 1,
@@ -223,7 +223,7 @@ In the simplest case, merely the boolean result for the `valid` valid property
223223
needs to be fulfilled. For this format, all other information is explicitly
224224
omitted.
225225

226-
```json
226+
```json "Flag Results"
227227
{
228228
"valid": false
229229
}

0 commit comments

Comments
 (0)