-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Issue-Questionideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aResolution-AnsweredThe question is answered.The question is answered.
Description
It appears that both the JSON data file and schema file are valid.
Is there any way to get more information about why the schema cannot be parsed?
Steps to reproduce
PS C:\src\t\json> Test-Json -Json (Get-Content -Path .\project-manifest.json -Raw)
True
PS C:\src\t\json> Test-Json -Json (Get-Content -Path .\project-manifest.schema.json -Raw)
True
PS C:\src\t\json> Test-Json -Json (Get-Content -Path .\project-manifest.json -Raw) -Schema .\project-manifest.schema.json
Test-Json: Cannot parse the JSON schema.
PS C:\src\t\json> Test-Json -Json (Get-Content -Path .\project-manifest.json -Raw) -Schema .\project-manifest.schema.json -Verbose
Test-Json: Cannot parse the JSON schema.
Expected behavior
PS C:\src\t\json> Test-Json -Json (Get-Content -Path .\project-manifest.json -Raw) -Schema .\project-manifest.schema.json
True
Actual behavior
PS C:\src\t\json> Test-Json -Json (Get-Content -Path .\project-manifest.json -Raw) -Schema .\project-manifest.schema.json
Test-Json: Cannot parse the JSON schema.
Environment data
PS C:\src\t\json> $PSVersionTable
Name Value
---- -----
PSVersion 7.0.1
PSEdition Core
GitCommitId 7.0.1
OS Microsoft Windows 10.0.18363
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
chudytom and duartefdias
Metadata
Metadata
Assignees
Labels
Issue-Questionideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aResolution-AnsweredThe question is answered.The question is answered.