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 c046628 commit 9bb67c2Copy full SHA for 9bb67c2
__tests__/fixtures/constructor-property/openapi.yaml
@@ -1,5 +1,5 @@
1
openapi: 3.0.0
2
-servers:
+servers:
3
- url: http://test.com:3000
4
info:
5
title: Test API - Constructor Property
@@ -14,9 +14,9 @@ components:
14
properties:
15
id:
16
type: string
17
- constructor: # This is the property we are testing
+ constructor: # This is the property we are testing
18
type: object
19
- description: "A property named constructor"
+ description: 'A property named constructor'
20
21
foo:
22
@@ -32,6 +32,6 @@ paths:
32
content:
33
application/json:
34
schema:
35
- $ref: '#/components/schemas/SchemaWithConstructor'
+ $ref: '#/components/schemas/SchemaWithConstructor'
36
'400':
37
- description: Bad Request
+ description: Bad Request
0 commit comments