Consider refactoring your schema to use additionalProperties: false which entails flattening the $refs as suggested in networknt/json-schema-validator#1216 (comment)
I don't think we can implement the other suggestion of implementing line delimited JSON since the file format is constrained by the spec - perhaps we could pick up this possibility in the SPDX spec discussions.