KentB
KentB
The choice of style for the request body in the terminal pseudo-emulator for HTTP requests makes the curly braces unreadable. The background and font color are too close to be...
Elements adds the word "License" to the end of the string contained in $.info.license.name. This make the assumption that every license is an Apache or MIT or something that would...
I don't believe these display, but are supported by the 3.1 spec. Instead all you get is the example name and the body.
To support reserved values, JSON Schema permits the use of "not":{"enum":[...]} syntax. However, nothing displays in Stoplight when this syntax is used. I've attached a sample OpenAPI 3.1 document to...
When examples are included for an array of strings, the examples do not display in the request body schema. ## Context Would like to display examples just like one gets...
Should come include Apache and Nginx rewrites for the bots that don't respect. Bytespider doesn't seem to respect. Or they only read robots.txt infrequently...I dunno which.
or ? I'm getting `src/parquet_impl.cpp:1062:46: error: too many arguments to function ‘arrow::Result parquet::arrow::OpenFile(std::shared_ptr, arrow::MemoryPool*)’ 1062 | status = parquet::arrow::OpenFile(input, pool, &reader); ` I built Arrow from scratch per instructions with...
Given the following schema for a theoretical request/response body: ` { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "myArray": { "type": "array", "items": { "type": "object", "properties": { "identifier": { "type":...
Given the following sample JSON Schema `{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "removals": { "type": "array", "items": { "type": "string", "minLength": 2, "maxLength": 50 }, "description": "Tags removed from...
I thought there was already a request on this, but now I can't find it. Stoplight automatically creates a fixed **Example:** for API keys described in `securitySchemes`. It would be...