We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a34a1 commit fc46a0fCopy full SHA for fc46a0f
1 file changed
examples/rack_handler.rb
@@ -21,34 +21,3 @@
21
(handlers[validated_request.operation_id] || not_found).call(validated_request)
22
end)
23
end
24
-
25
26
-__END__
27
-openapi: 3.0.0
28
-info:
29
- title: "API"
30
- version: "1.0.0"
31
- contact:
32
- name: Contact Name
33
- email: contact@example.com
34
- url: https://example.com/
35
-tags:
36
- - name: Metadata
37
- description: Metadata related requests
38
-paths:
39
- /:
40
- get:
41
- operationId: things#index
42
- summary: Get metadata from the root of the API
43
- tags: ["Metadata"]
44
- responses:
45
- "200":
46
- description: OK
47
- content:
48
- application/json:
49
- schema:
50
- type: object
51
- required: [hello]
52
- properties:
53
- hello:
54
- type: string
0 commit comments