Skip to content

Commit

Permalink
docs: update schema name to 2.3 (#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
spiffcs authored Dec 20, 2022
1 parent 7b08608 commit c8b8b1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/cli/spdx_json_schema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func TestSPDXJSONSchema(t *testing.T) {
}

func validateSpdxJsonAgainstSchema(t testing.TB, json string) {
fullSchemaPath := path.Join(repoRoot(t), spdxJsonSchemaPath, fmt.Sprintf("spdx-schema-2.2.json"))
fullSchemaPath := path.Join(repoRoot(t), spdxJsonSchemaPath, fmt.Sprintf("spdx-schema-2.3.json"))
schemaLoader := gojsonschema.NewReferenceLoader(fmt.Sprintf("file://%s", fullSchemaPath))
documentLoader := gojsonschema.NewStringLoader(json)

Expand Down

0 comments on commit c8b8b1c

Please sign in to comment.