Skip to content

Commit bdf2846

Browse files
authored
Merge pull request #128 from schursin/master
x-nullable support
2 parents c50bd06 + 0758fcb commit bdf2846

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/views/partials/json-schema/datatype.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
{{~else}}
1515
{{~schemaDatatype .}}
1616
{{~/if}}
17+
{{~#if x-nullable}}
18+
| null
19+
{{~/if}}
1720
</span>
1821
{{~#if format}}
1922
<span class="json-property-format">({{format}})</span>

0 commit comments

Comments
 (0)