SS.PowerShell.psd1
# # Module manifest for module 'SS.PowerShell' # # Generated by: John W Carew # # Generated on: 03/06/2018 # @{ RootModule = 'SS.PowerShell.dll' ModuleVersion = '1.0.0.0' GUID = 'c546edb7-361b-43d6-b663-01895a9ffe00' Author = 'John W Carew' Copyright = '(c) 2018 John W Carew. All rights reserved.' Description = 'Validate JSON files against a JSON schema file using Newtonsoft.Json.Schema library.' PowerShellVersion = '5.0' DotNetFrameworkVersion = '4.0' CLRVersion = '4.0' CmdletsToExport = @('Test-JsonSchema') PrivateData = @{ PSData = @{ Tags = @('Newtonsoft', 'JSON', 'Schema', 'Validate') ReleaseNotes = 'Initial release' } } } |