Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F114372
callback.ex
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
652 B
Referenced Files
None
Subscribers
None
callback.ex
View Options
defmodule
OpenApiSpex.Callback
do
@moduledoc
"""
Defines the `OpenApiSpex.Callback.t` type.
"""
alias
OpenApiSpex.PathItem
@typedoc
"""
[Callback Object](https://swagger.io/specification/
#
callbackObject)
A map of possible out-of band callbacks related to the parent operation.
Each value in the map is a Path Item Object that describes a set of requests
that may be initiated by the API provider and the expected responses.
The key value used to identify the callback object is an expression, evaluated at runtime,
that identifies a URL to use for the callback operation.
"""
@type
t
::
%{
String
.
t
=>
PathItem
.
t
}
end
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 26, 5:28 AM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
40208
Default Alt Text
callback.ex (652 B)
Attached To
Mode
R22 open_api_spex
Attached
Detach File
Event Timeline
Log In to Comment