schema/LocalFile.psd1

@{
    LocalPath  = @{
        type     = 'string'
        required = $true
    }
    ImportPath = @{
        type     = 'string'
        required = $true
    }
}