-
**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…
-
Is there any field in JSonSchema4/JSonSchema that can store additional information (like tags) in order to allow sorting models in NSwag using ISchemaProcessor to convert model's attributes to tags, a…
-
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…
-
### Is your proposal related to a problem?
`pseudopeople` has the install requirement `"numpy=2.0.0",`
### Describe alternatives you've considered
An alternative is to keep the current versi…
-
On our project, we have several classes that are part of API responses, and some of their fields are type of JsonNode
Example of class definitioin:
`public class FieldDefinitionModel {
…
-
Slack discussion: https://cuelang.slack.com/archives/C012UU8B72M/p1665859342670089
### What version of CUE are you using (`cue version`)?
0.4.3
### Does this issue reproduce with the latest release…
-
**[Aaron Loes](https://jira.spring.io/secure/ViewProfile.jspa?name=loesak)** opened **[DATAREST-194](https://jira.spring.io/browse/DATAREST-194?redirect=false)** and commented
Currently you can creat…
-
My understanding is that we can refer to other local JSON schemas using `$ref`. So, I have these 2 schemas in my local file system (in the same directory)
`main.json`
```
{
"type": "object…
-
With the recursive JSON schema from the zod docs:
```typescript
const literalSchema = z.union([z.string(), z.number(), z.boolean(), z.null()]);
type Literal = z.infer;
type Json = Literal | { [key…
-
Using `docker run` and the latest image, the relevant snippet of my docker-compose file is:
```yaml
x-elbv2:
testALB:
Properties:
Scheme: internal
Type: application
Lo…