@@ -9,46 +9,39 @@ dict, frozendict.frozendict, | frozendict.frozendict, | |
9
9
Key | Input Type | Accessed Type | Description | Notes
10
10
------------ | ------------- | ------------- | ------------- | -------------
11
11
** study** | str, | str, | | [ optional]
12
- ** [ images] ( #images ) ** | list, tuple, | tuple, | | [ optional]
13
- ** [ points] ( #points ) ** | list, tuple, | tuple, | | [ optional]
14
- ** [ conditions] ( #conditions ) ** | list, tuple, | tuple, | | [ optional]
12
+ ** [ images] ( #images ) ** | dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | | [ optional]
13
+ ** [ points] ( #points ) ** | dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | | [ optional]
14
+ ** [ conditions] ( #conditions ) ** | dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | | [ optional]
15
15
** any_string_name** | dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO | any string name can be used but the value must be the correct type | [ optional]
16
16
17
17
# images
18
18
19
19
## Model Type Info
20
20
Input Type | Accessed Type | Description | Notes
21
21
------------ | ------------- | ------------- | -------------
22
- list, tuple, | tuple, | |
22
+ dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | |
23
23
24
- ### Tuple Items
24
+ ### Composed Schemas (allOf/anyOf/oneOf/not)
25
+ #### oneOf
25
26
Class Name | Input Type | Accessed Type | Description | Notes
26
27
------------- | ------------- | ------------- | ------------- | -------------
27
- [ items] ( #items ) | dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | |
28
+ [ one_of_0] ( #one_of_0 ) | list, tuple, | tuple, | |
29
+ [ one_of_1] ( #one_of_1 ) | list, tuple, | tuple, | |
28
30
29
- # items
31
+ # one_of_0
30
32
31
33
## Model Type Info
32
34
Input Type | Accessed Type | Description | Notes
33
35
------------ | ------------- | ------------- | -------------
34
- dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | |
36
+ list, tuple, | tuple, | |
35
37
36
- ### Composed Schemas (allOf/anyOf/oneOf/not)
37
- #### oneOf
38
+ ### Tuple Items
38
39
Class Name | Input Type | Accessed Type | Description | Notes
39
40
------------- | ------------- | ------------- | ------------- | -------------
40
- [ ImageRequest] ( ImageRequest.md ) | [ ** ImageRequest** ] ( ImageRequest.md ) | [ ** ImageRequest** ] ( ImageRequest.md ) | |
41
- [ one_of_1] ( #one_of_1 ) | None, str, | NoneClass, str, | |
41
+ [ ** ImageRequest** ] ( ImageRequest.md ) | [ ** ImageRequest** ] ( ImageRequest.md ) | [ ** ImageRequest** ] ( ImageRequest.md ) | |
42
42
43
43
# one_of_1
44
44
45
- ## Model Type Info
46
- Input Type | Accessed Type | Description | Notes
47
- ------------ | ------------- | ------------- | -------------
48
- None, str, | NoneClass, str, | |
49
-
50
- # points
51
-
52
45
## Model Type Info
53
46
Input Type | Accessed Type | Description | Notes
54
47
------------ | ------------- | ------------- | -------------
@@ -57,9 +50,9 @@ list, tuple, | tuple, | |
57
50
### Tuple Items
58
51
Class Name | Input Type | Accessed Type | Description | Notes
59
52
------------- | ------------- | ------------- | ------------- | -------------
60
- [ items] ( #items ) | dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | |
53
+ items | str, | str, | |
61
54
62
- # items
55
+ # points
63
56
64
57
## Model Type Info
65
58
Input Type | Accessed Type | Description | Notes
@@ -70,17 +63,22 @@ dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal
70
63
#### oneOf
71
64
Class Name | Input Type | Accessed Type | Description | Notes
72
65
------------- | ------------- | ------------- | ------------- | -------------
73
- [ PointRequest ] ( PointRequest.md ) | [ ** PointRequest ** ] ( PointRequest.md ) | [ ** PointRequest ** ] ( PointRequest.md ) | |
74
- [ one_of_1] ( #one_of_1 ) | None, str , | NoneClass, str , | |
66
+ [ one_of_0 ] ( #one_of_0 ) | list, tuple, | tuple, | |
67
+ [ one_of_1] ( #one_of_1 ) | list, tuple , | tuple , | |
75
68
76
- # one_of_1
69
+ # one_of_0
77
70
78
71
## Model Type Info
79
72
Input Type | Accessed Type | Description | Notes
80
73
------------ | ------------- | ------------- | -------------
81
- None, str , | NoneClass, str , | |
74
+ list, tuple , | tuple , | |
82
75
83
- # conditions
76
+ ### Tuple Items
77
+ Class Name | Input Type | Accessed Type | Description | Notes
78
+ ------------- | ------------- | ------------- | ------------- | -------------
79
+ [ ** PointRequest** ] ( PointRequest.md ) | [ ** PointRequest** ] ( PointRequest.md ) | [ ** PointRequest** ] ( PointRequest.md ) | |
80
+
81
+ # one_of_1
84
82
85
83
## Model Type Info
86
84
Input Type | Accessed Type | Description | Notes
@@ -90,9 +88,9 @@ list, tuple, | tuple, | |
90
88
### Tuple Items
91
89
Class Name | Input Type | Accessed Type | Description | Notes
92
90
------------- | ------------- | ------------- | ------------- | -------------
93
- [ items] ( #items ) | dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal.Decimal, bool, None, list, tuple, bytes, io.FileIO, io.BufferedReader, | frozendict.frozendict, str, decimal.Decimal, BoolClass, NoneClass, tuple, bytes, FileIO | |
91
+ items | str, | str, | |
94
92
95
- # items
93
+ # conditions
96
94
97
95
## Model Type Info
98
96
Input Type | Accessed Type | Description | Notes
@@ -103,15 +101,32 @@ dict, frozendict.frozendict, str, date, datetime, uuid.UUID, int, float, decimal
103
101
#### oneOf
104
102
Class Name | Input Type | Accessed Type | Description | Notes
105
103
------------- | ------------- | ------------- | ------------- | -------------
106
- [ ConditionRequest] ( ConditionRequest.md ) | [ ** ConditionRequest** ] ( ConditionRequest.md ) | [ ** ConditionRequest** ] ( ConditionRequest.md ) | |
107
- [ one_of_1] ( #one_of_1 ) | None, str, | NoneClass, str, | |
104
+ [ one_of_0] ( #one_of_0 ) | list, tuple, | tuple, | |
105
+ [ one_of_1] ( #one_of_1 ) | list, tuple, | tuple, | |
106
+
107
+ # one_of_0
108
+
109
+ ## Model Type Info
110
+ Input Type | Accessed Type | Description | Notes
111
+ ------------ | ------------- | ------------- | -------------
112
+ list, tuple, | tuple, | |
113
+
114
+ ### Tuple Items
115
+ Class Name | Input Type | Accessed Type | Description | Notes
116
+ ------------- | ------------- | ------------- | ------------- | -------------
117
+ [ ** ConditionRequest** ] ( ConditionRequest.md ) | [ ** ConditionRequest** ] ( ConditionRequest.md ) | [ ** ConditionRequest** ] ( ConditionRequest.md ) | |
108
118
109
119
# one_of_1
110
120
111
121
## Model Type Info
112
122
Input Type | Accessed Type | Description | Notes
113
123
------------ | ------------- | ------------- | -------------
114
- None, str, | NoneClass, str, | |
124
+ list, tuple, | tuple, | |
125
+
126
+ ### Tuple Items
127
+ Class Name | Input Type | Accessed Type | Description | Notes
128
+ ------------- | ------------- | ------------- | ------------- | -------------
129
+ items | str, | str, | |
115
130
116
131
[[ Back to Model list]] ( ../../README.md#documentation-for-models ) [[ Back to API list]] ( ../../README.md#documentation-for-api-endpoints ) [[ Back to README]] ( ../../README.md )
117
132
0 commit comments