-
The following try/catch block exists in the get_or_create_ref function:
```
try {
auto &subschema = file.unknown_keywords.at(uri.pointer()); // null is returned if no…
-
### 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 [do…
-
### Describe the inspiration for your proposal
very often data are inserted in a db with constrains like a unique key
key can be one properties or a set of properties
it occurs that we may in…
-
Before you open an issue, please check if a similar one already exists or has been closed before. Detailed information about the process of contributing can be found in [CONTRIBUTING.md](https://githu…
-
If an extension extends the `Period` building block with a new field, because the publisher wants to add a detail or nuance to `awardPeriod`, that extension will also effectively make that new field a…
-
Tätin tietuesiirtäjässä tulee joillekin tietueille error-viestiä
esim.
TäTi ID: 2477873
Unprocessable Entity Error in record. Error while serializing record. Record is invalid: instance.fields[1…
-
Example:
```
[
{
"description": "recursive ref",
"schema": {
"items": [
{"$ref": "#/items/0"}
]
},
"tests": [ ]
…
-
If we use `zod` to parse an API response:
```typescript
function foo(subSchema: z.ZodTypeAny) {
fetch('example/api')
.then(res => res.json())
.then(json => {
const resSchema …
pjdon updated
2 months ago
-
Die unter 4 aufgelisteten Elemente erscheinen auf den ersten Blick, wie Toplevel-Elemente, es sind aber nur Teilelemente. Vielleicht sollen wir wiederverwendete Sub-Elemente unter 5 listen.
-
While testing out the new relative path for `$ref` change you made for me, we ran into an issue. Given this annotation:
```
+# @schema
+# type: object
+# patternProperties:
+# "^.*":
+# …