-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathrt-rfid-graphics-info.yml
More file actions
61 lines (58 loc) · 1.35 KB
/
rt-rfid-graphics-info.yml
File metadata and controls
61 lines (58 loc) · 1.35 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
61
openapi: 3.0.4
components:
schemas:
TOriginalRFIDGraphicsInfoItem:
title: "TOriginalRFIDGraphicsInfoItem"
type: object
required:
- TOriginalRFIDGraphicsInfo
properties:
TOriginalRFIDGraphicsInfo:
$ref: "#/components/schemas/TOriginalRFIDGraphicsInfo"
TOriginalRFIDGraphicsInfo:
title: "TOriginalRFIDGraphicsInfo"
type: object
required:
- RFID_ORIGINAL_GRAPH_DATA
properties:
RFID_ORIGINAL_GRAPH_DATA:
type: array
items:
$ref: "#/components/schemas/GraphData"
GraphData:
title: "GraphData"
type: object
required:
- FieldType
- File_Image
- GraphicsType
- OriginDG
- OriginDGTag
- OriginEntryView
- OriginTagEntry
properties:
FieldType:
type: integer
File_Image:
$ref: "#/components/schemas/FileImage"
GraphicsType:
type: integer
OriginDG:
type: integer
OriginDGTag:
type: integer
OriginEntryView:
type: integer
OriginTagEntry:
type: integer
FileImage:
title: "FileImage"
type: object
required:
- Data
- Length
properties:
Data:
type: string
Length:
type: integer