Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IIMContentLabel ¶
type IIMDescriptiveNonRepeating ¶
type IIMDescriptiveNonRepeating struct { DataSource string `json:"data_source,omitempty"` GUID string `json:"guid,omitempty"` MetadataUsage IIMUsage `json:"metadata_usage,omitempty"` OnlineMedia IIMOnlineMedia `json:"online_media,omitempty"` RecordId string `json:"record_ID,omitempty"` RecordLink string `json:"record_link,omitempty"` Title IIMContentLabel `json:"title,omitempty"` TitleSort string `json:"title_sort,omitempty"` UnitCode string `json:"unit_code,omitempty"` }
type IIMFreeText ¶
type IIMFreeText struct { CreditLine []IIMContentLabel `json:"creditLine,omitempty"` DataSource []IIMContentLabel `json:"dataSource,omitempty"` Date []IIMContentLabel `json:"date,omitempty"` Identifier []IIMContentLabel `json:"identifier,omitempty"` Manufacturer []IIMContentLabel `json:"manufacturer,omitempty"` Name []IIMContentLabel `json:"name,omitempty"` Notes []IIMContentLabel `json:"notes,omitempty"` ObjectRights []IIMContentLabel `json:"objectRights,omitempty"` ObjectType []IIMContentLabel `json:"objectType,omitempty"` PhysicalDescriptions []IIMContentLabel `json:"physicalDescription,omitempty"` Place []IIMContentLabel `json:"place,omitempty"` SetName []IIMContentLabel `json:"setName,omitempty"` }
type IIMGeoLocation ¶
type IIMGeoLocation struct {
L2 IIMGeoLocationLevel `json:"L2,omitempty"`
}
type IIMGeoLocationLevel ¶
type IIMIndexedStructured ¶
type IIMIndexedStructured struct { Date []string `json:"date,omitempty"` GeoLocation []IIMGeoLocation `json:"geoLocation,omitempty"` Name []string `json:"name,omitempty"` ObjectType []string `json:"object_type,omitempty"` OnlineMediaType []string `json:"online_media_type,omitempty"` Place []string `json:"place,omitempty"` UsageFlag []string `json:"usage_flag,omitempty"` }
type IIMMedia ¶
type IIMMedia struct { Content string `json:"content,omitempty"` GUID string `json:"guid,omitempty"` IDSId string `json:"idsId,omitempty"` Thumbnail string `json:"thumbnail,omitempty"` Usage IIMUsage `json:"usage,omitempty"` Resources []IIMMediaResource `json:"resources,omitempty"` Type string `json:"type,omitempty"` }
type IIMMediaResource ¶
type IIMObjectRecord ¶
type IIMObjectRecord struct { DescriptiveNonRepeating IIMDescriptiveNonRepeating `json:"descriptiveNonRepeating,omitempty"` FreeText IIMFreeText `json:"freetext,omitempty"` IndexedStructured IIMIndexedStructured `json:"indexStructured,omitempty"` }
type IIMOnlineMedia ¶
Click to show internal directories.
Click to hide internal directories.