Aktueller Stand

This commit is contained in:
2026-01-22 19:05:45 +01:00
parent 85dee61a4d
commit e280e4eadb
1967 changed files with 397327 additions and 74093 deletions

View File

@@ -194,6 +194,6 @@ test('should throw if there is the same anchor in the same schema', () => {
refResolver.addSchema(schema)
assert.fail('should throw')
} catch (err) {
assert.equal(err.message, 'There is already another anchor "#subSchemaId" in a schema "schemaId1".')
assert.equal(err.message, 'There is already another anchor "#subSchemaId" in schema "schemaId1".')
}
})