Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Test-Json cannot parse schema #12873

Copy link
Copy link
@Liturgist

Description

@Liturgist
Issue body actions

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
Reactions are currently unavailable

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 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.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.