Skip to content

Commit fc46a0f

Browse files
authored
Remove inline OAD
1 parent 12a34a1 commit fc46a0f

1 file changed

Lines changed: 0 additions & 31 deletions

File tree

examples/rack_handler.rb

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -21,34 +21,3 @@
2121
(handlers[validated_request.operation_id] || not_found).call(validated_request)
2222
end)
2323
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

Comments
 (0)