Sha256: 34fbcb2aa4fa3882ad05c29dfea78543b1948a2f0162744bce9f4c4e055ec613
Contents?: true
Size: 345 Bytes
Versions: 2
Compression:
Stored size: 345 Bytes
Contents
# frozen_string_literal: true require 'dry-validation' module TochkaCyclopsApi module Schemas module Requests # https://api.tochka.com/static/v1/tender-docs/cyclops/main/api_v2.html#echo class Echo < Dry::Validation::Contract schema do required(:text).value(:string) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tochka_cyclops_api-0.3.0 | lib/tochka_cyclops_api/schemas/requests/echo.rb |
tochka_cyclops_api-0.2.0 | lib/tochka_cyclops_api/schemas/requests/echo.rb |