Skip to content

Commit

Permalink
Merge pull request #1144 from qtomlinson/qt/update_def_schema_version
Browse files Browse the repository at this point in the history
Update definition schema
  • Loading branch information
qtomlinson authored Jul 2, 2024
2 parents ed44664 + cd00dd9 commit b6491da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion business/definitionService.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const SPDX = require('@clearlydefined/spdx')
const parse = require('spdx-expression-parse')
const computeLock = require('../providers/caching/memory')({ defaultTtlSeconds: 60 * 5 /* 5 mins */ })

const currentSchema = '1.6.1'
const currentSchema = '1.7.0'

const weights = { declared: 30, discovered: 25, consistency: 15, spdx: 15, texts: 15, date: 30, source: 70 }

Expand Down

0 comments on commit b6491da

Please # to comment.