-
**What rule do you want to change?**
vue/attributes-order
**Does this change cause the rule to produce more or fewer warnings?**
The same as before.
**How will the change be implemented? (New …
-
### Is your feature request related to a problem? Please describe.
Yes. While we can request UDP ports, they are not being assigned correctly.
### Describe the solution you'd like
Allow both …
-
We are changing from **JSON Type Definition** to **JSON Schema** and are now using Quicktype to convert the JSON Schemas to TypeScript Types.
For the most part, Quicktype is doing its job very well, …
-
I want success when there is no error in the function. Is that possible currently?
-
Hi
I have this yaml file:
```
openapi: 3.0.0
info:
version: '1.0.0'
title: 'Test'
paths: {}
components:
schemas:
Test:
type: object
oneOf:
- required:
…
-
**Describe the bug**
Cannot validate data in a csv as a number when the given schema has the value wrapped in an `anyOf` block.
**To Reproduce**
Steps to reproduce the behavior:
1. Build `qsv` f…
-
Originally we were planning to make [JSON::Validator](https://github.com/mojolicious/json-validator) a Mojolicious spin-off project and have the very important topic of data structure validation cover…
kraih updated
3 years ago
-
While using aide I'd like to change schemars' settings, specifically I'd like to disable making `Option`s being turned into `anyOf`s with nulls. Schemars supports this by setting `option_nullable = tr…
-
```ts
export type StepBase = { id: string; blockId: string; outgoingEdgeId?: string }
const stepBaseSchema: JSONSchemaType = {
type: 'object',
properties: {
id: { type: 'string' },
b…
-
I have a usecase where it would be helpful to support constant values via the [`const` keyword](https://json-schema.org/understanding-json-schema/reference/const).
Say we have an api spec containin…