Sha256: bbfe262d0cea021aae56d3470ebe01d30a1616490bb878dd112dd8c1987d7bc6
Contents?: true
Size: 301 Bytes
Versions: 3
Compression:
Stored size: 301 Bytes
Contents
require 'mida_vocabulary/datatype' module Mida module SchemaOrg # Enumerations related to health and the practice of medicine. class MedicalEnumeration < 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