forked from OAI/OpenAPI-Specification
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunevaluated-properties.yaml
More file actions
60 lines (60 loc) · 1.41 KB
/
unevaluated-properties.yaml
File metadata and controls
60 lines (60 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
openapi: 3.2.0
info:
not-allowed: here
contact:
not-allowed: here
license:
not-allowed: here
tags:
- name: tag with unevaluated properties
not-allowed: here
components:
schemas:
externalDocs-with-unevaluated-properties:
type: object
externalDocs:
not-allowed: here
discriminator-with-unevaluated-properties:
type: object
discriminator:
not-allowed: here
pathItems:
operation-with-unevaluated-properties:
get:
not-allowed: here
externalDocs:
not-allowed: here
responses:
not-allowed: here
parameters:
parameter-with-unevaluated-properties:
not-allowed: here
responses:
response-with-unevaluated-properties:
not-allowed: here
links:
link-with-unevaluated-properties:
not-allowed: here
headers:
header-with-unevaluated-properties:
not-allowed: here
securitySchemes:
security-scheme-with-unevaluated-properties:
not-allowed: here
oauth-with-unevaluated-properties:
type: oauth2
flows:
not-allowed: here
oauth-flows-with-unevaluated-properties:
type: oauth2
flows:
implicit:
not-allowed: here
password:
not-allowed: here
clientCredentials:
not-allowed: here
authorizationCode:
not-allowed: here
deviceAuthorization:
not-allowed: here