Skip to content

Test-Json cannot parse schema #12873

@Liturgist

Description

@Liturgist

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue-Questionideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aResolution-AnsweredThe question is answered.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions