This is used to build json schemas. More...
Classes | |
| struct | Array |
| A schema describing an array of whatever is passed to the constructor. More... | |
| struct | Base |
| A common base class for the different schemas. Functions can accept this by value, it's fine to slice it. More... | |
| struct | Bool |
| A schema describing a boolean. More... | |
| struct | Number |
| A schema describing a scalar. More... | |
| struct | Object |
| struct | String |
| A schema describing a string. More... | |
This is used to build json schemas.