-
Hi,
json-schema-validator and json-schema-core share for some packages the same scope / name. This is not allowed in OSGi as package names have to be unique per bundle. If I throw in the bundles of j…
-
**Describe the bug**
If I create an Enumeratum `Enum`, and use either the `@title` annotation or `withTitle` directly on the schema, the title is not shown in the rendered JSON Schema.
**To Repr…
-
I'm not sure if there is anything that can be done to fix this but logging for visibility.
Our Kinesis Connector depends on "software.amazon.kinesis:amazon-kinesis-client" and this depends on "com.…
-
Traceback (most recent call last):
File "C:\Users\Harish\anaconda3\Scripts\jupyter-notebook-script.py", line 6, in
from notebook.notebookapp import main
File "C:\Users\Harish\anaconda3\lib\site-pa…
-
**Describe the bug**
Generating Json Schema from a document with a `BackLink` field will fail with the error: `PydanticInvalidForJsonSchema`.
**To Reproduce**
```python
from typing import List…
gdlmx updated
2 months ago
-
Dette er et issue i serien fra epic:
- #10239
Når jeg nylig laget en ny app i studio, opplevde jeg følgende:
Som nybegynner lette jeg litt etter en "lagre"-knapp i datamodelleringen når jeg var fer…
-
**Issue**
I've defined the following schema with a single `$ref` element and `resolve_refs` is failing to resolve it:
```json
{
"$defs": {
"Obj": {
"properties": {
…
-
Hi, any help with this? Thanks ;-)
```
lua: /usr/local/share/lua/5.1/jsonschema/init.lua:188: [string "jsonschema:anonymous"]:3686: main function has more than 200 local variables
stack traceback:
…
-
We were asked to add a schema of packit config file to the Schema Store (https://www.schemastore.org/json/) that is used in [various tools](https://www.schemastore.org/json/#editors) to check the sche…
-
While trying to do something like [this](http://azimi.me/2015/07/16/split-swagger-into-smaller-files.html), I'm running into the following.
Say I have `thing_doer.yml`:
```
tags:
- "thing_doer…