-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample_ast.json
59 lines (59 loc) · 2.19 KB
/
example_ast.json
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
{
"_version": "1.0",
"metadata": {},
"name": "",
"description": "",
"resourceGroups": [
{
"name": "",
"description": "",
"resources": [
{
"name": "",
"description": "",
"uriTemplate": "/message",
"model": {},
"parameters": {},
"headers": {},
"actions": [
{
"name": "",
"description": "",
"method": "GET",
"parameters": {},
"headers": {},
"examples": [
{
"name": "",
"description": "",
"requests": [
{
"headers": {
"Content-Type": {
"value": "text/plain"
}
}
}
],
"responses": [
{
"name": "200",
"description": "",
"headers": {
"Content-Type": {
"value": "text/plain"
}
},
"body": "Hello World!\n",
"schema": ""
}
]
}
]
}
]
}
]
}
]
}