Sha256: 18f15a140642b785dd422a883556a068b07e822853943fe4984e2f4ef11d1a59
Contents?: true
Size: 234 Bytes
Versions: 16
Compression:
Stored size: 234 Bytes
Contents
require_relative 'entity' module JSON module SchemaBuilder class String < Entity register :string attribute :min_length attribute :max_length attribute :pattern attribute :format end end end
Version data entries
16 entries across 16 versions & 1 rubygems