Skip to content

Commit a004dad

Browse files
committed
unevaluated properties
1 parent dd3f299 commit a004dad

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
openapi: 3.2.0
2+
info:
3+
not-allowed: here
4+
contact:
5+
not-allowed: here
6+
license:
7+
not-allowed: here
8+
tags:
9+
- name: tag with unevaluated properties
10+
not-allowed: here
11+
components:
12+
schemas:
13+
externalDocs-with-unevaluated-properties:
14+
type: object
15+
externalDocs:
16+
not-allowed: here
17+
discriminator-with-unevaluated-properties:
18+
type: object
19+
discriminator:
20+
not-allowed: here
21+
pathItems:
22+
operation-with-unevaluated-properties:
23+
get:
24+
not-allowed: here
25+
externalDocs:
26+
not-allowed: here
27+
responses:
28+
not-allowed: here
29+
parameters:
30+
parameter-with-unevaluated-properties:
31+
not-allowed: here
32+
responses:
33+
response-with-unevaluated-properties:
34+
not-allowed: here
35+
links:
36+
link-with-unevaluated-properties:
37+
not-allowed: here
38+
headers:
39+
header-with-unevaluated-properties:
40+
not-allowed: here
41+
securitySchemes:
42+
security-scheme-with-unevaluated-properties:
43+
not-allowed: here
44+
oauth-with-unevaluated-properties:
45+
type: oauth2
46+
flows:
47+
not-allowed: here
48+
oauth-flows-with-unevaluated-properties:
49+
type: oauth2
50+
flows:
51+
implicit:
52+
not-allowed: here
53+
password:
54+
not-allowed: here
55+
clientCredentials:
56+
not-allowed: here
57+
authorizationCode:
58+
not-allowed: here
59+
deviceAuthorization:
60+
not-allowed: here

0 commit comments

Comments
 (0)