Sha256: cba11b83e7b7c269464a4e7db3867e14b32a19c827cea293f72f796a7d5c4fec
Contents?: true
Size: 615 Bytes
Versions: 3
Compression:
Stored size: 615 Bytes
Contents
# frozen_string_literal: true module Yori module Schema module V3 # Callback # 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. class Callback < Yori::SchemaBase # defined at PathItem to avoid circular reference. end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
yori-0.1.2 | lib/yori/schema/v3/callback.rb |
yori-0.1.1 | lib/yori/schema/v3/callback.rb |
yori-0.1.0 | lib/yori/schema/v3/callback.rb |