Skip to content

Commit

Permalink
Update definition schema
Browse files Browse the repository at this point in the history
Update definition schema due to recent fixes:
#1087
#1108
  • Loading branch information
qtomlinson committed Jun 26, 2024
1 parent 5dcff89 commit dc3bd09
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 dc3bd09

Please # to comment.