We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a7304 commit b6caa7cCopy full SHA for b6caa7c
…rios/oas3.1/external-references.scenario …s/scenarios/oas3.1/external-ref.scenariotest-harness/scenarios/oas3.1/external-references.scenario renamed to test-harness/scenarios/oas3.1/external-ref.scenario
@@ -1,5 +1,5 @@
1
====test====
2
-OAS 3.1 - External References Validation
+OAS 3.1 - External Ref Validation
3
====document====
4
openapi: 3.1.0
5
info:
@@ -8,7 +8,7 @@ info:
8
description: Example API description
9
paths:
10
/greetings:
11
- $ref: "{asset:greetings.yaml}"
+ $ref: "greetings.yaml"
12
tags:
13
- name: User
14
description: Info about users
@@ -35,6 +35,6 @@ extends: [[spectral:oas, off]]
35
rules:
36
oas3-schema: error
37
====command====
38
-{bin} lint {document} --ruleset {asset:ruleset.yaml} --resolve
39
-====expected-stdout====
+{bin} lint {document} --ruleset {asset:ruleset.yaml}
+====stdout====
40
No results with a severity of 'error' found!
0 commit comments