We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MikeRalphson
Learn more about funding links in repositories.
Report abuse
1 parent dbfaf21 commit 5d53356Copy full SHA for 5d53356
docs/_data/defaultrules.yml
@@ -259,3 +259,7 @@ default:
259
description: Document should have a max length of 1000 lines
260
more: ''
261
262
+ - name: schema-properties-type
263
+ object: schema
264
+ description: "schema objects containing properties should have type: object"
265
+ more: ''
docs/default-rules.md
@@ -20,7 +20,7 @@
20
{% if rule.object == "*" %}
21
<em>everything</em>
22
{% else %}
23
- <a href="https://spec.openapis.org/oas/v3.0.2.html#{{ rule.object }}-object">{{ rule.object }}</a>
+ <a href="https://spec.openapis.org/oas/v3.0.3.html#{{ rule.object }}-object">{{ rule.object }}</a>
24
{% endif %}
25
</td>
26
<td>{{ rule.description }}</td>
0 commit comments