Skip to content

Commit 49fb14d

Browse files
authored
"JSONSchema" -> "JSON Schema"
1 parent 6c69141 commit 49fb14d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[mit]: https://img.shields.io/npm/l/json-schema-to-typescript.svg?style=flat-square
66
[node]: https://img.shields.io/badge/Node.js-16+-417e37?style=flat-square
77

8-
> Compile JSONSchema to TypeScript typings.
8+
> Compile JSON Schema to TypeScript typings.
99
1010
## Example
1111

@@ -133,7 +133,7 @@ See [server demo](example) and [browser demo](https://github.com/bcherny/json-sc
133133
| key | type | default | description |
134134
|-|-|-|-|
135135
| additionalProperties | boolean | `true` | Default value for `additionalProperties`, when it is not explicitly set |
136-
| bannerComment | string | `"/* eslint-disable */\n/**\n* This file was automatically generated by json-schema-to-typescript.\n* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,\n* and run json-schema-to-typescript to regenerate this file.\n*/"` | Disclaimer comment prepended to the top of each generated file |
136+
| bannerComment | string | `"/* eslint-disable */\n/**\n* This file was automatically generated by json-schema-to-typescript.\n* DO NOT MODIFY IT BY HAND. Instead, modify the source JSON Schema file,\n* and run json-schema-to-typescript to regenerate this file.\n*/"` | Disclaimer comment prepended to the top of each generated file |
137137
| customName | `(LinkedJSONSchema, string | undefined) => string | undefined` | `undefined` | Custom function to provide a type name for a given schema
138138
| cwd | string | `process.cwd()` | Root directory for resolving [`$ref`](https://tools.ietf.org/id/draft-pbryan-zyp-json-ref-03.html)s |
139139
| declareExternallyReferenced | boolean | `true` | Declare external schemas referenced via `$ref`? |

0 commit comments

Comments
 (0)