-
would be cool ...
-
json schema validator ile json template kontrolü yapılacak
-
Hey there,
First of all, great package. Made things a lot easier for our API project.
I'm facing some issues using this package because of a dependency - specifically @seriousme/openapi-schema…
-
Lets generalize the json schema validator and put in this repo to be used by all.
-
In GitLab by @cstender on Nov 15, 2019, 09:51
"JSON Schema is a draft standard for describing the format of JSON data. The schema itself is also JSON data. By validating a JSON structure with JSON Sc…
-
A library for validating JSON data with a JSON schema. I couldn't find such a library for crystal.
-
**Description**
An optional field in the openapi schema that includes the `default` property is generated as required in typescript
| Name | Version |
| :--…
-
**Describe the bug**
Since 5.2.0 I'm getting an error with the express-openapi-validator. With the previous 5.1.6 everything was finde. After some digging I could narrow it down to the json-schema-re…
-
### Tool Name
Liquid JSON Schema Editor
### Tool Description
Graphical JSON Schema editor for draft-04, draft-06, draft-07, 2019-09 and 2020-12, with split source code and graphical editing. Includ…
-
The validator does not appear to accept JSON objects as "properties" of a multipart payload. For example, in this trimmed-down schema:
```yaml
openapi: 3.1.0
paths:
/intake:
post:
…