-
Using wp-openapi I turned my basic version of wordpress website to a webapi and used it's description to generate swagger code for java, and that code is generated with a syntax error like this below.…
-
### Is your feature request related to a problem? Please describe.
As part of the current refactoring project to separate the form-viewer into a renderer and core part. This issue tracks the core s…
-
**Is your feature request related to a problem? Please describe.**
As Adobe improves analytics tagging software, clients are migrating to Adobe WebSDK. Unfortunately, Omnibug is not compatible with W…
-
Is there any chance to have json-schema-editor example ?
-
After running yarn install then yarn start-app get lots of errors of the form
ERROR in node_modules/@types/lodash/common/array.d.ts(176,44): error TS2304: Cannot find name 'unknown'.
node_modules…
-
```python
from typing import Any, Literal
from pydantic import BaseModel
class Model(BaseModel):
foo: Literal["A"] | None
```
The generated JSON Schema for `foo` is:
```json
{
…
-
## Describe the bug
Falsy default values aren't currently displayed and are entirely ignored.
## To Reproduce
1. Given any schema model with a falsy default value
```json
{
"type": "numb…
-
## Description
There is code on the Webin portal on ENA that generates excel templates for submitters from XML checklists. XML checklists are being deprecated, and JSON checklists will replace them. W…
-
**Which tool is impacted?**
Example: json validator maybe?
**Describe the solution you'd like**
JSON schema, see https://json-schema.org/
**Is their example of this tool in the wild?**
https…
-
I've been trying to use this to add new variables in support of some plugins, but have had no luck with the changes actually making it to production.ini when I build the docker image. Below are the va…