Andreas Huber
Andreas Huber
We use the Parser to bundle a JSON Schema. In this process references to definitions in `$defs` get encoded to `%24defs`. Example: before bundling ```json "signature": { "$ref": "#/$defs/signature" },...
When building with Docker on MacBook Pro with M1 Pro, the build fails with `gcc: error: unrecognized command-line option '-m64'`. ## Command to build ```shell docker build -t bsi-task:latest ```...
You already provide a `Dockerfile`. Why don't you push images to Docker Hub?
We use your rulesets to verify our API. In our [`.spectral.yml`](https://git.fitko.de/fit-connect/submission-api/-/blob/main/.spectral.yml) we inport the rulesets via URL: ``` - https://italia.github.io/api-oas-checker/spectral-generic.yml - https://italia.github.io/api-oas-checker/spectral-security.yml ``` This fails with "Invalid ruleset provided", as...