Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
simantvermasap committed Aug 22, 2024
2 parents e9e26b8 + 3c8477a commit 0ad1950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if [[ -f "$schema_file" ]]; then
echo "Validating $json_file against $schema_file"
check-jsonschema --schemafile "$schema_file" "$json_file"
check-jsonschema --schemafile "$schema_file" "$json_file" --verbose
else
echo "WARNING: Schema file not found for $json_file"
fi
Expand Down
3 changes: 1 addition & 2 deletions issuance/message/example/credential-offer-message.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"credentials": [
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"http://example.org/context"
"https://w3id.org/tractusx-trust/v0.8"
],
"@type": "UniversityDegreeCredential",
"format": "ldp_vc",
Expand Down

0 comments on commit 0ad1950

Please sign in to comment.