-
Scenario:
``` raml
#%RAML 0.8
title: Sample for Schema Support
version: 1
baseUri: http://some.example.com
protocols: [ HTTPS, HTTP ]
mediaType: application/hal+json
schemas:
- account: |
{
…
-
**Describe the bug**
I would like my schema to include `markdownDescription` attributes so that VS Code (via the JSON and YAML language servers) will render help text properly in hover overlays. Si…
-
Hi,
I've been struggling to create a form using the _One Of_ object. A code that is working perfectly [on the test website pointed in the doumentation](https://rjsf-team.github.io/react-jsonschema…
-
{
"headers": {
"normalizedNames": {},
"lazyUpdate": null,
"headers": {}
},
"status": 0,
"statusText": "Unknown Error",
"url": "https://api.jsonschem…
-
### Documentation
- [X] I have consulted the [documentation](https://docs.json-everything.net), and my question isn't answered there.
### Nuget Package
JsonSchema.Net
### Package Version
7.1.2
#…
-
In issue #364 and the related PR the type checker was expanded to allow redefining how jsonschema identifies/validates a type, with the intention of allowing a named tuple to be used as a jsonschema "…
-
There does not seem to be a way to programatically access the contents of the "items" keyword. Apologies if the method for doing this is documented elsewhere.
I am working on a project that involv…
-
The JSONSchema editor is not shown when the user only has view permission. This also hides the configuration of the device. Moreover, the configuration variables are shown as string representation of …
-
```
from dataclasses import dataclass
from dataclasses_jsonschema import JsonSchemaMixin
@dataclass
class Numbers(JsonSchemaMixin):
roman: str
@dataclass
class Math(JsonSchemaMixi…
-
### feat
```sh
shfmt --dump-ast-schema ast.jsonschema.json --dump-ast ast.json
```
### reason
I guess [shellcheck](https://github.com/koalaman/shellcheck) and [shfmt](https://github.com/mvdan…