Skip to content

Commit 2949765

Browse files
authored
Update schema-bundle.js
Fix schema errors reported in #272. This will need to be tested by running a new schema bundle.
1 parent d17bef7 commit 2949765

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

schema/support/schema2markmap/schema-bundle.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ async function schemaBundle() {
4040
"title": `CVE Record Format ${t} sub schema`,
4141
"description": `CVE Record Format ${t} format`,
4242
"definitions": cveSchemaBundle.definitions,
43+
"type": "object",
4344
"properties": {
4445
},
4546
"additionalProperties": false

0 commit comments

Comments
 (0)