-
When trying to update jsonschema to the latest version, py2pack errors out:
```
$ py2pack generate -t opensuse.spec -f python-jsonschema.spec jsonschema
generating spec file for jsonschema...
Tr…
-
I'm sure this is a dumb question. I have an openapi spec provided to me. I want to generate the CSharp objects. Trying this:
```csharp
using NJsonSchema.CodeGeneration.CSharp;
var openapi = awa…
-
It would be nice to add a section to the docs with the main differences between Cerberus and [jsonschema](http://python-jsonschema.readthedocs.io/en/latest/), possibly including some use cases where o…
-
Hello, I just reinstalled twitter-explorer in a venv, but i get this uncaught app exception in the terminal :
```
$ /home/user/networkanalysis/venv/bin/twitterexplorer visualizer
You can now vie…
-
### Prerequisites
- [X] I have searched the existing issues
- [X] I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the maintainers.
- [X] I have read the…
-
```
$ webpack
Hash: fa21190dc85f7f306103
Version: webpack 1.12.14
Time: 4517ms
Asset Size Chunks Chunk Names
personalDataComponent.js 890 kB 0 [emitted] per…
yapro updated
8 years ago
-
**Is your feature request related to a problem? Please describe.**
The current behavior generates unhelpful enumerated class names, like `Address1`, `Address2`, `Address3` when the source has multipl…
straz updated
1 month ago
-
Pug version 3.0.0
Node version 12.16.3
## Input JavaScript Values
```js
documentSchema(schema: Schema): Promise {
const render = pug.compileFile(path.join(__dirname, '../templates/schem…
-
See https://github.com/pydantic/pydantic/pull/9279 for a start.
Consider other schemas like chain, json or python, etc.
-
**Is your feature request related to a problem? Please describe.**
We use the module `xcube.util.jsonschema` for object (de-)serialisation and JSON validation. The design of the module uses a class…