Sha256: 459cd035044c92c6706ad24acb61a72575fa642de0713a5111e3136c8a8813f6
Contents?: true
Size: 358 Bytes
Versions: 3
Compression:
Stored size: 358 Bytes
Contents
require 'mida_vocabulary/datatype' module Mida module SchemaOrg # Any branch of a field in which people typically develop specific expertise, usually after significant study, time, and effort. class Specialty < Mida::DataType::Enumeration VALID_VALUES = [ [::Mida::DataType::URL, %r{http://schema.org/}i] ] end end end
Version data entries
3 entries across 2 versions & 1 rubygems