Sha256: 11e9a7666be474a2a2fd6e5eea3cb6471653605f968c9fd1fc393b2f304b1267
Contents?: true
Size: 282 Bytes
Versions: 15
Compression:
Stored size: 282 Bytes
Contents
# frozen_string_literal: true require "dry/schema" module Tana module Requests # Validates the seventh level of an API request. LevelG = Dry::Schema.JSON parent: Node.schema do optional(:children).value(:array, min_size?: 1).each { hash LevelH } end end end
Version data entries
15 entries across 15 versions & 1 rubygems