forked from zircote/swagger-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmisc.yaml
More file actions
32 lines (32 loc) · 688 Bytes
/
Copy pathmisc.yaml
File metadata and controls
32 lines (32 loc) · 688 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
27
28
29
30
31
32
openapi: 3.0.0
info:
title: 'Testing annotations from bugreports'
version: 1.0.0
servers:
-
url: '{schema}://host.dev'
description: 'OpenApi parameters'
variables:
schema:
enum:
- https
- http
default: https
paths:
/api/endpoint:
get:
parameters:
-
name: filter
in: query
content:
application/json:
mediaType: application/json
schema:
properties:
type: { type: string }
color: { type: string }
type: object
responses:
'200':
description: Success