A "File" Target MUST contain at least one property.

interface File {
    hashes?: Hashes;
    name?: string;
    path?: string;
}

Properties

Properties

hashes?: Hashes

One or more cryptographic hash codes of the file contents

name?: string

The name of the file as defined in the file system

path?: string

The absolute path to the location of the file in the file system