-
Notifications
You must be signed in to change notification settings - Fork 941
Expand file tree
/
Copy path.meta-storm.xml
More file actions
39 lines (39 loc) · 1.58 KB
/
.meta-storm.xml
File metadata and controls
39 lines (39 loc) · 1.58 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
<meta-storm xmlns="meta-storm">
<definitions>
<classConstructor class="\OpenApi\Attributes\Property" argument="0">
<collection name="zircote/swagger-php:types"/>
</classConstructor>
<classConstructor class="\OpenApi\Attributes\ParameterTrait" argument="3">
<collection name="zircote/swagger-php:path-in"/>
</classConstructor>
<classConstructor class="\OpenApi\Attributes\SecurityScheme" argument="1">
<collection name="zircote/swagger-php:path-in"/>
</classConstructor>
<classConstructor class="\OpenApi\Attributes\MediaType" argument="0">
<collection name="GLOBAL:media-types"/>
</classConstructor>
<classMethod class="\OpenApi\Annotations\AbstractAnnotation" method="__construct" argument="0" targetInArray="key">
<properties xpath="$containingClass" />
</classMethod>
</definitions>
<collections>
<strings name="zircote/swagger-php:types">
<value>string</value>
<value>number</value>
<value>integer</value>
<value>boolean</value>
<value>array</value>
</strings>
<strings name="zircote/swagger-php:path-in">
<value>path</value>
<value>header</value>
<value>query</value>
<value>cookie</value>
</strings>
<strings name="zircote/swagger-php:security-schema-in">
<value>header</value>
<value>query</value>
<value>cookie</value>
</strings>
</collections>
</meta-storm>