-
I'm using the "form" mode to allow users to values in json data. The data is also validated with a json schema.
For some data/schemas the users would need to add or remove array elements.
Is it po…
-
| **Assignment** | **Points** | **Grade** | **Evidence** |
|----------------------------|---------------|-----------|--------------|
| JSON Object & Arrays | 1 | …
-
Even if you define a ReadonlyArray schema, you get a writable array type through `InferInput`. However, it could be nicer to make it `ReadonlyArray`.
```typescript
import * as v from 'valibot';
…
-
I have a VSCode Explorer that needs to create a session.
my zowe.config.json contains this
```
{
"$schema": "./zowe.schema.json",
"profiles": {
"base": {
"type": "ba…
-
Hi!, if my Json contains an array in a field , this plugin convert the field to List, can I select an option that convert this list to a independent List that contains a Object item?
-
**Is your feature request related to a problem? Please describe.**
It is hard to determine whether the node is considered a JSON array or object.
**Describe the solution you'd like**
Maybe it is …
-
# Motivation
flixOpt aims at creating a robust results file from solved calculation, which allows to analyze and evaluate a model at any time after solving it. Any user can profit from this feature
…
-
**Describe the bug**
A schema with recursive definition raised error
**To Reproduce**
Steps to reproduce the behavior:
1. Using sample schema as follow with recursive structure, allowed by spec:…
-
According to JSON standards ([RFC 4627](https://www.rfc-editor.org/rfc/rfc4627), [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf), and [RFC 8259](https://www.r…
-
N5 datasets saved by tensorstore do not include a top level n5 key for the n5 version.
Here is the minimum working example of the problem.
Commands:
```
$ pixi run python .\tensorstore_n5_issu…