-
I added ` { $schema": "https://json-schema.org/draft/2020-12/schema" }` to my schema and get this message:
```
Draft 2020-12 schemas are not yet fully supported
```
So what URI should I use inst…
-
**What problem are you trying to solve?**
I try to transform the zugferd/factur-x schema file with the xslt2 into a schematron to be able to validate incoming factur-x xml invoices.
**Please sho…
-
**Describe the bug**
Generated resolvers for module where the type originates require non-nullable extended fields to be defined there -- even though there's no mention of those fields in the origina…
-
I’m trying to ingest from a ProtoKafka source using Hudi Streamer but encountering an issue.
```
Exception in thread "main" org.apache.hudi.utilities.ingestion.HoodieIngestionException: Ingestion …
-
This issue is to run:
1. The nightly CI roachtest suite
2. The nightly CI other tests suites
Against master with RACv2 send queue enabled via `apply_to_all`. Then, investigate any failures and …
-
A played a bit with terraform yesterday evening, and I have an issue, what I cannot solve:
### Configuration
```hcl
Terraform databricks provider version is 1.51.0
```
### Expected Behavior…
-
### Describe the bug.
Lots of vulnerabilities in dependencies.
As soon as I added @asyncapi/cli to my project, I got this audit report:
```
24 vulnerabilities (7 moderate, 2 high, 15 critical)
…
-
**Introduction**
The `urls.py` file for one of my apps, let's call it **foo**, looks (somewhat) like this:
```py
from django.urls import include, re_path
from rest_framework.routers import SimpleR…
-
**Describe the bug**
The `redocly bundle` command is adding schema objects to the `#/components/schemas` section of the bundled schema, even when using the `--dereferenced` option is used.
Closed is…
-
##### Description
When using Spring Generator the @Size annotation is generated for LocalDate. The generated code looks like this:
```java
/**
* @return date
*/
@Valid @Size(min = …