Sha256: fafa2b5348420356a1ec9c9c235166cb7299accd889032e2ee9d719f09fa2294
Contents?: true
Size: 449 Bytes
Versions: 10
Compression:
Stored size: 449 Bytes
Contents
# frozen_string_literal: true require "json_schematize" require "json_schematize/generator" module SlackBot module Events module Schemas module Type class Item < JsonSchematize::Generator schema_default option: :dig_type, value: :string add_field name: :type, type: String add_field name: :channel, type: String add_field name: :ts, type: String end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems