Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Mar 4, 2024
1 parent 40e661d commit 820ce43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/Generating.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,10 @@ This provides then also `has/get` methods for the specific (singular) collection
#### Existing schema files
If you are looking for some inspiration or maybe schemas for existing APIs, check out
- [github.com/SchemaStore/schemastore/tree/master/src/schemas/json](https://github.com/SchemaStore/schemastore/tree/master/src/schemas/json)

#### Limitations

Currently, it can not read schema file `#ref` elements, and ignores them.
Also:
- fields must not be prefixed with `_`
- field names are currently expected to be under_scored. Other types might work, but are not fully tested.

0 comments on commit 820ce43

Please sign in to comment.