@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
13 lines (12 loc) • 418 B
text/typescript
// https://ns.editeur.org/onix/en/162
export enum ResourceVersionFeatureType {
_01 = '01', // File format
_02 = '02', // Image height in pixels
_03 = '03', // Image width in pixels
_04 = '04', // Filename
_05 = '05', // Approximate download file size in megabytes
_06 = '06', // MD5 hash value
_07 = '07', // Exact download file size in bytes
_08 = '08', // SHA-256 hash value
_09 = '09', // ISCC
}