-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathrt-security-feature.yml
More file actions
26 lines (26 loc) · 935 Bytes
/
rt-security-feature.yml
File metadata and controls
26 lines (26 loc) · 935 Bytes
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
openapi: 3.0.3
components:
schemas:
SecurityFeatureResult:
title: "SecurityFeatureResult"
allOf:
- $ref: "../rt-authenticity.yml#/components/schemas/AuthenticityCheckResultItem"
- type: object
required:
- ElementType
- ElementRect
- Visibility
- CriticalFlag
properties:
ElementType:
$ref: "../e-security-feature-type.yml#/components/schemas/SecurityFeatureType"
ElementRect:
$ref: "../common.yml#/components/schemas/RectangleCoordinates"
Visibility:
$ref: "./e-visibility.yml#/components/schemas/Visibility"
CriticalFlag:
$ref: "./e-critical.yml#/components/schemas/Critical"
AreaList:
$ref: "../rt-authenticity.yml#/components/schemas/AreaContainer"
Reserved2:
type: integer