Versions in this module Expand all Collapse all v0 v0.3.0 Oct 23, 2023 v0.2.0 Oct 23, 2023 Changes in this version + const BooleanType + const DateFormat + const DateTimeFormat + const EmailFormat + const HostnameFormat + const IDNEmailFormat + const IDNHostnameFormat + const IPV4Format + const IPV6Format + const IRIFormat + const IRIReferenceFormat + const IntegerType + const NumberType + const StringType + const TimeFormat + const URIFormat + const URIReferenceFormat + func IsValidDisplayMappingObject(dmo DisplayMappingObject) error + func IsValidEntityStyle(esd EntityStyleDescriptor) error + func IsValidLabeledDisplayMappingObject(ldmo LabeledDisplayMappingObject) error + type ColorResource struct + Color string + type DataDisplay struct + Description *DisplayMappingObject + Properties []LabeledDisplayMappingObject + Subtitle *DisplayMappingObject + Title *DisplayMappingObject + type DisplayMappingObject struct + Fallback string + Path []string + Schema *DisplayMappingSchema + Text *string + func (dmo *DisplayMappingObject) IsEmpty() bool + func (dmo *DisplayMappingObject) IsValid() error + type DisplayMappingSchema struct + Format SchemaFormat + Type SchemaType + type EntityStyleDescriptor struct + Background *ColorResource + Hero *ImageResource + Text *ColorResource + Thumbnail *ImageResource + func (esd *EntityStyleDescriptor) IsEmpty() bool + type ImageResource struct + Alt string + URI string + type LabeledDisplayMappingObject struct + Label string + func (ldmo *LabeledDisplayMappingObject) IsEmpty() bool + func (ldmo *LabeledDisplayMappingObject) IsValid() error + type SchemaFormat string + type SchemaType string