-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.The issue is fixed.WG-Cmdlets-Utilitycmdlets in the Microsoft.PowerShell.Utility modulecmdlets in the Microsoft.PowerShell.Utility module
Description
Summary of the new feature/enhancement
The Test-Json command already allows for both a file or a string for the schema definition. Please do the same for the actual JSON data being tested. For example:
Test-Json -JsonFile .\MyData.json -SchemaFile .\MySchema.json
Proposed technical implementation details (optional)
This new parameter would be an alternative method to having to load the data in a separate command into a variable using Get-Content -Raw, and it would be consistent with the alternative method already provided for the schema data.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.The issue is fixed.WG-Cmdlets-Utilitycmdlets in the Microsoft.PowerShell.Utility modulecmdlets in the Microsoft.PowerShell.Utility module