Skip to content

Commit

Permalink
chore: fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins committed Nov 23, 2023
1 parent 68ba71c commit 2d5cf54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/apidom-ns-workflows-1/src/refractor/registration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ ReferenceElement.refract = createRefractor([
'document',
'objects',
'Reference',
'$visitor',
]);
JSONSchemaElement.refract = createRefractor([
'visitors',
'document',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ const specification = {
$ref: Reference$RefVisitor,
value: { $ref: '#/visitors/value' },
},
},
Schema: {
/**
* Internally the fixed field visitors are using references to `/document/objects/Schema`.
Expand Down

0 comments on commit 2d5cf54

Please sign in to comment.