Skip to content

Commit ec61ef5

Browse files
committed
fix: ref with same id in properties
1 parent 8b913fc commit ec61ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ function addAdditionalProperties (location) {
306306

307307
function idRemoval (schema) {
308308
const s = clone(schema)
309-
// delete s.$id
309+
delete s.$id
310310
return s
311311
}
312312

0 commit comments

Comments
 (0)