Files
redocly-cli/__tests__/lint/assertions-patternProperties/openapi.yaml
Andrew Tatomyr 9855904b3e fix: add separate node type for patternProperties (#1644)
* fix: add PatternProperties type to target patternProperties separately from properties

* add changeset

* remove redundancy

* commit redocly.yaml and update .gitignore to only target root redocly.yaml

* Update .changeset/sour-pandas-wave.md

Co-authored-by: JLekawa <164185257+JLekawa@users.noreply.github.com>

---------

Co-authored-by: JLekawa <164185257+JLekawa@users.noreply.github.com>
2024-07-25 18:46:33 +08:00

13 lines
216 B
YAML

openapi: 3.1.0
info: {}
paths:
/test:
get:
responses:
default:
description: test
content:
application/json:
schema:
$ref: schema.json